
form.contact_us
	{
	margin: 10px 0px 0px 0px;
	}

	
fieldset.contact_us_address, fieldset.contact_us_request, fieldset.captcha
	{
	margin: 20px 0px 0px 0px;
	border: 1px silver solid;
	padding: 15px 0px 15px 0px;

	}
	
legend.contact_us_address, legend.contact_us_request, legend.captcha
	{
	background-color: #5C5C5C;
	color: silver;
	font-weight: bold;
	border: 1.5px outset;
	text-align: center;
	margin: 0px 0px 0px 10px;
	padding: 2px 5px 2px 5px;
	}

div.contact_us_button
	{
	display: block;
	width: 600px;
	margin: 5px;
	}

label.contact_us_button
	{
	float: left;
	width: 175px;
	text-align: right;
	padding: 0px 15px 0px 0px;
	}	
	

