/* Directions Page */
.youraddress2 { padding:5px; margin:0px 5px; font-size:16px; width:450px; height:25px; line-height:25px; }
.directions_text { font-weight:bold; line-height:40px; margin:0px; float:left; }
.directions_list { color:#333; float:left; line-height:22px; margin-top:5px; }
.map_canvas { height:200px; }
#map_canvas_wrapper { padding:10px; margin-top:15px; background:#eee; border-top:1px solid #777; border-left:1px solid #777; border-right:1px solid #999; border-bottom:1px solid #999; -moz-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.5); -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.5); box-shadow: inner 0 0 5px rgba(0, 0, 0, 0.5); }
#directions table td { vertical-align:middle; }
#directions table td img { padding:8px 10px 5px 10px; }

