

#contact p, label, legend { font: 10px "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif; color: #fff; }

#contact h1 {
	margin: 00px 0 0px;
	padding:15px 0 15px;
	border: 1px #353535;
	font-size: 1.5em;
	color: #FFF;
	font-weight: bolder;
}
#contact hr { color: inherit; height: 0; margin: 6px 0 6px 0; padding: 0; border: 1px solid #353535; border-style: none none solid; }

#contact {
	display: inline-block;
	width: 290px;
	margin: 15px 15px;
	padding: 0px;
	border: 0px solid #cbcbcb;
	background-image:;
	-webkit-border-radius:5px;
	background-image: url(../images/form.png);
}

/* Form style */

#contact label { margin-left:5px; display: inline-block; float: left; height: 20px; line-height: 20px; width:80px; font-size: .85em; -webkit-border-radius:5px; color: #FFF}
#contact input, textarea, select { width: 180px; margin: 0; padding: 5px; color: #353535; background: #fff; border: 1px solid #ccc; margin: 5px 0; font:1em "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif; webkit-border-radius:5px; }   
#contact input:focus, textarea:focus, select:focus { border: 1px solid #999; background-color: #316ba9; color:#fff; }
#contact input.submit { width: 120px; cursor: pointer; border: 1px solid #222; background:#333; color:#fff; -webkit-border-radius:5px; }
#contact input.submit:hover { background:#444; }
#contact input[type="submit"][disabled] { background:#888; }
#contact fieldset { padding:0px; border:0px solid #eee; -webkit-border-radius:5px; -moz-border-radius:5px; }
#contact legend { padding:7px 10px; font-weight:bold; color:#fff; border:0px solid #eee; -webkit-border-radius:5px; -moz-border-radius:5px; margin-bottom:0 !important; margin-bottom:20px; }

#contact span.required{ font-size: 20px; color: #ff0000; } /* Select the colour of the * if the field is required. */

#message {
	margin: 15px 0;
	padding-left:0px;
	
}

.error_message { margin-left:5px; width: 230px; display: block; height: 44px; line-height: 1.5em; background: #FBE3E4 url('../assets/error.gif') no-repeat 10px center; padding: 3px 10px 3px 35px; color:#8a1f11;border: 1px solid #FBC2C4; -webkit-border-radius:5px; }

.loader { padding: 0 10px; }

#contact #success_page h1 { left no-repeat; padding-left:0px; }

acronym { border-bottom:1px dotted #ccc; }