html,
body {
  margin: 0;
  padding: 0;
  font-family: "Trebuchet MS", "Segoe UI", Tahoma, Verdana, sans-serif;
}

acronym {
  cursor: help;
}

body {
  background: #efefef;
}

#top {
  width: 390px;
  padding: 70px 0 0 610px;
  min-height: 372px;
  background: url('../images/c9.png') no-repeat;
}

h1 {
  font-size: 25px;
  text-transform: uppercase;
  font-weight: normal;
  color: #666;
  text-shadow: 1px 1px white;
}

p {
  font-size: 18px;
  line-height: 150%;
  color: #888;
  text-shadow: 1px 1px white;
}

a:link,
a:visited {
  text-decoration: none;
  color: #2f67c2;
  padding: 2px 3px;
}

a:hover,
a:active {
  background: #fffbdb;
  outline: 1px solid #ddd;
  color: #666;
}

form * {
  font-family: "Trebuchet MS", "Segoe UI", Tahoma;
  font-size: 14px;
}

label {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 1px;
  padding: 0 10px 0 0;
  text-shadow: 1px 1px white;
  color: #777;
}

input.text {
  background: url('../images/input-bg.png') no-repeat;
  border: 0;
  color: white;
  width: 225px;
  padding: 6px 5px 6px 30px;
  letter-spacing: 1px;
  text-shadow: 1px 1px black;
}

input.text:hover {
  outline: 1px solid #999;
}

input.submit {
  background: url('../images/submit-bg.png') no-repeat;
  margin: 5px 0 0 76px;
  width: 103px;
  border: 0;
  padding: 5px 0 3px 0;
  color: white;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 1px;
  cursor: pointer;
}

input.submit:hover {
  background-position: -103px 0;
  outline: 1px solid #999;
}

p.bottom {
  font-size: 12px;
  font-weight: bold;
  color: #666;
  text-shadow: 1px 1px white;
  text-align: right;
  border-top: 1px solid #ccc;
  padding: 10px 0 0 0;
  margin: 10px 0 0 0;
  line-height: 100%;
}
