﻿form.contact
{
	width: 400px;
	color: #333;
	margin: 10px 0px 0px 110px;
}
form.contact fieldset 
{
	margin-bottom: 5px;
	margin-top: 5px;
	border: none;
	border-top: 1px solid #AEAEAE;
}
form.contact legend 
{
	padding: 0 2px;
	font-weight: bold;
	_margin: 0 -7px; /* IE Win */
	color: #A41028;
}

.contactlabel
{
	display: inline-block;
	line-height: 1.8;
	vertical-align: top;
	text-align: left;
	width: 200px;
}
.contactli
{
	width: 380px;
	background: url(/images/dottedline.gif) repeat-x left center;
	height: 10px;
	vertical-align: middle;
}

form.contact input
{
	width: 150px;
}
form.contact input.submit
{
	width: 60px;
	background-color: #8F8F8F;
	border-right: #A41028 1px solid;
	border-top: #A41028 1px solid;
	border-left: #A41028 1px solid;
	border-bottom: #A41028 1px solid;
	font-family: Times New Roman, serif, Times New Roman PS MT;
	font-size: 10pt;
	color: #ffffff;
	align: center;
	cursor: hand;
}
form.contact input.off
{
	border: 0;
	width: auto;
}
