
#map{
width:620px;
height:420px;
float:left;
color:#555;
} 

#map a,#reset a{
font-size:12px; 
} 
#reset a{
color:red; 

} 


#reset{
padding-left:10px;
display:none;
width:180px;

overflow:auto;
float:left;
}


#directions{
display:none;
width:190px;
height:400px;
overflow:auto;
float:left;
font-size:10px;
color:#888;
}

#directions a{
font-size:12px;
color:#000;
}


#directions a:hover{
 
color:#eee;
}

