.input {
	padding: 3px;
}

.sidebarBtn {
	border-bottom-color: #ff8000;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding: 3px;
	background-color: #666666;
	color: white;
	font-size: 12px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	cursor: pointer;
}

.sidebarBtn:hover {
	background-color: #ff8000;
	color: white;
}

.sidebarBtnSelected {
	border-bottom-color: #ff8000;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding: 3px;
	background-color: #ff8000;
	color: white;
	font-size: 12px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	cursor: pointer;
}

.sidebarInfo {
	border-bottom-width: 1px;
	border-bottom-color: #ff8000;
	border-bottom-style: solid;
	padding: 3px;
	display: none;
}

.sidebarDirections {
	border-bottom-width: 1px;
	border-bottom-color: #ff8000;
	border-bottom-style: solid;
	padding: 3px;
}

#submit {
	padding: 3px;
}

#map {
	width: 660px;
	margin: 10px;
	border-color: #ff8000;
	border-style: solid;
	border-width: 1px;
	height: 500px;
	float: left;
}

#directionsMap {
	margin: 10px;
	border-color: #ff8000;
	border-style: solid;
	border-width: 1px;
	position: absolute;
}

#directionsSidebar {
	width: 200px;
	margin: 10px;
	border-color: #ff8000;
	border-style: solid;
	border-width: 1px;
	min-height: 500px;
	max-height: 500px;
	overflow: auto;
	position: absolute;
}

#sidebarList {
	width: 200px;
	margin: 10px;
	border-color: #ff8000;
	border-style: solid;
	border-width: 1px;
	min-height: 500px;
	max-height: 500px;
	overflow: auto;
	position: absolute;
}

#legend {
	width: 580px;
	min-height: 106px;
	max-height: 106px;
	position: absolute;
}

#address {
	padding: 10px;
	width: 500px;
}

#errorMsg {
	font-size: 12px;
	color: black;
	width: 200px;
	padding: 3px;
	background: white;
	position: fixed;
	display: none;
	z-index: 1002;
	border-width: 1px;
	border-color: gray;
	border-style: solid;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	text-align: center;
	-moz-box-shadow: 0px 0px 4px #667;
	-webkit-box-shadow: 0px 0px 4px #667;
	cursor: pointer;
}

#msg {
	padding: 6px;
}

#spinner {
	width: 40px;
	height: 50px;
	padding: 4px;
	background: white;
	position: fixed;
	display: none;
	z-index: 1001;
	color: gray;
	border-width: 1px;
	border-color: gray;
	border-style: solid;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	text-align: center;
	-moz-box-shadow: 0px 0px 4px #667;
	-webkit-box-shadow: 0px 0px 4px #667;
}


