.contact
{

}
.contact .top
{
	color		: #DB6207;
	border-top	: 1px solid #DCDCDC;
	font-size		: 7pt;
	font-weight	: bold;
	padding-bottom	: 10px;
}
.contact .left
{
	width		: 40%;
}
.contact .right
{
	width		: 60%;
}
.contact .input, .contact .textarea
{
	border		: 1px solid #DCDCDC;
	width		: 200px;
	font-size		: 7pt;
}
.contact .submit
{
	border		: 1px solid #DCDCDC;
	background-color	: #FFFFFF;
	font-size		: 7pt;
	font-weight	: bold;
	margin-top	: 4px;
}
.contact .error
{
	padding		: 0px;
	margin-bottom	: 2px;
	color		: #EF0107;
	font-size		: 7pt;
}
