#mod_googlemaps { 
	border:1px solid #ccc;
}

#mod_googlemaps a {
	border:0;
}

#mod_googlemaps_directionsresults {
		width:100%;
}
#mod_googlemaps_directionsresults_wrapper {
	width:99%;
}
#mod_googlemaps_directions_listing {

}

#mod_googlemaps_print {
	margin-top:5px;
	border:1px solid #ccc;
}

#mod_googlemaps_entryform {
	margin-bottom:5px;
	background:#eee;
	border:1px solid #ccc;
	padding:10px;
}

#mod_googlemaps_entryform #fromAddress {
	border:1px solid #ccc;
	margin:1px;
	padding:1px;
	display:block;
}

#mod_googlemaps_entryform fieldset {
	width:100%;
}

#mod_googlemaps_entryform label {
	display:block;
	float:left;
	width:50px;
	margin:0;
	padding:0;
	padding-right:5px;
}
#mod_googlemaps_entryform fieldset select {
	display:block;
	float:left;
}
.clear_label {
	clear: left;
	height:1px;
}

.routesubmit {
	display:block;
	background:#fff;
	font-weight:bold;
	border:1px solid #4d4d4d;
	
}

#mod_googlemaps_entryform fieldset .hiddenfield {
	display:none;
}
input#fromAddress {
	width:550px;
}

