
#countymapcontainer {
  position: relative;
  height: 585px;
  overflow-x: scroll;
  border: 1px solid #99A886;
  margin-top: 16px;
  background-color: #FFFFFF;
}

#countymap {
  position: absolute;
  top: 0px;
  left: 0px;
}

.countymaplabel {
  padding: 1px;
  color: #000000;
  font: 8px sans-serif;
  font-weight: bold;
  text-shadow: 0px 0px 1px #ffffff;
  cursor: pointer;
}

.countymaplabelhlt {
  padding: 1px;
  background-color: #FFFF00;
  color: #000000;
  font: 8px sans-serif;
  font-weight: bold;
  text-shadow: 0px 0px 1px #ffffff;
  cursor: pointer;
}

.countymapcredit {
  margin-top: 2px;
  text-align: left;
  font: 0.7em sans-serif;
  color: #777777;
}

.countylisttable {
  border: 1px solid #CCCCCC;
}

.countylistheader {
  background-color: #E5EDDA;
  border-right: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
}

.countylistcell {
  border-right: 1px solid #CCCCCC;
  background-color: #FFFFFF;
  font: 11px sans-serif;
}

.formlabel {
  clear: both;
	float: left;
	white-space: nowrap;
	padding: 16px 0px 0px 3px;
}

.forminput {
	float: left;
	padding: 15px 0px 0px 4px;
}

.formselect {
	width: 130px;
	border: 1px solid #607348;
	font-size: 12px;
	color: #333333;
}