
#map{
width:100%;
height:450px;
float:left;
color:#555;
} 

#map a,#reset a{
font-size:12px; 
} 
#reset a{
color:red; 

} 


#reset{
padding-left:10px;
display:none;
width:30%;

overflow:auto;
float:left;
}


#directions{
display:none;
width:32%;
height:420px;
overflow:auto;
float:left;
font-size:10px;
color:#888;
}

#directions a{
font-size:12px;
color:#000;
}


#directions a:hover{
 
color:#eee;
}

