#TalicDealers{
    width: 500px;
    margin: auto;
    text-align: center;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 12px;

}
.req{
    color: red;
}
h1{
    color: #AB9B00;
    font-size: 20px;
}
h2{
   color: #AB9B00;
clear: both;
}
h3{
    color: red;
}
hr{clear: both;}
div.error{
    background: #FFFABF;
}
#dealers label{
    float: left;
    width: 200px;
    text-align: right;
    padding-right: 7px;
	padding-bottom: 10px;
}
#dealers input.text{
    float: left;
    width: 160px;
    margin-right: 4px;
}
#dealers div{
    text-align: left;
    clear: both;
    padding: 3px;
    height: 20px;
}
#dealers select{
    width: 161px;
    height: 19px;
}
#dealers div.submit{
    text-align: center;
    margin: auto;
}

div.dealer{
width: 215px;
float: left;
padding-left: 10px;
height: 90px;
padding-right: 35px;
}
div.dealer span.head{font-size: 12px;}
#dealer-list {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #777777;
	padding-left: 10px;
    width: 530px;
}
#dealer-list a:link { color: #CC9933; text-decoration: none; font-size: 12px; }
#dealer-list a:visited { color: #CC9933; text-decoration: none; font-size: 12px; }
#dealer-list a:hover { color: #820000; text-decoration: underline; font-size: 12px; }
#dealer-list a:active { color: #CC9933; text-decoration: none; font-size: 12px; }
