#mapcontrol {
	display: none;
	margin: 0 0 0 0;
	padding: 0 10px 10px;
	background: #f7f3e8;
}

#maparea {
	
	margin: 5px 0 0 0;
	width: 920px;
	height: 600px;
}

mapcontrol #mapfrom.grey {
	color: #d9ccaa;
}
#mapcontrol .step {
	position: relative;
	margin: 0 0 3px 25px;
}
#mapcontrol .step#mapsteperror {
	padding: 0;
}
#mapcontrol .step .stepnumber {
	position: absolute;
	left: -25px;
	top: 0;
	display: block;
	padding: 3px 0 0 0;
	width: 20px;
	height: 17px;
	text-align: center;
	color: #ffffff;
	background: #d9ccaa;
}
#mapcontrol #maperrorinfo {
	color: #ff0000;
}
#mapcontrol .genericButton {
	width: 76px;
}
#mapcontrol #mapstep1 #mapfrom {
	width: 200px;
}
#mapcontrol #mapstep2 #mapfound {
	width: 200px;
}

/*#maproute {
	float: left;
	display: inline;
	display: none;
	margin: 5px 0 0 5px;
	padding: 10px;
	background: #f7f3e8;
	width: 295px;
	height: 580px;
	overflow: auto;
}
#maproute .description {
	padding: 2px 0;
	font-size: 12px;
}
#maproute .description span {
	font-weight: bold;
}
#maproute .step {
	display: block;
	position: relative;
	padding: 3px 0 1px 0;
	margin: 0 0 0 25px;
	height: auto !important;
	height: 17px;
	min-height: 17px;
	font-size: 11px;
	text-decoration: none;
}
#maproute .step .stepnumber {
	position: absolute;
	left: -25px;
	top: 0;
	display: block;
	padding: 3px 0 0 0;
	width: 20px;
	height: 17px;
	text-align: center;
	color: #ffffff;
	background: #d9ccaa;
}*/