@charset "UTF-8";
#contact  hr {
	margin-right: 0px;
	margin-left: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #373737;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	background-color: #000000;
	padding-right: 0px;
	padding-left: 0px;
	border-right-style: none;
	border-left-style: none;
	margin-top: 10px;
	margin-bottom: 10px;
}
/* CSS Document */

#contact p, label, legend {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#contact h1 {
	font-size: 24px;
	color: #666;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	line-height: normal;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

#contact {
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	display: block;
	width: 480px;
	border: 1px solid #696969;
	background-color: #2E2E2E;
	-webkit-border-radius:5px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-bottom: 50px;
	margin-left: 0px;
	padding-right: 35px;
	padding-bottom: 35px;
	padding-left: 35px;
	padding-top: 20px;
}

/* Form style */

#contact label {
	display: inline-block;
	float: left;
	height: 26px;
	line-height: 26px;
	width: 155px;
	font-size: 12px;
	-webkit-border-radius:5px;
	padding-top: 6px;
}
#contact input, textarea, select {
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	width: 250px;
	margin: 0;
	padding: 5px;
	color: #CCCCCC;
	webkit-border-radius:5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #373737;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 8px;
	margin-right: 0;
	margin-bottom: 8px;
	margin-left: 0;
}   
#contact input:focus, textarea:focus, select:focus {
	background-color: #FA751A;
	color:#333;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#contact input.submit {
	width: 85px;
	cursor: pointer;
	background:#333;
	color:#F97419;
	border: 1px solid #000000;
}
#contact input.submit:hover {
	color: #373737;
	background-color: #F97C23;
}
#contact input[type="submit"][disabled] { background:#888; }
#contact fieldset {
	border:1px none #696969;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	padding: 0px;
}
#contact legend {
	padding:7px 10px;
	font-weight:bold;
	color:#F1F1F1;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	margin-bottom:0 !important;
	margin-bottom:20px;
	background-color: #373737;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 14px;
}

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

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

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

.loader { padding: 0 10px; }

#contact #success_page h1 {
	padding-left:30px;
	background-image: url(../assets/success.gif);
	background-repeat: no-repeat;
	background-position: 5px;
}

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