abbr, acronym {
  border-bottom: 1px dotted #000;
  cursor: help;
}

b, strong {
  font-weight: bolder;
}

em, i, cite {
  font-style: italic;
}

del {
  text-decoration: line-through;
}

ins {
  text-decoration: underline;
}

sup {
  font-size: smaller;
  vertical-align: super;
}

sub {
  font-size: smaller;
  vertical-align: sub;
}

blockquote {
  font-family: 'Courier New', 'Terminal', monospace;
  margin: 1em;
}

p, ul, ol, dl {
  margin: 1em 0;
}

ul, ol, dl {
  margin-left: 2em;
}

ul ul, ul ol, ol ul, ol ol {
  margin-bottom: 0;
  margin-top: 0;
}

ul li {
  list-style: disc outside;
}

ol li {
  list-style: decimal outside;
}

dl dd {
  margin-left: 1em;
}

fieldset, table, pre {
  margin-bottom: 1em;
}

pre, code, kbd, samp, tt {
  line-height: 1.3em;
}

input[type=text].openid {
  background: url(../images/openid-16x16.gif) 3px 50% no-repeat;
  height: 16px;
  padding: 1px 1px 1px 22px;
}

.spinner {
  background: url(../images/spinner.gif) left top no-repeat;
  display: none;
  height: 16px;
  padding: 0;
  width: 16px;
}
