/** Route/directions form **/
#routeForm{                             width:100%;
                                        float:left;}
                            
#routeForm form span{                   display:block;
                                        float:left;
                                        width:35px;
                                        height:20px;
                                        line-height:20px;
                                        text-align:left;
                                        font-size:11px;}

#routeForm form span img{               vertical-align:bottom;
                                        margin-top:2px}

#routeForm form input.text{             width:160px;
                                        float: left;
                                        font-size:11px;
                                        color: white;
                                        height: 16px;
                                        padding: 3px 10px;;
                                        background-color: transparent;
                                        background-image: url('/images/input.png');
                                        background-repeat: no-repeat;
                                        border: 0;}

#routeForm form span#buttons{           padding:10px 0px;  
                                        text-align:right; 
                                        display:block; 
                                        clear:both; 
                                        width:208px;}

/** Buttons on route/directions form **/                                    
span#buttons input#routeSubmit{         /*display:block;*/
                                        float:left; 
                                        margin-right:5px;}
                                    
span#buttons input#clearRoute{          /*display:block;*/
                                        float:left;
                                        margin-right:5px;}
                                    
span#buttons input#routePrint{          /*display:block;*/
                                        float:left}
                                    
#routeInner{                            float:left;
                                        }
                                    
#directionsTable{                       margin:5px 0;}

#directionsTable tr td{                 border-top:1px dashed #cbcbcb;}
                                    
#directionsTable tr td.startLocation{   border:1px solid #56697b;
                                        background:#4f6273;
                                        padding:10px 5px;}

#directionsTable tr td.endLocation{     padding:10px 5px;
                                        border:1px solid #56697b;
                                        background:#4f6273;
                                        margin-top:5px;}
