html, body {
    height: 100%;
}

body, dl, dt, dd {
    margin: 0;
    padding: 0;
}

body, select, input, textarea {
    font-size: 12px;
    font-family: Arial, Helvetica, Sans;
}

dl {
    display: block;
    clear: left;
}

dt {
    display: block;
    width: 5.5em;
    padding-right: .25em;
    text-align: left;
    float: left;
    clear: left;
    margin: .5em .25em;
    font-weight: bold;
    line-height: 1.7em;
}

dd {
    display: block;
    width: 9em;
    float: left;
    margin: .5em .25em;
}

select, input[type=text] {
    width: 8em;
}

#makeSelect, #model {
    width: 25em;
}

textarea {
    clear: both;
    width: 15em;
}

input[type=submit] {
    display: block;
    background-color: #FFFFFF;
    color: #2244FF;
    border: 1px solid #2244FF;
    font-weight: bold;
    clear: left;
}

input[type=submit]:hover {
    color: #FFFFFF;
    background-color: #2244FF;
}

.dealerRow td {
    padding: 1em;
}

.bg {
    background-color: #FFE8E8;
}

.colorText3 {
    font-weight: bold;
}

#makeDef {
    width: 25em;
}

#modelDef {
    width: 25em;
}

#phone1, #phone2 {
    width: 3em;
}

#phone3 {
    width: 4em;
}

#commentsDT, #contactTimeDT, #timeFrameDT, #phoneDT, #phoneDD {
    width: 15em;
}

#timeframe {
    width: 15em;
}

#vehicleImageBox {
    display: block;
    position: absolute;
    z-index: 2;
    left: 17em;
    top: 11.5em;
    width: 160px;
    height: 120px;
}

#vehicleImageBox img {
    width: 160px;
    height: 120px;
}

#interiorBox1 {
    display: none;
    position: absolute;
    z-index: 2;
    left: 17em;
    top: 22em;
    width: 80px;
    height: 60px;
    cursor: pointer;
}

#interiorBox2 {
    display: none;
    position: absolute;
    z-index: 2;
    left: 24em;
    top: 22em;
    width: 80px;
    height: 60px;
    cursor: pointer;
}

#interiorBox1 img, #interiorBox2 img {
    width: 80px;
    height: 60px;
}

img {
    border: 0 none;
}

.headerText {
    font-weight: bold;
    padding-left: 1em;
    text-align: center;
    float: left;
}

#dealerTable {
    clear: left;
}

.errorList {
	padding: 0 1em;
}

.errorList li {
	padding: .25em;
}

.actionMessage {
	width: 15em;
	height: 1.4em;
	text-align: center;
}

.dealerActionMessage {
	width: 15em;
	height: 1.4em;
	padding-bottom: .8em;
}

#submissionPageTextualContent {
	display: block;
	position: relative;
	margin-left: .2em;
	z-index: 3;
}

#step4row1col1 {
	position: relative;
	top: 220px;
}

.dealerRow2 {
	padding: 0.5em;
	margin: 0.5em;
}

#submissionPageImage {
	display: block;
	position: absolute;
	top: 4em;
	left: 0;
	width: 320px;
	height: 240px;
	background-repeat: no-repeat;
	z-index: 1;
}

#submissionPageImage img {
	vertical-align: middle;
}

#errorBox, noscript {
	float: left;
	clear: both;
	background-color: #aa0000;
	border: 3px dashed #660000;
	color: #ffffff;
}

#errorBox li, #errorBox ul {
	list-style-type: none;
	padding: .2em;
	color: #ffffff;
}


#secondPageForm {
	display: block;
	width: 350px;
}


.errorBox {
    background-color: #ffffff;
    color: #000000;
    border: 1px dashed #ff0000;
    text-align: center;
    padding: .2em .4em .2em .4em;
    font-size: .9em;
}