.contact{
	width:680px;
	padding-top:49px;
	color:#FFF;	
}
.contact p{
	margin:0;	
}
.contact a{
	color:#FFF;
	text-decoration:none;
}
.contact a:hover{
	color:#B2B2B2;
}

.contact .form-label{
	color:#FFF;
	font-size:12px;
}
.contact .form-label .required{
	font-size:14px;
	color:#EEB92E;
}

.contact input{
	width:380px;
	background:#FFF;
	border:solid 1px #797A7A;
}
.contact textarea{
	width:380px;
	background:#FFF;
	border:solid 1px #797A7A;
}
.contact .button{
	width:62px;
	border:none;
}

.contact .rs{
	padding:30px 0;
	width:250px;
	background:#231F20;
	font-size:16px;
}
.contact .rs .header{
	font-weight:bold;
	color:#EEB92E;
	padding-bottom:10px;
}
