@charset "utf-8";
/* Online Lease Quote
	Automotive Retail Services
	July 2008 */

body {
	font-family: "Times New Roman", Times, serif;
	font-size: small;
	color: #000000;
	margin: 0px;
	padding: 0px;
	background-color: #0F2D45;
}

h1 {
	font-size: 130%;
	font-style: italic;
	color: #990000;
	text-align: center;
}

h2 {
}

#wrapper {
	background-image: url(../images/ars_bg.jpg);
	background-repeat: repeat-x;
	background-color: #133C5C;
	width: 650px;
	margin-right: auto;
	margin-left: auto;
}

label {
}

input {
}

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

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

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

.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;
}

a:link, a:visited {
	color: #990000;
}

a:hover {
	color: #000000;
}
