/* Contact Form
	Automotive Retail Services, Inc.
	August 13, 2007 */

fieldset {
	margin: 1em 0;
	padding: 1em;
	border: 1px solid #666666;
	background-image: url(../images/formbg2.jpg);
	background-repeat: repeat-x;
}

legend {
	font-weight: bold;
	color: #000000;
}

label {
	font-weight: normal;
	float: left;
	width: 10em;
}

input {
	width: 200px;
}

textarea {
	width: 300px;
	height: 100px;
}

input:focus, textarea:focus {
	background:#FFFFFF;
}

.required {
	text-transform: uppercase;
	font-style: normal;
	color: #000066;
}

.submit {
	background-color: #596984;
	color: #F1F2F6;
	border: 1px solid #333333;
	width: 6em;
	float: left;
	margin: 5px;
	padding: 1px;
}

.reset {
	background-color: #596984;
	border: 1px solid #333333;
	color: #ECEDF1;
	margin: 5px;
	float: left;
	width: 6em;
	padding: 1px;
}

.Surname {
	visibility: hidden;
}