.contact_us
{
	float:left;
	width:520px;
}
.contact_us a
{
	color:#4F0000;
}


.contact_us span
{
	padding:3px;
	float:left;
	clear:right;
}

.contact_us textarea
{
	width:280px;
	float:left;
}

.contact_us input, img
{
	float:left;
}

.contact_us label
{
	width:110px;
	float:left;
	position:relative;
	clear:left;
}

.contact_us .error
{
	clear:right;
	display:block;
	color:#cc0000;
}

.name_bg
{
	width:85px;
	background-color:#D7D7D7;
	border-left:2px solid #B5B5B5;
	font-weight:bold;
	float:left;
}
.name
{
	width:130px;
	float:left;
}

.rest
{
	width:300px;
	float:left;
}



