.contactcont img{
	width: 0.65rem;
}
.contactcont p{
	padding: 0.75rem;
}
.input{
	height: 2rem;
	border-radius: 5px;
	margin-left: 0.75rem;
	margin-bottom: 0.75rem;
	background: #f0f0f0;
	color: #888888;
	font-size: 0.625rem;
	width: 60%;
	padding: 0.675rem;
}
.input input{
	font-size: 0.625rem;
	line-height: 1.9rem;
	margin: -0.75rem 5px;
	background: #f0f0f0;
}
.msg{
	margin:0.75rem;
	background: #f0f0f0;
	height: 6.125rem;
	padding:  0.675rem;
	border-radius: 5px;
}
.msg textarea{
	width: 100%;
	height: 100%;
	background: #f0f0f0;
	font-size: 0.625rem;
}

.SUBMIT{
	margin:0.75rem;
	background: #a674af;
	border-radius: 5px;
	width: 6.675rem;
	height: 1.875rem;
}
.SUBMIT input{
	color: #FFF;
	font-size: 0.625rem;
	text-align: center;
	width: 100%;
	height: 100%;
	background: #a674af;
	border-radius: 5px;
}