#routeForm input[type=text]{ width:170px; border: 1px solid #c3cbd2}
input[type=checkbox]{ margin-bottom: 5px; }
#searchForm_submit{background: #0072bb none repeat scroll 0 0;
    border-radius: 25px;
    color: #fff;
    height: 21px;
    line-height: 0;
    padding: 20px 45px;
    }
div#loading { top: 38px; left: 250px; background: yellow; display: none; float:right; }
div#search {margin: -1px 2px 0 0; width: 100%;}
div#directions { height: 335px; overflow-y: auto; }
div#directions tr { border: 1px solid #ececec; background: #fff; padding: 5px; margin: 2px; }
div#directions tr:hover { background: -moz-linear-gradient(center top , #E2E8FA, #EFF1F9) repeat scroll 0 0 transparent; }
div#route { display:none; position: absolute; left: 780px; width: 357px; height: 745px; padding: 5px; margin-right: 15px; border: 1px solid #c0c0c0; -moz-border-radius: 4px; -webkit-border-radius: 4px; background: #ececec; z-index:9999;}
a.selectedRoute { color: #000; text-decoration: none; }
div#map_canvas { float:left; margin-top: 0px; width: 100%; height: 480px; }
div#groupSearch { position:relative;margin: 20px 0; width:100%; padding: 5px;}
div.groupContainer { float:left;margin-right:30px}
div.group { }
img { border-style: none; }
div.adp-legal { display: none; }

.groupContainer label {
    display: inline-block;
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 5px;
    max-width: 100%;
    margin-left:10px;
}
#search span{float:left;margin-top:7px; display:none;}
#search select {
    -moz-appearance: none;
    background: #ffffff url("../images/1/arrow_drop.png") no-repeat scroll right 0;
    float: left;
    height: 40px;
    margin-right: 3%;
    width: 45% !important;
    border-bottom:1px solid #c3cbd2;
}
#routeForm_submit{
    background: #0072bb none repeat scroll 0 0;
    border-radius: 25px;
    color: #fff;
    height: 21px;
    line-height: 0;
    padding: 20px 45px;
}
#searchForm input[type="text"] {
    border-bottom:1px solid #c3cbd2;
    width: 35%;
    height: 40px;
}


#groupSearch #groupsForm_submit{background: #0072bb none repeat scroll 0 0;
    border-radius: 25px;
    color: #fff;
    height: 21px;
    line-height: 0;
    padding: 20px 45px;
    margin-bottom:20px;}




