body {
  font-family: "Lucida Sans", "Verdana", "Helvetica", "Arial", "sans-serif";
  line-height: 140%;
  color: white;
  background-color: #7393ac;
  font-size: small;
}

.container {
  width: 640px;
  margin: 0 auto;
  position: relative;
}

p {
  margin-bottom: 1em;
  text-align: left;
}

#top {
  background-color: white;
  padding-top:50px;
  padding-bottom: 40px;
  color: #7393ac;
  text-align: center;
}

#logo {
  padding-bottom: 50px;
}

p#strap {
  font-size: 20px;
  line-height: 140%;
  font-weight: bold;
  margin-bottom: 0;
  text-align: center;
}

.error {
  color: #ffffff;
  background: #ff0000;
  text-align: center;
}

a {
  text-decoration: none;
  color: #90b8d7;
}

a:visited {
  color: #90b8d7;
}

a:hover {
  color: #008800;
}

a:focus {
  color: #008800;
}

a:active {
  color: #00ff00;
}

#bottom {
  display: block;
  color: white;
  padding-top: 50px;
  text-align: center;
}

label {
  font-weight: bold;
}

table.formlayout {
  margin: auto;
  margin-bottom: 20px;
  vertical-align: top;
}

table.formlayout td {
  padding: 2px;
  vertical-align: top;
}

td.label {
  text-align: right;
}

table.formlayout tr {
}

input[type=text] {
  font-family: "Lucida Sans", "Verdana", "Helvetica", "Arial", "sans-serif";
  border: 0;
  padding: 2px;
  width: 200px;
}
textarea {
  font-family: "Lucida Sans", "Verdana", "Helvetica", "Arial", "sans-serif";
  border: 0;
  padding : 2px;
  width: 400px;
}

input[type=text]:focus {
  background: #ccffcc;
}

textarea:focus {
  background: #ccffcc;
}

div.buttons {
  text-align: center;
}

input[type=submit] {
  font-weight: bold;
  border: 1px solid black;
  background: #a0cdf0;
  padding: 0.1em 0em;
}
input[type=submit]:focus {
  background: #ccffcc;
}
input[type=submit]:active {
  background: #aaffaa;
}
