@charset "UTF-8";
/* CSS Document */

#contact-form h1{
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
	color:#012f6e;
	margin-top:0;
}

#contact-form p{
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#012f6e;
	margin:0 0 10px 0;
}
.box-top-stroke{
	height:18px;
	border-top:2px solid #b2c4e5;
	background-color:#e1e7f5;
}
.box-bottom-stroke{
	height:18px;
	border-bottom:2px solid #b2c4e5;
	background-color:#e1e7f5;
}
#contact-form{
	margin-top:15px;
}
#contact-form .content{
	border-left:2px solid #b2c4e5;
	border-right:2px solid #b2c4e5;
	padding:0 20px;
	background-color:#e1e7f5;
}
.label{
	float:right;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#012f6e;
	margin:8px 0;
}
.desc-copy{
	font-size:10px;
	color:#012f6e;
	margin:0;
}
.form{
	padding:0;
	margin:0;
}
.rounded-edges-left{ float:left;}
.rounded-edges-right{ float:right;}
