td.valignbottom {
	vertical-align: bottom;
}
.dealerlisting {
	border: 1px solid #F0EDE1;
}

.dealerHeader {
	background-color: #5F9FB8;
	color: #fff;
	font-weight: bold;
	padding: 4px;
	font-size: 12px;
}
.row {
	background-color: #F0EDE1;
}
.alternatingrow
{
	background-color: #F6F4EC;
}
.footerow {
	padding-bottom: 20px;
}

.name {
	padding-bottom: 8px;
}
.question {
	font-weight: bold;
	width: 70px;
}
.answer {
	width: 178px;
}


/* Form Elements */
.submitbutton {
	background-color: #00B2DE;
	font-family: Arial;
	font-size: 11px;
	color: #fff;
	font-weight: bold;
	border-top: #fff 2px solid;
	border-left: #fff 2px solid;
	border-right: #716F64 2px solid;
	border-bottom: #716F64 2px solid;
	padding: 1px 2px;
	vertical-align: middle;
	height: 20px;
	text-transform: uppercase;
}
input, textarea, select {
	font-size: 10px; 
	font-family: Tahoma, Verdana, sans-serif;
	padding: 1px 3px 0;
}
#lb_states {
	width: 60px;
}

