/*
----------------------------------------
 FORM STYLES   »»»
*/
.frmContact{
	text-decoration : none;
 font-family:Verdana, Arial, Helvetica, sans-serif;
 font-size : 11px;
 font-weight : normal;
 color:#635c42;
 text-align:justify;
 /*padding: 0px 20px 10px 20px;*/
/*	background-color: #FFEECE;*/
}


.td_text_form{
		font-family:tahoma;
	  font-size : 12px;
	  font-weight : normal;
	  color: #635c42;
		margin-top:2px;
 }
.notice{
		font-family:tahoma;
	  font-size : 11px;
	  font-weight : normal;
	  color: #4b4a40;
	 /* padding:2px 0px 0px 0px;*/
		text-align:justify;
 }
 .td_text_form1{
		font-family:tahoma;
	  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 #0B5431;
	padding: 0px;
	margin: 0px;
	width: 180px;
	font-weight: normal;
	color: #4b4a40;
	background-color: #ffffff;
}
.inputFormOver{
	font-family:Tahoma;
	font-size: 12px;
	font-weight: normal;
	border: 1px solid #0B5431;
	padding: 0px;
	margin: 0px;
	width: 180px;
	font-weight: normal;
	color: #4b4a40;
	background-color:#F1ECD6;
}
.button{
	background-color: #908869;
	color: #FFFFFF;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	padding-bottom: 0px;
	border: 1px solid #FFFFFF;
	width: 75px;
	height: 25px;
}
.buttonover{
	background-color: #0B5431;
	color: #908869;
	font-family:Tahoma;
	font-size: 11px;
	font-weight: bold;
	padding-bottom: 0px;
	border: 1px solid #4b4a40;
	width: 75px;
	height: 25px;
	cursor: pointer;
}
