/*
 *
 * The Open Software License 3.0
 *
 * Copyright (c) 2008-2009 Heikki Toivonen <My first name at heikkitoivonen.net>
 *
 */
.mandatory {
  font-weight: bold;
}

.mandatory input[type="text"], .mandatory img {
  border: 3px solid blue; 
}

.mandatory select {
  color: blue;
  font-weight: bold;
}

#crosshair {
  position: relative;
  top: -600px;
  left: 0px;
  width: 64px;
  height: 64px;
  margin: 0;
  padding: 0;
}

#crosshair img {
  border: none;
  margin: 0;
  padding: 0;
}

h1 {
  margin-left: auto;
  margin-right: auto;
  max-width: 820px;
  min-width: 820px;
  border: 1px solid lightblue;
  background-color: lightblue;
  -moz-border-radius-topleft: 15px;
  -moz-border-radius-topright: 15px;
  -webkit-border-top-right-radius: 15px;
  -webkit-border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  border-top-left-radius: 15px;
  padding: 10px;
  margin-bottom: 0;
  -moz-box-shadow: 3px 3px 5px black;
  -webkit-box-shadow: 3px 3px 5px black;
  box-shadow: 3px 3px 5px black;
}

.user {
  margin-left: auto;
  margin-right: auto;
  max-width: 820px;
  min-width: 820px;
  background-color: #f6f6f6;
  margin-top: -1px;
  border: 1px solid lightblue;
  -moz-border-radius-bottomleft: 15px;
  -moz-border-radius-bottomright: 15px;
  -webkit-border-bottom-right-radius: 15px;
  -webkit-border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  -moz-box-shadow: 3px 3px 5px black;
  -webkit-box-shadow: 3px 3px 5px black;
  box-shadow: 3px 3px 5px black;
  padding: 10px;
}

.userinfo {
  float: left;
}

.controlbuttons {
  float: right;
}

.button {
  margin: 2px;
  display: block;
  padding: 0.5em;
  border: 3px solid darkblue;
  background-color: lightblue;
  text-align: center;
  text-decoration: none;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
  border-style: outset;  
}

.button:hover {
  background-color: lightskyblue;
  border-style: outset;
}

.button:active {
  border-style: inset;
  background-color: mediumblue;
}

.map {
  clear: both;
}

label {
  float: left;
  width: 8em;
  margin-right: 1em;
  text-align: right;
}

input {
  font-weight: normal;
}
