#frame {
width:100%;
height:auto;
}

#search_box {
width:98%;
height:auto;
padding-bottom:10px;
font-weight:bold;
text-align:center;
vertical-align:middle;
border:1px solid #000000;
background-color:#CCCCCC;
margin-top:10px;
margin-bottom:10px;
float:left;
}

#search_results {
width:98%;
height:auto;
padding:2px;
text-align:left;
}

#search_results td {
border-bottom:1px dotted #CCCCCC;
text-align:left;
padding-right:3px;
padding-left:2px;
padding-top:3px;
padding-bottom:2px;
}

.cssPreferredDealer {
color:#FF0000;
text-decoration:underline;
}

.cssDealer {
textdecoration:none;
}