/*Map Pop Up */
html {
	background-image: none;
	background-color: white;
}

.mapPopUp {        
    width: 345px;
    height: 280px;
    float: left;
    border: 1px solid black;
    margin: 10px 30px 0 0;        
}
    
.routePopUp {        
    width: 180px;
    height: 180px;
    float: left;        
}

.submitClass a {
    margin: -22px -18px 0 0;
}   

div.googledir {
    width:200px;
    padding-bottom: 15px;
}

.error { padding:0 0 5px;}

/* Driving directions */
.directions {
    margin:15px 15px 15px 15px;
}

.directionsPopup {
    padding-top: 10px 0 10px 0px; 
    width:300px; 
    display:none;
}

.rightCellDiv {
    float:right; 
    padding-right:10px;
}

.leftCellDiv {
    float:left; 
    padding-left:5px; 
    width:30px; 
}

.addressToClass {
    width:100%;
}


#txtFrom {
    width:450px;
}

.controlsClass {
    height: 200px;
}

#lbtnSubmit {
    color:#fff;
    top:3px
}

.drivingDirectionCenter {
    padding-left:40px; 
    width:210px; 
    padding-right:40px;
}

.widthSP {
    width:200px; 
    padding-left:5px; 
    float:left;
}

#drivingDirectionsSubmit {
    vertical-align:top;
}


