#contact p, label, legend {
	font-size: 1.0em;
}

#contact h1 {
	margin: 10px 0 10px;
	font-size: 14px;
	color: #990000;
}
#contact hr {
	color: inherit;
	height: 0;
	margin: 6px 0 6px 0;
	padding: 0;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#contact {
	display: block;
	width: 650px;
	margin: 50px auto;
	padding: 5px;
	border: 1px solid #9B0605;
	background-color: #FEE4E4;
	-webkit-border-radius: 5px;
}

/* Form style */

#contact label {
	display: inline-block;
	float: left;
	height: 26px;
	line-height: 1.1em;
	width: 155px;
	font-size: 1.1em;
	-webkit-border-radius: 5px;
}
#contact input, textarea, select { width: 280px; margin: 0; padding: 5px; color: #666; background: #fff; border: 1px solid #9B0605; margin: 5px 0; webkit-border-radius:5px; }
input, textarea, select {
	width: 280px;
	margin: 0;
	padding: 5px;
	color: #666;
	border: 1px solid #9B0605;
	margin: 5px 0;
	webkit-border-radius: 5px;
	background-color: #e5dee9;
}

#contact input:focus, textarea:focus, select:focus {
	border: 1px solid #990000;
	background-color: #e1e2ee;
	color: #333;
}
input:focus, textarea:focus, select:focus {
	border: 1px solid #990000;
	background-color: #e1e2ee;
	color: #333;
}

#contact input.submit {
	width: 66px;
	cursor: pointer;
	border: 1px solid #990000;
	background: #99545B;
	color: #fff;
		-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px; /* future proofing */
	-khtml-border-radius: 20px;
		-moz-box-shadow:0px 0px 5px #FFDA35;
	-webkit-box-shadow:0px 0px 5px #FFDA35;
	box-shadow:0px 0px 5px #FFDA35;
}
input.submit {
	width: 66px;
	cursor: pointer;
	border: 1px solid #990000;
	color: #fff;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px; /* future proofing */
	-khtml-border-radius: 20px;
	-moz-box-shadow: 1px 1px 3px #400d0d;
	-webkit-box-shadow: 1px 1px 3px #400d0d;
	box-shadow: 1px 1px 3px #400d0d;
	text-shadow: 1px 1px 1px #EDCEC2;
	background: #d8afaf; /* Old browsers */
	background: -moz-linear-gradient(top,  #d8afaf 0%, #994040 59%, #990000 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d8afaf), color-stop(59%,#994040), color-stop(100%,#990000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #d8afaf 0%,#994040 59%,#990000 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #d8afaf 0%,#994040 59%,#990000 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #d8afaf 0%,#994040 59%,#990000 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #d8afaf 0%,#994040 59%,#990000 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d8afaf', endColorstr='#990000',GradientType=0 ); /* IE6-9 */
	font-weight: bold;

}

#contact input.submit:hover { background:#990000; }
input.submit:hover {
	background: #990000; /* Old browsers */
	background: -moz-linear-gradient(top,  #990000 0%, #994040 41%, #d8afaf 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#990000), color-stop(41%,#994040), color-stop(100%,#d8afaf)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #990000 0%,#994040 41%,#d8afaf 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #990000 0%,#994040 41%,#d8afaf 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #990000 0%,#994040 41%,#d8afaf 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #990000 0%,#994040 41%,#d8afaf 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#990000', endColorstr='#d8afaf',GradientType=0 ); /* IE6-9 */
	font-weight: bolder;
	text-shadow: 1px 1px 1px #EDCEC2;
	color: #FFDA35;
}
#contact input[type="submit"][disabled] { background:#888; }
#contact fieldset {
	padding: 20px;
	border: 1px solid ##990000;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background-color: #FBE3E4;
}
#contact legend { padding:7px 10px; font-weight:bold; color:#000; border:0px solid #eee; -webkit-border-radius:5px; -moz-border-radius:5px; margin-bottom:0 !important; margin-bottom:20px; }

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

#message { margin: 10px 0; padding: 0; }

.error_message {
	display: block;
	height: 50px;
	line-height: 22px;
	background: #FBE3E4 url('../assets/error.gif') no-repeat 10px center;
	padding: 3px 10px 3px 35px;
	color: #8a1f11;
	border: 1px solid #990000;
	-webkit-border-radius: 5px;
}

.loader { padding: 0 10px; }

#contact #success_page h1 { background: url('../assets/success.gif') left no-repeat; padding-left:22px; }

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

#contactform {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
