/* FORM */

#contact-form .form-closed {
	display:none;	
}

#contact-form .btn {
	background-image: -moz-linear-gradient( 90deg, rgb(36,177,165) 0%, rgb(83,224,212) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(36,177,165) 0%, rgb(83,224,212) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(36,177,165) 0%, rgb(83,224,212) 100%);
	font-weight:bold;
	color:#fff;
	text-shadow:3px 3px 3px #28b5a9;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-ms-border-radius:4px;
	border:none;
}

#contact-form .form-closed {
	display:none;	
}

#contact-form label {
	color:#085574;
	font-weight:bold;
	margin-bottom:1px;	
}

#contact-form label.error {
	color:#F12727;	
}

#contact-form .light-labels label {
	font-weight:normal;	
}

#contact-form form .form-control {
	background:#ebf3f9;
	border:0;
	border-top:1px solid #abbdcd;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-ms-border-radius: 4px;	
	color:#085574;
}

#contact-form  form .form-group {
	margin-bottom:10px;	
}

#contact-form  .landing-terms-text {
	font-size:10px;
	color:#085574;
	font-weight:600;	
	line-height:12px;
}