/*
----------------------------------------
 FORM STYLES   »»»
*/
.frmContact{
	text-decoration : none;
 font-family:Verdana, Arial, Helvetica, sans-serif;
 font-size : 11px;
 font-weight : normal;
 color: #4b4a40;
 text-align:justify;
}
.td_text_form{
		font-family:tahoma;
	  font-size : 13px;
	  font-weight : normal;
	  color: #355BAB;
		margin-top:2px;
 }
.notice{
		font-family:Verdana;
	  font-size : 11px;
	  font-weight : normal;
	  color: #4b4a40;
	 /* padding:2px 0px 0px 0px;*/
		text-align:justify;
 }
 .td_text_form1{
		font-family:Verdana;
	  font-size : 13px;
	  font-weight : normal;
	  color: #4b4a40;
		text-align:justify;
 		/*padding: 5px 0px 10px 0px;*/
 }
 #mail_input{	
		margin-top:2px;}

.inputForm{
	font-family:Tahoma;
	font-size: 12px;
	font-weight: normal;
	border: 1px solid #355BAB;
	padding: 0px;
	margin: 0px;
	width: 180px;
	font-weight: normal;
	color: #10100F;
	background-color: #DEE6F6;
}
.inputFormOver{
	font-family:Tahoma;
	font-size: 12px;
	font-weight: normal;
	border: 1px solid #355BAB;
	padding: 0px;
	margin: 0px;
	width: 180px;
	font-weight: normal;
	color: #10100F;
	background-color:#CAD5EC;
}
.button{
	background-color: #355BAB;
	color: #FFFFFF;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	padding-bottom: 0px;
	border: 1px solid #FFFFFF;
	width: 75px;
	height: 20px;
}
.buttonover{
	background-color: #CE170D;
	color: #ffffff;
	font-family:Tahoma;
	font-size: 11px;
	font-weight: bold;
	padding-bottom: 0px;
	border: 1px solid #4b4a40;
	width: 75px;
	height: 20px;
	cursor: pointer;
}
