div#main {background: #0b0e28 url("../img/bg-contact.jpg") no-repeat top center;
	color: #f1f5fc;
}

div#contact {
	border-top: 1px dotted #7e7f8d;
	border-bottom: 1px dotted #7e7f8d;
	padding: 30px 0 30px 40px;
	margin-top: 0px;
}

h1 {
	margin: 0;
	padding: 0;
	font-size: 0.9em;
}

div#contactcontent p {
	font-size: 0.75em;
	width: 650px;
}
p.formerror{
	display: inline;
}
div.errors {
	*height: 0px;
	min-height: 0px;
	margin: 5px 0;
}
div#contactcontent form p {
	font-size: 0.75em;
	width: auto;
}

div#contactcontent div.errors {
	font-size: 0.75em;
	width: 650px;color: #D0801E;
}

div#contactcontent form div {
	float: left;
	width: 30%;
	margin: 5px 2% 10px 0;
	padding: 0;
}
div#contactcontent form  div.wide div {
	width: 47%;
}
div#contactcontent form div.first {
	clear: left;
}
div#contactcontent form h2 {
	display: inline;
	padding: 0 20px 0 0;
	font-size: 0.75em;
	background: transparent url("../img/flash-orange.gif") no-repeat center right;
}
div#contactcontent form h2 span {
	color: #D0801E;
}

div#contactcontent form ul {
	list-style-type: none;
	margin: 0; padding: 0;
}
div#contactcontent form li {
	padding: 4px 0;clear: left;
}


div#contactcontent form label.required {
	text-decoration: underline;
}
div#contactcontent form label.short,div#contactcontent form label.long, div#contactcontent form label.medium  {
	width: 20%;
	float: left;
	display: block;
	padding: 2px;
	font-size: 0.75em;
}
div#contactcontent form label.long {
	width: 95%;
	padding-bottom: 4px;
}
div#contactcontent form label.medium {	
	width: 60%;
}
div#contactcontent form label.checkbox {
	font-size: 0.75em;
}
div#contactcontent form input.text-long, div#contactcontent form input.text-short {
	width: 70%;
	margin: 0;
	float: right;
	font-size: 0.75em;
	border: none;
	background-color: #364c74; /* 323745 */
	color: white;
}
div#contactcontent form input.text-short {
	width: 25%;	
}
div#contactcontent form input.required {
	border: 2px solid #D0801E;
}

div#contactcontent form textarea.normal , div#contactcontent form textarea.high {
	width: 100%;
	height: 3em;
	font-size: 12px;
	border: none;
	background-color: #364c74;
	color: white;
	font-family: Arial, "MS Trebuchet", sans-serif;
}
div#contactcontent form textarea.high {

	height: 7em;

}

div#contactcontent form div#buttons {
	clear: both;
	float: none;
	padding: 0;
	width: 96%;
	text-align: right;
}

div#contactcontent form div#buttons input {
    margin: 5px; padding: 2px 20px;
    border: 1px solid #D0801E;
	background-color: #323745;
	color: white;
		background: transparent url("../img/flash-orange-rightspace.gif") no-repeat center right;
}

div#contactcontent form div.formgroup {
	padding: 0; margin: 0; float: none;border-top: 1px dotted #7e7f8d;
	width: 95%; clear: both;
}