body {
	font-family: Arial, Helvetica, sans-serif;
  font-size: 100%;
  line-height: 1.4;
  color: #333;
}
a {
  color: #2320BF;
}
#wrapper,
#output,
#auth {
  width: 900px;
  margin: 30px auto;
  position: relative;
}
#auth { width: 450px; }
fieldset {
  margin: 20px 0;
  border: 1px solid #333;
  background-color: #CFE5FF;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  width: 380px;
  height: 220px;
  margin: 20px 30px 20px 0;
  float: left;
}
legend {
  margin-left: 10px;
  padding: 5px;
  border: 1px solid #333;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  background-color: #fff;
}
ul {
  list-style: none;
  margin: 10px 20px;
  padding-left: 0;
}
ul ul {
  margin: 0;
}
.provider li {
  margin-bottom: 5px;
}
li {
  margin-bottom: 10px;
}
li.radios {
  float: left;
  clear: both;
  width: 100%;
}
p {
  clear: both;
  font-size: 90%;
  margin: 5px 0;
}
p.info,
span.info {
  font-size: 76%;
  margin-left: 5px;
  font-style: italic;
}
p.error { color: #f50; }
label {
  display: block;
  float: left;
  width: 160px;
  font-size: 76%;
  line-height: 2;
}
.radios label {
  width: 80px;
}
input[type="text"],
input[type="password"],
select {
  width: 240px;
  border: 1px solid #333;
  padding: 2px 4px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
input[type="text"],
input[type="password"] {
  width: 170px;
}
#loading {
  padding-left: 5px;
  font-size: 60%;
}
.finaldata label {
  width: 100px;
}
.finaldata input[type="text"] {
  font-style: italic;
  font-size: 90%;
  width: 220px;
}
#wname,
#wurl,
#wplace,
#wplace2,
#wmap {
  font-size: 80%;
  font-style: italic;
  padding-left: 1px;
}
#wplaceloc { width: 230px; }
.adminicon {
  position: absolute;
  bottom: 10px;
  right: 10px;
  display: block;
  width: 10px;
  height: 10px;
  background: url(../images/admin.gif) 50% 50% no-repeat;
}
.backlink {
  position: absolute;
  right: 10px;
}
.external {
  background: yellow url(../images/external.png) right 50% no-repeat;
  color: #000;
  font-weight: bold;
  padding: 2px 15px 2px 5px;
}
.highlight {
  background: yellow;
  color: #000;
  font-weight: bold;
  padding: 10px;
  border: 1px solid #ccc;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
}
#output { clear: both; }
/* climate data admin */
#climatedata th.side {
  white-space: pre;
  text-align: left;
  padding-right: 10px;
}
#climatedata input[type="text"] {
  width: 40px;
  text-align: center;
}
fieldset#temps {
  width: auto;
  clear: left;
}
#temps p.info {
  float: right;
  margin-right: 30px;
}
