.page
{
	margin: 0px;
}
.title
{
	font-family: Arial;
	font-size: 24px;
	font-weight: 700;
	line-height: 30px;
	padding-top: 6px;
	height: 38px;
}
.panel
{
	padding-top: 6px;
	padding-bottom: 2px;
	height: 40px;
}
.frame
{
	border: #009 2px solid; 
	cursor:  url(pics/openhand.cur), pointer;
	background-color: black;
	position: relative;
	visibility: hidden;
}
.scroll
{
	height: 40px;
	width: 40px;
	top: 0px;
	left: 0px;
	position: absolute;
	overflow: auto;
}
.map
{
	position: absolute; 
	top: 0px;
	left: 0px;
}
.label
{
	cursor: pointer;
	position: absolute;
	border-right: black 1px solid;
	border-top: black 1px solid;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
	background-color: lightyellow;
	width: 30px;
	-moz-user-select: none;
}
.label2
{
	border-right: white 1px solid; 
	border-top: #b0b0b0 1px solid; 
	border-left: #b0b0b0 1px solid; 
	border-bottom: white 1px solid;
	font-family: Arial;
	font-weight: bold; 
	font-size: 12px; 
	text-align: center;
}

.button
{
	cursor: pointer;
	position: absolute;
	border-right: black 1px solid;
	border-top: black 1px solid;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
	background-color: white;
	width: 70px;
	-moz-user-select: none;
}
.button2
{
	border-right: white 1px solid; 
	border-top: #b0b0b0 1px solid; 
	border-left: #b0b0b0 1px solid; 
	border-bottom: white 1px solid;
	font-family: Arial;
	font-weight: bold; 
	font-size: 12px; 
	text-align: center;
	line-height: 20px;
}

#loading
{
	border: #009 2px solid; 
	background-color: #fff; 
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	margin-bottom: 56px;
	padding-top: 6px;
	padding-bottom: 6px;
    width: 200px
}
#footer
{
	margin-left: auto; 
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 804px;
	font-family: verdana; 
	font-size: 10px;
	line-height: 12px;
	color: #75818c;
	text-align: center;
}

