body {
  color: #aaa;
  font-size: 13px;
  font-style: helvetica, arial, sans-serif;
}
h1 {
  margin: 15px 0;
  text-align: center;
  padding: 10px;
  background: #1b1b1b;
  border: 1px solid #252525;
  font-size: 22px;
  color: #fff;
  font-weight: bold;
}
h2 {
  color: #fff;
  font-size: 19px;
  text-transform: uppercase;
  margin: 25px 0 10px 0;
  border-top: 1px dashed #222;
  padding-top: 10px;
  letter-spacing: 2px;
}
.help h2 {
  color: #ffffcc;
  text-transform: none;
  padding: 0;
  font-size: 21px;
  margin-bottom: 5px;
  border: 0;
}
strong {
  font-weight: bold;
  color: #f1f1f1;
}
p, pre, table, div.dark {
  margin-bottom: 15px;
}
p.intro {
  padding: 15px 10px;
  margin: 0 -10px 0 -10px;
  background: #191919;
}
p {
  font-size: 14px;
  font-family: helvetica;
}
.policy,
.help {
  margin: 20px;
  padding-bottom: 10px;
}
.policy ul {
  list-style-type: disc;
  margin-left: 25px;
}
.policy ol {
  list-style-type: decimal;
  margin-left: 25px;
}
pre {
  padding: 10px 0 10px 10px;
  border: 1px dashed #444;
  background: #282828;
  font-family: 'Bitstream Vera Sans Mono', Monaco, monospace, courier, 'courier new';
  font-size: 14px;
  color: #bbb;
}
.dark {
  background: #191919;
}
table {
  width: 350px;
  margin: 15px auto;
  text-align: center;
  border-bottom: 1px solid #222;
}
table td,
table th {
  padding: 5px;
  text-align: center;
}
table th {
  color: #f9f9f9;
  border-bottom: 1px solid #222;
}
table td {
  background: #191919;
  border: 1px solid #222;
  border-left: 0;
  border-right: 0;
}
.e404,
.e500 {
  height: 215px;
  padding: 35px 0 0 300px;
}
.e404 {
  background: url(../images/404.png) no-repeat left top;
}
.e500 {
  background: url(../images/500.png) no-repeat left top;
}
.e404 p.intro,
.e500 p.intro {
  font-size: 17px;
}
.giant-green {
  background: url(../images/giant-green-bg.png) no-repeat center top;
  height: 550px;
  position: relative;
  width: 900px;
  margin: auto;
}
.giant-green .box {
  position: absolute;
  top: 133px;
  right: 170px;
  width: 400px;
  border: 2px solid #ddd;
  height: 252px;
  background: #fff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-box-shadow: 0px 3px 6px #222;
  -moz-box-shadow: 0px 3px 6px #222;
  box-shadow: 0px 3px 6px #222;
}
.giant-green .sign_up {
  position: absolute;
  bottom: 0;
  left: 75px;
  width: 175px;
  height: 65px;
  font-family: helvetica, arial;
}
.giant-green .sign_up h3 {
  color: #aaa;
  padding: 0 0 7px 0;
  font-size: 11px;
  letter-spacing: 1px;
}
.giant-green .sign_up a:link,
.giant-green .sign_up a:visited {
  display: block;
  padding: 5px 0;  
  color: #fff;
  text-decoration: none;
  text-shadow: 1px 1px 1px #000;
  font-size: 12px;
  text-align: center;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  letter-spacing: 1px;
  border: 2px solid #777;
  background: #555;
}
.giant-green .sign_up a:hover {  
  background: #666;
  border-color: #999;
}
.giant-green .options {
  position: absolute;
  top: 10px;
  right: 0;
  font-size: 11px;
}
.giant-green .options a:link,
.giant-green .options a:visited {
  color: #555;
}
.giant-green .options a:hover {
  color: #888;
}
.box form {
  margin: 5px 5px 15px 25px;
}
.box h1 {
  background: none;
  color: #06336B;
  padding: 10px 20px;
  font-size: 20px;
  border: 0;
  text-align: left;
  margin: 0;
  font-family: helvetica, arial;
}
.box label {
  display: block;
  font-size: 17px;
  letter-spacing: 1px;
  color: #555;
}
.box p {
  margin: 0 0 5px 0;
}
.box input.text {
  padding: 8px;
  font-size: 18px;
  width: 88%;
}
.box p.submission {
  margin: 10px 26px 0 0;
  border-top: 3px solid #eee;
  padding-top: 10px;
}
.box p.submission span {
  margin-left: 5px;
}
.box p.submission span,
.box p.submission span a:link,
.box p.submission span a:visited
 {
  color: #555;
  font-size: 12px;
}
.box p.soft {
  font-size: 12px;
  color: #666;
  margin-right: 20px;
  padding: 5px 0 0 0;
}
.box p.soft strong {
  color: #333;
  font-weight: bold;
}
#flash {
  padding: 10px 0;
  width: 900px;
  margin: auto;
}