html,input {
	font-family: "Arial", sans-serif;
	font-size: 12px;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td,a {
	margin:0;
	padding:0;
	border:0;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

fieldset,img {
	border:0;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}

li {
	list-style:none;
}

caption,th {
	text-align:left;
}

h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}

q:before,q:after {
	content:'';
}

abbr,acronym {
	border:0;
	font-variant:normal;
}

sup {
	vertical-align:text-top;
}

sub {
	vertical-align:text-bottom;
}

input,textarea,select {
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
}

input,textarea,select {
	*font-size:100%;
}

body {
	background-color: #444444;
	text-align: center;
	padding: 0px; 
	margin: 0px;	
	padding-top:0px;
}

body table {
	width: 800px;
	text-align: right;
	margin-left: auto;
	margin-top: 3px;
	margin-right: auto;
	padding: 0px;
}
body table table {
	width: 800px;
	text-align: right;
	padding: 0px;
	padding-bottom: 2px;
}

body table table td {
	text-align: left;
}

body table table input {
	border: 1px solid gray;
	font-weight: bold;
	font-size: 13px;
	font-family: Verdana;
}

a {
	text-decoration: none;
	font-weight: normal;
	font-style: italic;
	font-family: Verdana;
	font-size: 7pt;
	color: gray;
}

#loc {
	text-align: right;
	padding-top: 8px;
	color: darkgrey;
	font-weight: bold;
	font-size: 12px;
	font-family: Verdana;
}

#divMap {
	opacity: 0.0;
	width: 800px;
	height: 400px;
}

#divMap * {
	cursor: none;
}

#divPano {
	opacity: 0.0;
	width: 800px;
	height: 200px;
}

#imgPano {
	opacity: 0.0;
	position: absolute;
	margin-left: -800px;
	width: 800px;
	height: 200px;
	z-index: 999;
}

#drawCanvas {
	display: none;
	position: absolute;
	width: 800px;
	height: 800px;
}

#imgMap {
	display: none;
	position: absolute;
	width: 800px;
	height: 800px;
}

#carImage {
	opacity: 0.0;
	position: absolute;
	top: 240px;
	margin-left: -400px;
	width: 19px;
	height: 13px;
}
 
#imgTop {
	opacity: 0.7;
	cursor: none;
	position: absolute;
	margin-left: -800px;
	width: 800px;
	height: 400px;
	z-index: 999;
}

#cwImage {
	opacity: 0.8;
	height: 25px;
}

#sourceImage {
	opacity: 0.8;
	height: 25px;
}
