#contact {
	margin: auto;
	text-align: left;
	width: 60%;
	padding: 1em;
	margin-bottom: 0px;
	}
	
#contact #error {
	background: #f9efef url(images/cross.png) no-repeat 9px 8px;
	width: auto;
	height: auto;
	padding: 9px 34px;
	color: #494949;
	font: 11px arial;
	border: 1px #e9c6c6 solid;
	margin-bottom: 20px;
	}
	
#contact #success {
	background: #DFF2BF url(images/tick.png) no-repeat 9px 8px;
	width: auto;
	height: 13px;
	padding: 9px 34px;
	color: #4F8A10; font: 11px arial;
	border: 1px #4F8A10 solid;
	}
	
#contact .clearfix:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}

#contact hr {
	border: 0px;
	background: none;
	border-bottom: 1px dotted #aaa;
	height: 0px;
	margin: 1em 0;
	}

#contact label {display: block; margin: 0px; color: #000000;}

#contact input[type=text], #contact input[type=password], #contact textarea {
	color: #333;
	margin-bottom: 7px;
	background: #fff;
	border: 1px solid #ccc;
	padding: 5px;
	width: 95%;
	}
	
#contact input[type=submit] {
	background: #eee;
	border: 3px double #ccc;
	padding: 2px;
	font-size: 1em;
	width: auto;
	margin-right: 6px;
	}

#contact #captcha div {display: inline; float: left;}