* {padding: 0; margin: 0;}

body  { 
	min-width: 500px; 
	padding-left: 200px; 
	padding-bottom: 0px; 
	padding-right: 200px; 
	padding-top: 200px; 
	margin-bottom: 0px; 
	background: white -20px -20px no-repeat url(./images/test2.png);
	color: black; 
	font-size: 12pt; 
	font-family: Futura, "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif; 
	line-height: 14pt; 
	text-align: left; 
	text-transform: lowercase;
}

p {
margin-bottom: 10px;
}

.googlemap {
	width: 600px;
	height: 600px;
	border: 1px solid #fff;
	margin: 10px 10px 10px 0;
	overflow: hidden;
  float: right;

}

.list { color: white; font-size: inherit }

label input {
display: block;
}

fieldset label {
margin-bottom: 5px;
}

fieldset {
border: none;
}

.coordset {
  margin-top: 10px;
  padding: 5px 10px 15px;
}

.coordset ul {
display: inline;
margin-right: 10px;
}

.coordset ol ol li {
display: inline;
}

.coordset ol#sitecoords {
  list-style-type: lower-alpha;
  list-style-position: inside;
}

.coordset ol#sitecoords ol{
  list-style: none;
  display: inline;
}

.coordset a, .coordset a:visited, .coordset a:active, .coordset a:hover {
font-family: arial;
padding: 2px;
border-left: 1px solid #fff;
line-height: 8px;
font-weight: bold;
text-decoration: none;
color: #fff;
}

.coordset a:hover {
background-color: #fff;
color: #006363;

}

fieldset.coordset label input {
display: inline;
width: 35%;
margin-right: 5px;
}

.coordset legend {
margin: 0 -5px;
padding: 0;
}
.coordset label {
clear: both;
text-transform: uppercase;
}

fieldset.coordset label abbr {
  width: 15px;
  font-weight: bold;
}

input#name {
width: 100%;
}

legend {
margin-left: -20px;
padding-top: 25px;
font-weight: bold;
}

.viewdetail {
  white-space: nowrap;
}

form {
font-size: 0.7em;
display: block;
margin: 10px 0 0;
	border: 1px dotted #fff;
width: 220px;
padding: 15px;
}

script {
display: hidden;
}

#dataset {
	border-top: 1px dotted #fff;
padding: 5px 15px 20px;
}

#dataset label input, input#map {
display: inline;

}

.title, .target {
//text-decoration: underline;
font-weight: bold;
}

dt.neighbour {
font-size: 0.9em;
font-style: italic;
}

dl {
  border-top: solid 1px #fff;
  padding: 5px;
  margin-top: 10px;
}

dl:empty {
  display:none;
}

dd {
text-indent: 15px;
}
