#contact
{
	display: block;
	margin: 0 auto;
	padding: 0;
}

/* Form style */
#contact label
{
	display: block;
	color: #B6B576;
	font-size: 14px;
	border-bottom: 1px solid #B6B576;
	text-transform: uppercase;
}

#contact input, textarea, select
{
	width: 280px;
	padding: 5px;
	color: #212f4b;
	margin: 5px 0;



	font-size: 12px;
	padding: 4px;
	border: 1px solid #b6b576;
	background-color: #ffffff;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;


}

#contact input:focus, textarea:focus, select:focus
{
	border: 1px solid #3366cc;
	background-color: #f0f2f7;
	color: #212f4b;
}

#contact input.submit
{
	width: 85px;
	cursor: pointer;
	background: #212f4b;
	color: #fff;
}

#contact input.submit:hover
{
	background: #444;
}

#contact input[type="submit"][disabled]
{
	background: #888;
}

#contact fieldset
{
	padding: 10px 20px;
}

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

.error_message
{
	display: block;
	height: 30px;
	line-height: 30px;
	background: #ee4646;
	padding: 3px 10px 3px 20px;
	color: #ffffff;
}

.loader
{
	padding: 0 10px;
}

#contact #success_page p
{
	padding-left: 20px;
}

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