div.contact_form form,
div.contact_form table,
div.contact_form td,
div.contact_form th    { margin: 0px; padding: 0px; vertical-align: top; text-align: left; }

div.contact_form table { border-collapse: collapse; }

div.contact_form tr{
	border-bottom: 1px solid #DEDEDE;
	padding: 5px;
}
div.contact_form th    { 
	padding: 8px 10px 5px 0px; 
	/*text-align: right;*/
	
	}
div.contact_form td    { padding: 8px  0px 8px 0px; }

div.contact_form img   { margin-left: 5px; }

div.contact_form em
{
  text-decoration: none;
  font-style:  normal;
  font-weight: 900;
 
 
}

div.contact_form  em.error, div.contact_form form em { color: #FF0000; }
div.contact_form div.error { margin-bottom: 15px; 
	font-size: 14px;
	
	
	 
	 

}

div.contact_form div.error img{
	padding: 0 5px;
	float: left;
}
.errodisplay{
	background: #FF6100;
	overflow: hidden;
	padding:5px 15px 5px 15px;
	color: White;
}

.sentdisplay{
	background: Silver;
	overflow: hidden;
	padding:5px 15px 5px 15px;
	color: White;
}

div.error span{
	margin-top:10px; 
	display: block;
}

div.contact_form div.input { float:  left; 


}
div.contact_form{
padding: 20px 0 ;
	/*margin-left: 60px;*/
}

div.contact_form select    { width: 250px; }


/* ***** Graphics *********************************************************** */

div.contact_form div.input
{
  line-height: 1px;
  padding: 4px;

 

  /*background: white no-repeat url('style-graphic/input.png');*/
}

div.contact_form div.input input,
div.contact_form div.input textarea
{
  margin:  0px;
  border: 2px solid #BABABA;
  padding: 5px;
  width: 200px;

  background: White none;
}

div.contact_form input.submit
{
  margin:  0px;
  border:  0px;
  padding: 0px;

  width:  70px;
  height: 24px;
  background: #A7B0B5;
  color: White;
 /* background: url('style-graphic/submit.png');*/
}

.cororange{
	color: #EC8200;	
	padding: 0 3px 0 1px;
}




