

html {
  font-size: x-small;
}

body {
  font: 120%/1.4em Verdana, sans-serif;
  padding: 1em;
  margin: 0;
  color: #000;
  background-color: #fff;
}

h1 {
  font: bold 200% Arial, Helvetica, sans-serif;
  margin: 0 0 .5em;
}

h2 {
  font: bold 150% Arial, Helvetica, sans-serif;
  color: #333;
}

a {
  color: #11d;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

img {
  border: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

.textfield, textarea {
  font-size: 100%;
  color: #000;
  padding: .2em;
  background: #fff url(/images/textfield.gif) repeat-x left top;
  border: 1px solid;
  border-top-color: #8f8b86;
  border-right-color: #b9b7b4;
  border-bottom-color: #b9b7b4;
  border-left-color: #8f8b86;
}

.button {
  font-size: 100%;
  padding: .1em .2em;
  color: #fff;
  background: #738495 url(/images/bg-button.gif) repeat-x 0 0;
  margin-left: .2em;
  border: 1px solid;
  border-top-color: #697f96;
  border-right-color: #5b6e7f;
  border-bottom-color: #5b6e7f;
  border-left-color: #697f96;
  text-shadow: 0 -1px 0 #666;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-box-shadow: 1px 1px 0 #ccc;
  -webkit-box-shadow: 1px 1px 0 #ccc;
}

.button:hover, .button:focus {
  background-color: #82a3c2;
  background-position: 0 100%;
  border-top-color: #637e99;
  border-right-color: #556d81;
  border-bottom-color: #556d81;
  border-left-color: #637e99;
}

