/* Contact Form */ 
div#contact {
	overflow: hidden;
}
div#contact label {
	font-size: 12px;
	width: 130px;
	display: block;
	float: left;
	text-align: right; 
	margin: 4px 4px 0px 0px;
	
}
/* Labels directly below 
div#contact label {
	font-size: 12px;
	clear: both;
	display: block;
}
*/
div#contact fieldset {
border: none;
}
div#contact .contact-field {
	margin: 4px 0px 8px 0px;
	padding: 4px 4px;
	clear: left;
	overflow: hidden;
}
div#contact input, div#contact textarea {
	padding: 3px;
	font-size: 12px; 
	color: #333333;
	border: 1px solid #CCCCCC;
	background-color: #EDEDED;
}
div#contact .contact-field-error {
	font-size: 11px; 
	color: #333333;
	background-color: #FFFFCC;
	border: 1px solid #FFCC33; 
	padding: 4px 4px;
	width: auto;
	margin: 4px 0px 8px 0px;
	overflow: hidden;
}
div#contact input {
	border: 1px solid #CCCCCC;
	background-color: #EDEDED;
}
div#contact select {
	border: 1px solid #CCCCCC;
	background-color: #EDEDED;
	padding: 2px;
	height: 23px;
}
div#contact input:focus, div#contact textarea:focus{
	background-color: #FFFFFF;
	border: 1px solid #999999;
}
div#contact img {
	margin-top: 2px;
}
.field-block {
float: left;
}
#error {
	background-color:pink;
	background-image:url(/contact/images/cross.png);
	background-position:6px center;
	background-repeat:no-repeat;
	border:1px solid red;
	color:#333333;
	font-size:11px;
	margin:4px 0 8px;
	overflow:hidden;
	padding:6px 6px 6px 28px;
	width:auto;
}
div#contact #contact-left {
	float: left;
	width: 250px;
	margin: 10px 20px 10px 0px;
}
div#contact #contact-right {
	float: left;
	width: 390px;
	margin: 10px 0px 10px 0px;
}

div#contact input.form-button {
	background-color: #444444;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	padding: 4px 6px 4px 6px;
	text-decoration: none;
	border: 1px solid #336600;
	margin: 2px;
	overflow:visible;
}
div#contact input.form-button:hover {
	background-color: #9DBC00;
	cursor: pointer;
}

div#contact .input-info{
    margin-left: 135px;
    padding-top: 5px;
    font-size: 0.8em;
    color: #777;
}

div#contact .message-confirm {
	border: 1px solid #63CD30;
	padding: 10px; 
	background-color: #F7FFEF;
	width: 500px;
}

div#contact .val-error {
	border: 1px solid #63CD30;
	padding: 10px; 
	background-color: #F7FFEF;
}

.error-response-top { 
padding: 10px; margin: 20px 0px; 
background-color: #F6EEE7; 
border: 1px solid #CF0000; 
-moz-border-radius: 8px;

}
.error-response-top h2 {
font-size: 130%; 
color: #333; 
margin: 0; 
padding: 0; 
font-weight: normal;  
}
.error-response-top p {margin: 0; 
padding: 0; }
.error-response-top .highlight {
color:#CF0000; font-weight: bold;;
}

div#contact .required { background: #FFF; }

div#contact .required-marker { color: #333; }

div#contact .required-row { margin-left: 135px;  }

div#contact input.missing { border: 1px solid #CF0000 !important; }


