.contactPara{
	width:100%;
	margin:0px auto;
	margin-bottom:50px;
	padding-top:20px;
	font-size:14px;
}


.contactDiv{
	width:100%;
	margin:0px auto;
}

#holderContact{
	width:100%;
	float:left;
	margin-bottom:30px;
}

.contact_Form{
	width:55%;
	min-width:350px;
	float:left;
}


.contact_Form a{
	color:#192C57;
	text-decoration:none;
	font-size:10px;
	font-weight:bold;
}

 /*#headDiv{
	width:250px;
	background:#00214A;
	color:#fff;
	padding:5px;
	margin-bottom:15px;
 }*/

textarea { 
	width:60%;
	height:100px;
	border:0;
	margin-left:10px;
	background:#f5f5f5;
	resize: none;
}


.form_text{
	margin-bottom:10px;
	margin-top:10px;
}

.form_text span{
	width:133px;
	float:left;
	margin-left:10px;
	font-size:14px;
	color:#00214A;
}

.inputs{
	width:60%;
	height:30px;
	padding-left:5px;
	margin-left:10px;
	border:0;
	background:#f1f1f1;
}

.input{
	width:195px;
	float:left;
	margin:10px 0 10px 0;
	padding-left:5px;
	height:30px;
	border:0;
	background:#f5f5f5;
}

.captchImg{
	width:212px;
	height:100px;
	margin-bottom:20px;
	float:right;
}

.captchImg img{
	float:left;
	margin-right:10px;
}

.contact_Details{
	width:250px;
	padding:0px 10px 10px 0;
	float:left;
	margin-bottom:50px;
	margin-top:10px;
	margin-right:90px;

}

.contact_Details span{
	font-size:16px;
	width:85%;
	display:block;
	padding:0 5px 5px 0;
	margin:0 0 15px 0px;
	float:left;
	color:#00214A;
	border-bottom:1px solid #f0f0f0;
}

.buttonDiv{
	width:100%;
	float:left;
	margin-top:30px;
}


.button_style{
	width:96%;
	margin:10px 10px 10px 10px;
	height:30px;
	float:left;
	background:#192C57;
	color:#fff;
	border:none;
	cursor: pointer;
}

#emailIMG{
	width:10px;
	height:12px;
	float:left;
	padding:5px;
	background-image:url('../images/email.jpg');
	background-position:center;
	background-repeat:no-repeat;
}

#skypeIMG{
	width:10px;
	height:12px;
	float:left;
	padding:5px;
	background-image:url('../images/Skype.jpg');
	background-position:center;
	background-repeat:no-repeat;
}


#allError{
	COLOR:RED;
	font-size:12px;
}
