/* contact form  */
.contact_form  {
	padding: 7px 15px;
}
.contact_form form  {
	float: left;
	margin-top:10px;
}
.contact_form span.text, .contact_form span.textarea  {
	float: left;
}
.contact_form span input, .contact_form textarea  {
	margin-bottom: 5px;
	width: 15em;
}
.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;	
}
/* home specific stuff */

a, button, input[type=submit]  {
	cursor: pointer;
}

.required  {
	color:#AB291C;
	padding-left:4px;
	position:relative;
	top:1px;
}

/*--------------------------------------------- error explimnation --------------------------------------------------------*/
.success, .errorExplanation {
}
.success, .errorExplanation {
    background-color: #F0EFE5;
    border: 1px solid #AB291C;
    border-left-width: 8px;
    padding: 10px 10px 10px 20px;
    margin: 5px 0px 10px 0;
    width: 84%;
    
}
.success  {
	border-color: #7A835D;
}
.errorExplanation h5, .errorExplanation p, .errorExplanation li, .errorExplanation h2 {
    color: #AB291C;
}
.success  h5, .success  p, .success  li, .success  h2 {
    color: #7A835D;
}

.success, .errorExplanation H5 {

    margin-bottom: 5px ;
    font-weight: bold;
}
.success, .errorExplanation p {

}
.errorExplanation ul li {
    font-size: 1.1em;
    list-style: disc inside;
	background-image: none;
	padding-left:0px;
}

div.fieldWithErrors input {
	float: none;
	clear: none;
	display:inline;
	border-color:#AB291C !important;
}

/* contact form  */
.contact_form.base  {
	margin-left: 100px;
	float: left;
	width: 500px;
}
.success, .errorExplanation  {
	float: left;
}
.contact_form.base fieldset  {
	width: 333px;
	float: left;
	clear: both;
}
.contact_form input[type=submit] {
	width: 7em;
	float: right;
	clear: right;
}



