#theMapHolder {
	top: 10px;
	left: 90px;
	width: 425px;
	height: 425px;
	background: transparent;
	border: thin dotted #FFEBCD;	
	position: relative;
	overflow: hidden;
}

#theMap {
	top: 0px;
	left: 0px;
	width: 425px;
	height: 425px;
	background: transparent;
	position: relative;
	overflow: hidden;
	cursor: crosshair;	
}
#tools {
	position: absolute;
	left: 100px;
	top: 5px;
	border: none;
	color: Red;
	text-decoration: none;
	font-family: Arial;
	font-size: 9px;
	height: 10px;
	background-color: #ddd;		
	width: 425px;
}

#tools label
{
	text-decoration: none;
	font-weight: 700;
	font-size: 9px;
}	

#tools a
{
	text-decoration: none;
	padding: 20px;
}

#footer 
{
	clear: both;
	margin: 0;
	padding: .5em;
	color: #333;
	background-color: #ddd;
	border-top: 1px solid gray;
	font-family: Arial;
	font-size: 10px;
	font-weight: bolder;
	height: 12px;
	position: relative;
	top: 10px;
	left: 90px;
	width: 425px;		
}

#footer  input 
{
	border: none;
	color: white;
	text-decoration: none;
	font-family: Arial;
	font-size: 10px;
	height: 12px;
	background-color: #ddd;
}

