/* applied to the map component */
.routeplanner-map {
	
}

/* the text input field */
.routeplanner-to {
	width: 100%;
	border: 1px solid #CCC;
	background-color: white;
	border-radius: 4px;
	padding: 5px;
	text-shadow: #CCC 1px 1px 5px;	
	margin-bottom: 5px !important;
	margin-bottom: 5px !important;
}

/* the directions form */
.routeplanner-direction-form {
	font-size: 11px;
	padding-top:5px;
	padding-bottom:5px;
}

/* the geolocation label */
.routeplanner-geolocation {
	color: #CCC;
	margin-top: 0px;
	margin: 0px !important;
	padding-top:5px;
	padding-bottom:5px;
}

/* the submit button */
.routeplanner-button, .routeplanner-print {
	border: 1px solid #CCC;
	background-color: white;
	border-radius: 2px;
	font-size: 14px !important;
	color: #333;
	line-height: 24px;
	padding:5px;
	font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}

.routeplanner-print {
	display: none;
	padding-top:3px;
	padding-bottom:3px;
}
.routeplanner-directions {
	font-size: 11px !important;
}

.routeplanner-directions table {
	margin-bottom: 0px !important;
}

