@charset "utf-8";
/* CSS Document */

body {
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
}

a {
	text-decoration:underline;
	color:#F26522;
}

a:hover {
	text-decoration:none;

}



#logo-top {
	margin:15px auto;
	width:280px;
	}
	
#header {
	text-align:center;
	}
	
	
	
#footer {
	text-align:center;
	}
	
	
	
/* --------------------------------------------------------------  
Forms CSS 
-------------------------------------------------------------- */

.vform label {
	font-weight: bold;
}

/* Fieldsets */
.vform fieldset {
	padding: 1.4em;
	margin: 0 0 1.5em 0;
	border: 2px solid #F7FAFB;
	background-color:#F7FAFB;
	border-color:#DBE9F0;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
}

.vform legend {
	padding: 0 .4em;
	font-weight: normal;
	font-size: 18px;
	color:#F78C1E;
}

/* Textareas */
textarea {
	margin: 0.5em 0.5em 0 0;
}

textarea {
	padding: .4em;
}



/* vForm
-------------------------------------------------------------- */
.vform div.field-row {
	margin: 0 0 .5em;
}

.vform div.field-row input {
	width:320px;
	padding:5px 4px;
	font-size:13px;
	letter-spacing:normal;
	display:block;
}

.vform div.field-row select {
	width:330px;
	padding:5px 4px;
	font-size:13px;
	display:block;
}

.vform div.field-row label {
	display: inline;
}

.vform div.field-row p.checkbox label {
	display: inline;
}

.vform div.field-row p.checkbox input {
	display:inline;
	width:auto
}

.vform div.field-row .formerror {
	color:#f60;
	font-size:11px;
	vertical-align:top;
}

.form-note {
	font-size:11px;
	font-style:italic;
	color:#999;
	width:330px;
	font-weight:normal;
}



.vform div.field-row .hidden input {
	margin:0;
	padding:0;
	height:0;
}

.vform .submit-button {
	display:block;
	float:left;
	padding:4px 12px 6px;
	border:1px solid #CA5100;
	background-color:#FF7A22;
	color:#fff;
	text-decoration:none;
	font-weight:bold;
	text-align:center;
	margin-right:10px;
	margin-bottom:20px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	cursor:pointer;
}

.vform .submit-button:hover {
	background-color:#CE5300;
}

.vform #fileInputUploader {
	margin-top:5px;
}

#menuLog {
	padding-left:0;
	margin-bottom:0;
}

#dealerOutput {
    line-height:220%;
    }
