#map_canvas {
	color: #000;
}

#st_routeplanner_form {
	margin-bottom: 10px;
}

#st_routeplanner_form label, #st_routeplanner_start {
	margin: 0 10px 0 0;
}

#st_routeplanner_submit {
	margin: 0 0 0 10px;
}

#directions-panel img {
	border: none;
}

#adp-placemark td, .adp-placemark td, .adp-directions td, .adp-directions {
	border: none;
}

.adp-directions .adp-substep {
	border: 1px solid #ccc;
	border-width: 0 0 1px 0;
}

.adp-directions {
	width: 100%;
}

@media print {
	#map-canvas {
		height: 500px;
		margin: 0;
	}
	
	#directions-panel {
		width: auto;
	}
}

#st_routeplanner_end, #st_routeplanner_firststart {
	display: none;
}

.tx_strouteplanner_error {
	background: #ccc;
	color: #ff0000;
	border: 5px solid #ff0000;
	font-weight: bold;
	padding: 10px;
	font-size: 15px;
	margin: 10px;
}

#st_routeplanner_submit {
	color: #050505;
	padding: 1px 20px;
	background: -moz-linear-gradient(
		top,
		#e9eaf5 0%,
		#ebebeb 50%,
		#dbdbdb 50%,
		#9fa0b3);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#e9eaf5),
		color-stop(0.50, #ebebeb),
		color-stop(0.50, #dbdbdb),
		to(#9fa0b3));
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border: 1px solid #949494;

	cursor: pointer;
}

#st_routeplanner_start {
	padding: 1px 5px;
	text-shadow: 0px 1px 0px #fff;
	outline: none;
	background: -webkit-gradient(linear, left top, left bottom, from(#bcbcbe), to(#ffffff));
	background: -moz-linear-gradient(top,  #bcbcbe,  #ffffff);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #717171;
	-webkit-box-shadow: 1px 1px 0px #efefef;
	-moz-box-shadow: 1px 1px 0px #efefef;
	box-shadow:  1px 1px 0px #efefef;
}

#st_routeplanner_start:focus {  
    -webkit-box-shadow: 0px 0px 5px #007eff;  
    -moz-box-shadow: 0px 0px 5px #007eff;  
    box-shadow: 0px 0px 5px #007eff;  
}  
