#contact_form label {
	display:block;
}
	
#contact_form ul {
	list-style-type:none;
}
	
#contact_form ul li {
	margin:15px 0;
}

#contact_form .notice {
	background: #FFF6BF;
	color: #514721;
	border-color: #FFD324;
}

#contact_form input.error, #contact_form textarea.error  {
	border: 1px solid #c24949;
	background: #ffbcbc;
}

#contact_form label.error, #contact_form #summary.error {
	background-image: url(images/error.png);
	background-repeat:no-repeat;	
	display:inline;
	margin-left:8px;
	padding-bottom:5px;
	padding-left:23px;
}

#contact_form #summary.success {
	background-image: url(images/success.png);
	background-repeat:no-repeat;	
	display:inline;
	margin-left:8px;
	padding-bottom:5px;
	padding-left:23px;
}

#contact_form #message {
	width:300px;
	height:80px;
} 

#contact_form .highlight {
	background:#97B6D5;
	border:1px dotted #1B3F64;
}

#contact_form input {
	width:200px;
}

/* Capcha Styles */
img { 
	border: 1px solid #eee; 
}

.clear {
	clear:both;
}
