/* --------------- Contact Form CSS ----------------------- */



.profile_form {
	margin: 0 auto;


}



#leftcol {
	max-width:96%;
}
.profile_form {
	margin: 0 auto;
	width:90%;
	position:relative;
	float:left;
	margin-bottom:100px;
}



h3 {
font-weight:400;
}

.profile_form ul {
	list-style:none;
	width:90%;
	margin:1em auto;
}

.profile_form ul li {
	line-height:20px;
	margin-bottom:10px;
}

.profile_form .section {
	position:relative;
	float:left;
	width:100%;
	margin-bottom:20px;
}

div .explain {
	font-style:italic;
	position:relative;
	float:left;
	top:-8px;
	color:#444;
	margin:0;
	padding:0;
}

.profile_form label {
	position:relative;
	float:left;
	width:100%;
	font-size:1.2em;
	margin-top:10px;
	margin-bottom:5px;
	line-height:120%;
}

.profile_form .input {
	margin-bottom:10px;
	border:1px solid #ccc;
	font-style:normal;
	padding:5px;
}


.profile_form .submit {
	position:relative;
	float:right;
	margin:0;
}

.profile_form .email {
	position:relative;
	float:left;
	width:300px;
	margin-right:20px;
}
.profile_form .name {
	position:relative;
	float:left;
	width:300px;
	margin-right:20px;
}



.profile_form .phonenumber {
	position:relative;
	float:left;
	width:150px;
}
.profile_form .question {
	position:relative;
	float:left;
	width:95%;
	height:200px;
	border:1px solid #ccc;
	margin-bottom: 20px;
}

.profile_form  .submit {
	position:relative;
	float:left;
	width:200px;
	margin:0;
	clear:both;
	margin-top:20px;
}



#contact label.error{
	text-align:left;
	position:relative;
	line-height:20px;
	margin:-5px 0 0 2px;
	padding:0;
	font-size:15px;
	font-style:italic;
	font-weight:400;
	color:red;
}

#contact input.error {
	border-color:red;
	background:pink;

}

.faq_click {
	font-weight:bold;
	font-size:100%;
}

.faq-question {
	padding:20px;
	padding-top:0;
}

.cancel {
	position: relative;
	float: left;
	margin-left: 20px;
	line-height: 2em;
	margin-top:20px;
}
fieldset{
	position:relative;
	float:left;
	width:92%;
	border: 1px solid #ccc;
	background: #F8F8F8;
	border-radius:5px;
	-moz-border-radius:5px;
	margin-top:20px;
	padding:10px;
	margin-bottom:10px;
}

legend {
	margin-left:5px;
	font-size:1.5em;
	color:#0C76B7;
}
