a#contactus {
    display: block;
    width: 90px;
    height: 20px;
    background-image: url('/site_media/images/contactus.jpg');
    background-position: 0 -20px;
    margin: 0 auto;
    float:left;
    border-style: solid;
    border-width: 0px 1px 10px
}

input.send_button
{
	float: right;
}

form#contact_form
{
	border: none;
	height: 510px;
}

fieldset#contact_fieldset
{
	border: none;
}

div#form_area
{
	border: thin solid grey;
}

div#progress_overlay
{
	text-align: center;
	height: 530px;
	background-image: url('/site_media/images/semi_trans.png');
	opacity: 0.3;
	filter: alpha(opacity=30);
	margin-top: -530px;
	color: white;
}

img.progress_img
{
	margin-top: 185px;
}

td.message
{
	width: 100%;
	background-color: #00fcff;
	text-align: center;
}
