/*
 * jQuery UI screen structure and presentation
 * This CSS file was generated by ThemeRoller, a Filament Group Project for jQuery UI
 * Author: Scott Jehl, scott@filamentgroup.com, http://www.filamentgroup.com
 * Visit themeroller.com
*/

/* style overrides */

div.errorExplanation {
	background-color:#fff;
	border:1px dashed #E63457;
	margin:5px 0 20px 0;
	padding:10px;
	color: #E63457;
	float: none;
	width: 96%;
}
div.errorExplanation h5 {
	background-color:transparent;
	color:#E63457;
	font-family: inherit;
	font-size: 15px;
	letter-spacing:0;
	margin:0;
	padding:2px 5px;
}
div.errorExplanation p {
	font-family: inherit;
	font-size: 13px;
	font-weight: normal;
	margin:0;
	padding:2px 5px;
	color: #E63457;

}
div.errorExplanation ul {
	margin:0;
	padding:0 2px 4px 25px;
	color: #E63457;
}
div.errorExplanation ul li {
	background:transparent;
	font-family: inherit;
	font-size: 13px;
	font-weight: normal;
	letter-spacing:0;
	color: #E63457;
}
.contact_form span input, .contact_form textarea  {
	margin-bottom: 5px;
	width: 15em;
	float: left;
}
.contact_form textarea  {
	height: 100px;	
}
.contact_form label  {
	width: 10em;
	float: left;
	clear: both;
	text-align: right;
	display: block;
	padding-right: 10px;
}
.contact_form button {
	clear: both;	
}