#mapButtons {
	z-index: 2;
	position: relative;
	top: 375px;
	left: 70px;
	height: 27px;
	width: 350px;
}
.map {
	position: absolute;
	top: 193px;
	left: 13px;
	z-index: 1;
	height: 420px;
	width: 420px;

}

.livetrackmap {
	display: block;
	float: left;
	clear: both;
	height: 640px;
	width: 740px;

}

#infobar {
	position: absolute;
	z-index: 2;
	background-color: #858585;
	top:613px;
	left:13px;
	width:420px;
	height:16px;
	text-align: center;
	color: #FFFFFF;
	padding-top: 3px;
	padding-bottom: 3px;
}
#infobarbottom {
	position: absolute;
	z-index: 2;
	background-color: #858585; 
	top:629px;
	left:13px;
	width:420px;
	height:12px;
	text-align: center;
	color: #FFFFFF;
	padding-top: 3px;
	padding-bottom: 3px;
}
#savebutton {
	position: absolute;
	z-index: 3;
	top:618px;
	left:377px;
	width: 60px;
	height: 26px;
}
#mapSpacer {
	width: 420px;
	height: 460px;
	clear: both;
	float: left;
}
.mapIcon {
	border: none;
	padding: 0px;
	margin: 0px;
	vertical-align: middle;
}
#pathButton {
	position: absolute;
	z-index: 3;
	height: 17px;
	width: 65px;
	left: 155px;
	top: 576px;
	border: 1px solid #000000;
	background-color: #FFFFFF;
}
#pathOptions {
	position: absolute;
	z-index: 2;
	height: 22px;
	width: 157px;
	left: 64px;
	top: 574px;
	border: 1px solid #000000;
	background-color: #FFFFFF;
	text-align: right;
}
#markerButton {
	position: absolute;
	z-index: 3;
	height: 17px;
	width: 65px;
	left: 226px;
	top: 576px;
	border: 1px solid #000000;
	background-color: #FFFFFF;
}
#markerOptions {
	position: absolute;
	z-index: 2;
	height: 22px;
	width: 235px;
	left: 190px;
	top: 574px;
	border: 1px solid #000000;
	background-color: #FFFFFF;
	text-align: left;
}
a.drawerSmall, 
a.drawerSmall:link, 
a.drawerSmall:visited, 
a.drawerSmall:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	padding: 5px;
}
a.drawerLarge,
a.drawerLarge:link,
a.drawerLarge:visited, 
a.drawerLarge:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	padding: 5px;
	line-height: 21px;
}