html, body, form, h1, h2, h3, ol, li, p {
  margin: 0;
  padding: 0;
}
/* We don't want a scrollbar in IE. (Of course if there'd be too much content for the screen, we would want that scrollbar; but the only time where there's too much content is if stylesheets are disabled, when hey, this won't apply.) :) \*/
* html, * html body {
  overflow: hidden;
}
/* */
body {
  width: 700px;
  color: #666666;
  background-color: #fef3c4;
  background-repeat: no-repeat;
  font-family: Verdana, Bitstream Vera Sans, sans-serif;
  font-size-adjust: 0.55;
}
body#questions {
  background-image: url("../img/funpoll_question_bg.jpg");
}
body#results {
  background-image: url("../img/funpoll_result_bg.gif");
  font-family: Arial, Helvetica, Bitstream Vera Sans, sans-serif;
  font-size-adjust: 0.53;
  font-size: 11px;
}
img {
  display: block;
}
q {
  font-style: italic;
}
q:before { /* Quotes are (wrongly) already included in the text to make IE display them; so don't generate them in capable browsers. */
  content: no-open-quote;
}
q:after {
  content: no-close-quote;
}
#logo {
  padding-top: 26px;
  padding-left: 29px;
}
#questions h2 {
  float: right;
  width: 320px;
  margin-top: -20px;
  padding-bottom: 10px;
  color: #496660;
  font-family: Arial, Helvetica, Bitstream Vera Sans, sans-serif;
  font-size-adjust: 0.53;
  font-size: 11px;
  font-weight: normal;
  text-transform: uppercase;
}
#poll {
  clear: right;
  float: right;
  width: 320px;
}
#poll ol * {
  font-size: 11px;
}
#poll ol {
  margin-right: 30px;
  margin-bottom: 20px;
  list-style-type: none;
}
#poll ol ol {
  margin-right: 0;
  margin-bottom: 0;
}
#poll ol li {
  margin-bottom: 20px;
  font-weight: bold;
}
#poll ol ol li {
  padding-top: 10px;
  margin-bottom: 0;
  font-weight: normal;
}
.unanswered, .error {
  color: red;
  font-weight: bold;
}
.accesskey { 
  text-decoration: underline;
}
.q {
  display: none;
}
.q.current {
  display: block;
}
.prevbutton {
  display: none;
}
#poll .imagebutton { 
  float: left;
}
#nebutton, #prbutton {
  margin-top: 10px;
}
#prbutton {
  margin-right: 15px;
}
#results h2 {
  color: #333333;
  font-size: 20px;
  font-weight: normal;
  text-align: center;
}
#results h2.results {
  padding-top: 27px;
  padding-bottom: 12px;
}
#results h2.results .score, #results h2.register {
  color: red;
}
#results p.results {
  margin-right: 67px;
  margin-left: 104px;
  font-weight: bold;
}
#results h2.register {
  padding-top: 21px;
}
#results p.register {
  margin-right: 114px;
  margin-bottom: 12px;
  margin-left: 114px;
  font-weight: bold;
  text-align: center;
}
#results p.supporting {
  font-weight: normal;
}
#register {
  margin-top: 12px;
  margin-right: 73px;
}
#register .dummy {
  float: right;
  width: 348px;
  height: 15px;
}
#register label, #register .textinput {
  float: right;
  width: 170px;
  border: 0;
}
#register label {
  margin-right: 3px;
  color: #222222;
  text-transform: uppercase;
}
#register label.friend {
  width: 80px;
  margin-top: 4px;
  margin-right: 8px;
  text-align: right;
}
#register .textinput {
  margin-top: 2px;
  margin-right: 4px;
  margin-bottom: 2px;
  padding: 0;
}
#register .imagebuttons {
  float: right;
  clear: right;
  width: 200px;
  margin-top: 12px;
  margin-right: 4px;
}
#register .imbutton {
  display: inline;
  margin: 0 0 0 11px;
}
#register .imagebutton {
  float: right;
  clear: right;
  margin-top: 12px;
  margin-right: 4px;
}
#results p {
  text-align: center;
}
#results p.thanks {
  margin-top: 12px;
  margin-bottom: 45px;
  color: red;
}
#results :link, #results :visited {
  color: #222222;
  font-size: 10px;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
}
#sending {
  display: none;
  padding-top: 20px;
  font-weight: bold;
  text-align: center;
}