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, 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-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

*:focus {
  outline: 10;
}

body {
  line-height: 1;
  color: black;
  background: white;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: separate;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
}

blockquote, q {
  quotes: "" "";
}

html body {
  color: #232323;
  font: 14px/20px arial, sans-serif;
}

.tight {
  font: 12px/14px arial, sans-serif;
}

a {
  color: #636363;
  text-decoration: underline;
}
a:hover {
  color: #232323;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
}

h1, h2, h3, h4, h5 {
  margin: 9px 0 18px 0;
}
.tight h1, .tight h2, .tight h3, .tight h4, .tight h5 {
  margin: 12px 0;
}

h6 {
  margin-bottom: 9px;
}
.tight h6 {
  margin-bottom: 0;
}

h1 {
  line-height: 26px;
  font-size: 26px;
}
.tight h1 {
  line-height: 20px;
  font-size: 20px;
}

h2 {
  line-height: 24px;
  font-size: 24px;
}
.tight h2 {
  line-height: 18px;
  font-size: 18px;
}

h3 {
  font-size: 20px;
}
.tight h3 {
  font-size: 16px;
}

h4 {
  font-size: 18px;
}
.tight h4 {
  font-size: 14px;
}

h5 {
  font-size: 14px;
}
.tight h5 {
  font-size: 12px;
}

h6 {
  font-size: 12px;
}
.tight h6 {
  font-size: 10px;
}

p {
  margin-bottom: 18px;
}
.tight p {
  margin-bottom: 12px;
}

blockquote {
  margin: 18px;
  color: #666666;
  font-style: italic;
}
.tight blockquote {
  margin: 12px;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

dfn {
  font-style: italic;
  font-weight: bold;
}

sup, sub {
  line-height: 0;
}

abbr, acronym {
  border-bottom: 1px dotted #666666;
}

del {
  color: #666666;
  text-decoration: line-through;
}

pre {
  margin-bottom: 18px;
  white-space: pre;
  font: 12px/18px "monaco", "lucida console", monospace;
}
.tight pre {
  font: 10px/12px "monaco", "lucida console", monospace;
  margin-bottom: 12px;
}

code, tt {
  font: 12px/18px "monaco", "lucida console", monospace;
}
.tight code, .tight tt {
  font: 10px/12px "monaco", "lucida console", monospace;
  margin-bottom: 12px;
}

li {
  margin-bottom: 9px;
}
.tight li {
  margin-bottom: 12px;
}
li ul, li ol {
  margin: 0 0 18px 18px;
}
.tight li ul, .tight li ol {
  margin: 0 0 12px 12px;
}

li:last-child,
li.last {
  margin-bottom: 0;
}

ul, ol {
  padding: 0 18px 18px 27px;
}
.tight ul, .tight ol {
  padding: 0 12px 0 18px;
}

ul {
  list-style-type: disc;
}

ol {
  list-style-type: decimal;
}

dl {
  padding: 0 18px 18px 27px;
}
.tight dl {
  padding: 0 12px 12px 18px;
}
dl dt {
  font-weight: bold;
}
dl dd {
  margin-left: 18px;
}
.tight dl dd {
  margin-left: 12px;
}

object, embed {
  margin-bottom: 18px;
}

table {
  margin-bottom: 18px;
  width: 100%;
}

th {
  font-weight: bold;
  text-shadow: 1px 1px 2px #999999;
}

thead th {
  background: #bbbbbb;
}

th, td, caption {
  padding: 9px;
}

tr.even td {
  background: #eeeeee;
}

tr.odd td {
  background: #dddddd;
}

tfoot {
  font-style: italic;
}

form .submit {
  text-align: right;
}

fieldset {
  padding: 18px;
  margin: 0 0 18px 0;
  border: 1px solid #cccccc;
}

legend {
  font-weight: bold;
  font-size: 12px;
}

input[type=text], input[type=password] {
  background-color: white;
  border: 1px solid #bbbbbb;
  padding: 3px;
  width: 390px;
}

input[type=submit] {
  font-weight: bold;
  font-size: 14px;
  text-shadow: 0 1px 0 white;
  border: 1px solid #aaaaaa;
  cursor: pointer;
  background: #cccccc;
  padding: 8px 10px;
  color: #222222;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}
input[type=submit]:hover {
  background: #aaaaaa;
}

label {
  font-weight: bold;
  display: block;
}

textarea, select {
  background-color: white;
  border: 1px solid #bbbbbb;
}

input[type=text]:focus, input[type=password]:focus {
  border-color: #666666;
}

textarea:focus, select:focus {
  border-color: #666666;
}

textarea {
  width: 390px;
  height: 250px;
  border: 1px solid #bbbbbb;
  padding: 3px;
  color: #232323;
  font: 12px/18px arial, sans-serif;
}

form.inline {
  line-height: 3;
}
form.inline p {
  margin-bottom: 0;
}

div.field {
  margin-bottom: 18px;
}
