html { height: 100% }

body { height: 100%; margin: 0; padding: 0 }

#map-canvas { 
	height: 100% 
	z-index:0; 
	clear: none;
}



body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #FFF;	
}



.ZC_Logo {
	position:absolute;
	width:250px;
	height:43px;
	z-index:10;
	float: right;
	clear: none;
	right: 0px;
	bottom: 0px;
	margin-bottom: 25px;
	margin-right: 40px;
	text-shadow: 0px 1px 0px #000;
}
a{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
	text-shadow: 0px 1px 0px #000;
}
a:hover{
	text-decoration: underline;
}

.HelpButton {
	position:     absolute;
	top:          10px;
	left:         50%;
	z-index:11;
	text-shadow: none!important;
	font-weight: bold;
	
	/*
	display: block;
	width:        80px;
	background-color: #8E385D;
	line-height: 13px;
	height: 18px;
	text-align: center;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #CCC;
	*/
}


.btn {
  -webkit-border-radius: 2;
  -moz-border-radius: 2;
  border-radius: 2px;
  -webkit-box-shadow: 0px 1px 2px #666666;
  -moz-box-shadow: 0px 1px 2px #666666;
  box-shadow: 0px 1px 2px #666666;
  font-family: Arial;
  color: #000;
  font-size: 12px;
  background: #ffffff;
  padding: 8px 8px 8px 8px;
  text-decoration: none;
}

.btn:hover {
  background: #FF9900;
  text-decoration: none;
}
