

#name {}
#email {}
#phone {}

.ie8 #ajax-mailer {
	width: 500px;
}

#ajax-mailer {
	padding: 10px;
	background: #fafafa;
width:500px;
margin-bottom:40px;
	}
#ajax-mailer form label {	
	display: block;
width:480px;
	margin: 10px 0;
	}

#ajax-mailer ul, #ajax-mailer ol {
	margin: 10px 0;	
} 

.ie8 #ajax-mailer ul li, .ie8 #ajax-mailer ol li {list-style: none;}
.ie8 #ajax-mailer input[type="text"], 
.ie8 #ajax-mailer input[type="email"], 
.ie8 #ajax-mailer input[type="search"], 
.ie8 #ajax-mailer input[type="tel"], 
.ie8 #ajax-mailer input[type="file"],
.ie8 textarea { 
 width:  480px;
}

#ajax-mailer ul li {list-style: none;}
#ajax-mailer input[type="text"], 
#ajax-mailer input[type="email"], 
#ajax-mailer input[type="search"], 
#ajax-mailer input[type="tel"], 
#ajax-mailer input[type="file"],
textarea {
  -moz-appearance: none;
  border-radius: 0 0 0 0;
  display: inline-block;
  height: 18px;
  outline: 0 none;
  padding: 0.8%;
  vertical-align: middle;
	display: block;
	width: 480px;
	}

input[type="submit"] {
	margin: 10px 0;
	}
	
#ajax-mailer .error	 {
	font-size: 11px;
	color: #ff0000;	
	line-height: 11px;
}

