html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
:focus { outline: 0; }
ins { text-decoration: none; }
del { text-decoration: line-through; }
table {
  border-collapse: collapse;
  border-spacing: 0;
}
* { font-family: helvetica, sans-serif; }
html, body {
  width: 100%;
  height: 100%;
}
body {
  font-size: 14px;
  line-height: 18px;
  color: white;
  background: #333333;
}
a {
  text-decoration: underline;
  color: white;
}
a:link { text-decoration: underline; }
a:visited { text-decoration: underline; }
a:hover { text-decoration: none; }
h1 {
  padding: 1em 0 1em 0;
  font-family: georgia, serif;
  font-size: 4em;
  text-align: center;
  color: white;
  background: #111111;
}
h2 {
  margin: 0 0 1em 0;
  font-size: 1.5em;
}
ol li {
  margin: 0 0 1em 0;
  list-style: decimal outside;
}
code { font-family: "Courier New", Courier, monospace; }
table {
  width: 100%;
  margin: 1em -10px;
  border-spacing: 0;
  border-collapse: collapse;
}
table th {
  padding: 0.25em 10px 1em 10px;
  border-bottom: 1px solid #999999;
}
table td {
  padding: 0.25em 10px 1em 10px;
  border-bottom: 1px solid #999999;
}
form { padding: 3em 15%; }
form p.error {
  margin: 0 0 1em 0;
  padding: 0.5em 3%;
  color: white;
  background: #e54100;
}
form div.controls {
  float: right;
  width: 21%;
}
form div.transactions {
  float: left;
  width: 76%;
}
form div { margin: 0 0 1em 0; }
form div.submit {
  clear: both;
  padding: 1em 0;
  text-align: center;
  background: #222222;
  border-width: 1px;
  border-style: inset;
  border-color: #444444;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
form label {
  display: block;
  margin: 0 0 0.5em 0;
  font-weight: normal;
}
form textarea {
  display: block;
  width: 100%;
  height: 200px;
  background: #;
}
form input.button {
  display: inline-block;
  width: 200px;
  padding: 0.5em 0;
  font-size: 1.5em;
  font-weight: bold;
  line-height: 18px;
  text-decoration: none;
  text-shadow: #000000 1px 1px 1px;
  color: white;
  background: url(/button-bg.png) 0 50% repeat-x #b5d002;
  border-width: 1px;
  border-style: outset;
  border-color: #c6e113;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
form input.button:hover {
  cursor: pointer;
  text-decoration: underline;
  background-image: none;
}
form input.preview {
  background-color: #e5cd00;
  border-color: #f6de11;
}
p.help {
  position: absolute;
  right: 15%;
  top: -1px;
}
p.help a {
  display: block;
  padding: 0.5em 1em;
  font-weight: bold;
  line-height: 18px;
  text-decoration: none;
  text-shadow: #000000 1px 1px 1px;
  color: white;
  background: url(/button-bg.png) 0 50% repeat-x #e2e500;
  border-width: 1px;
  border-style: outset;
  border-color: #f3f611;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-border-top-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -moz-border-top-right-radius: 0;
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0;
}
p.help a:hover { text-decoration: underline; }
p#intro {
  margin: -1.5em 0 1.5em 0;
  padding: 0 15%;
  font-size: 0.96em;
  text-align: center;
  color: #333333;
}
p#intro a { color: #333333; }
p#intro a:link { color: #333333; }
p#intro a:visited { color: #333333; }
div#preview {
  margin: -3em 0 0 0;
  padding: 0 15% 3em 15%;
  text-align: left;
}
div#preview pre {
  display: block;
  width: 94%;
  padding: 1.5em 3%;
  color: white;
  background: #111111;
}
div#help {
  padding: 0 15% 3em 15%;
  text-align: left;
}
div#help ol { padding: 0 21% 0 0; }
div#examples {
  padding: 0 15% 3em 15%;
  text-align: left;
}
div#examples p#really {
  padding: 0 21% 0 0;
  font-size: 0.96em;
}
div#footer {
  margin: 0 0 1.5em 0;
  padding: 0 15% 0 15%;
  text-align: center;
}
