#contact1, #contact2
{
	border: 1px solid #666;
	padding: 10px;
	padding-left: 20px;
	height: 300px;
	margin-top: 30px;
	margin-left: 10px;
	float: left;
	background-color: #FAFAFA;
}

.legend
{
	background-color: #F0F0F0;
	border: 1px solid #CCC;
	border-bottom: 0;
	position: relative;
	top: -26px;
	padding-left: 10px;
	padding-right: 10px;
	float: none;
}

#contactform
{
	position: relative;
	top: -16px;
}

#contact1 address
{
	font-style: normal;
	font-size: 0.8em;
	margin-bottom: 10px;
}

#contact1
{
	width: 160px;
}

#contact2
{
	width: 310px;
}

#contact2 label
{
	display: block;
}

#body, #send_to, #email, #name
{
	margin-bottom: 5px;
	width: 280px;
	background-color: #404040;
	color: #FFF;
	border-top: 1px solid #8F8C86;
	border-left: 1px solid #8F8C86;
	border-right: 1px solid #EBE9E6;
	border-bottom: 1px solid #EBE9E6;
}

#anti
{
	display: none;
}

#body
{
	height: 90px;
}

#contactformsubmit
{
	background-color: #404040;
	color: #FFF;
	width: 100px;
}