html{
	background: #a40a01;
}
body{
	margin: 0;
	padding: 0;
	font: 12px/16px Arial, "Helvetica Neue", Helvetica, sans-serif;
	background: #fff;
}

ul, ol {
	padding-left: 18px;	
}

.wrap{
	width: 940px;
	margin: 0 auto;
}
h1{
	font-size: 40px;
	font-weight: normal;
}
h2{
	font-size: 24px;
	color: #a40a01;
	font-weight: normal;
}
h3 {
	color: #396CB5;
	margin: 28px 0 0;
}
a, a:visited{
	color: #4069B6;
	text-decoration: none;
}
a:hover, a:focus{
	color: #aaa;
}
img{
	border:none;
}

abbr {
	font-weight: bold;
	color: red;
}

/*header*/
#header{
border-top: 10px solid #A40A01;
position: relative;
overflow: hidden;
}
#header .wrap{
background: url(/images/header-bg.jpg) no-repeat bottom right;
z-index: 1;
position: relative;
overflow: hidden;
}
#header img{
	margin: 5px 0;
}
#header p{
	float: right;
	font-size: 20px;
	font-weight: bold;
	margin-top: 15px;
}
#header a{
	display:block;
	float:left;
	width: 160px;
}
#header .repeat{
	background: url(/images/header-bg-repeat.jpg) repeat-x bottom;
	width: 50%;
	float: right;
	position: relative;
	z-index: 0;
	height: 56px;
	margin-top: -56px;
}

/*body*/
#pageTitle{
	background: #000;
	color: #fff;
}
#pageTitle h1{
	margin: 0;
	padding: 35px 0;
}
#body{
	background: #fff url(/images/body-bg.jpg) repeat-y center;
	overflow: hidden;
}
.intro, .form{
	width: 45%;
	padding-top: 30px;
}
.intro{
	float: left;
	padding-right: 4%;
}
.form{
	float: right;
	padding-left: 4%;
}

/*form*/
.form form div > div{
	width: 100%;
	margin: 15px 0;
	overflow: hidden;
}
.section1 label{
	display: block;
}
.section1 input{
	width: 98%;
}
.section1 div span{
	width: 48%;
	float: right;
	margin-left: 1%;
}
.section1 div span:first-child{
	margin-right: 1%;
	float: left;
	margin-left: 0;
}
.section1 span input{
	width: 97%;
}
.section1 span select {
	width: 99%;	
}
.section2 {
	margin: 15px 0 10px;
	padding: 10px 0;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	clear: both;
}
#class1, #upgrade_date {
	width: 97%;
}
#ID{
	width: 140px;
}
.make, 
.model {
	width: 112px;
	margin-left: 5px;
	margin-right: 4px;
}
.year {
	width: 46px;
	margin-left: 5px;
	margin-right: 4px;
}
#vehicles{
	list-style-type:none;
	margin: 0;
	padding: 0;
}

#vehicles input[type="text"] {
	padding: 1px 0px;
}

#vehicles li {
	height: 24px;
}

#date{
	width: 184px;
}
#submit{
	margin-bottom: 50px;
	padding: 5px 10px;
}

/* Ketchup Validation Styling */
.ketchup-error-container {
  display: none;
  position: absolute;
  width: auto;
}

.ketchup-error-container ol {
  font-size: 12px;
  color: #111;
  background: red;
  background: rgba(255, 0, 0, 0.6);
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  list-style: none;
  line-height: 16px;
  list-style-type: none;
}

.ketchup-error-container-alt {
	display: none; 
	width: 97%;
	margin: -2px 2px 0px 2px;
}

.ketchup-error-container-alt ol {
	padding: 0px;	
	margin: 0px;
  list-style-type: none;
}

.ketchup-error-container-alt li {
background-color: #FFEBE8;
color:#333;
font-weight:bold;
  padding: 3px 10px 3px 10px;
  font-size: 11px;
  margin-bottom: 3px;
  border:1px solid #C00;
  border-top:none;
border-radius: 0px 0px 8px 8px;
-moz-border-radius: 0px 0px 8px 8px;
-webkit-border-radius: 8px;
-webkit-border-top-right-radius: 0px;
-webkit-border-top-left-radius: 0px;
}

/*footer*/
#footer{
	clear: both;
	color: #fff;
	background: #000;
	border-bottom: 10px solid #a40a01;
	overflow: hidden;
	font-size: 11px;
}
#footer p{
	width: 50%;
	margin: 20px 0;
}
#footer .copyright{
	float: left;
}
#footer .designby{
	float: right;
	text-align: right;
}
.hiddenField {
	display: none;
}

.upgrade{
	width: 241px;
	border-radius: .5em;
	overflow: hidden;
}
.button {
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 14px/100% Arial, Helvetica, sans-serif;
	padding: .75em 2em 1em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.button:hover {
	text-decoration: none;
	text-shadow: none;
	color: #000;
}
.button:active {
	position: relative;
	top: 1px;
	color: #000;
}
.orange {
	color: #fef4e9;
	border: solid 1px #da7c0c;
	background: #f78d1d;
	background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20));
	background: -moz-linear-gradient(top,  #faa51a,  #f47a20);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f47a20');
}
.orange:hover {
	background: #f47c20;
	background: -webkit-gradient(linear, left top, left bottom, from(#f88e11), to(#f06015));
	background: -moz-linear-gradient(top,  #f88e11,  #f06015);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f88e11', endColorstr='#f06015');
}
.orange:active {
	/*color: #fcd3a5;*/
	background: -webkit-gradient(linear, left top, left bottom, from(#f47a20), to(#faa51a));
	background: -moz-linear-gradient(top,  #f47a20,  #faa51a);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f47a20', endColorstr='#faa51a');
}
.download{
	width: 238px;
	text-align: center;
}