#contact
{
	margin-top: 20px;
	display: inline-block;
}
LABEL
{
	display: inline-block;
	margin-top: 10px;
}
INPUT, TEXTAREA, SELECT
{
	width: 435px;
	padding: 0 10px;
	color: #666;
	background: #F5F5F5;
	border: 1px solid #CCC;
	font: 1em Helvetica;
	-webkit-border-radius: 5px;
	height: 35px;
	margin-top: 5px;
}
TEXTAREA
{
	height: 226px;
	padding-top: 10px;
}
INPUT:focus, TEXTAREA:focus, SELECT:focus
{
	border: 1px solid #999;
	background-color: #FFF;
	color: #333;
}
INPUT.submit
{
	width: 85px;
	cursor: pointer;
	border: 1px solid #222;
	background: #333;
	color: #FFF;
}
INPUT.submit:hover
{
	background: #444;
}
INPUT[type="submit"][disabled]
{
	background: #888;
}
SPAN.required
{
	font-size: 13px;
	color: #FF0000;
}
#message
{
}
.error_message
{
	display: block;
	height: 22px;
	line-height: 22px;
	background: #FBE3E4 url('../images/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
{
	background: url('../images/success.gif') no-repeat left;
	padding-left: 22px;
}
