body {
  font-family : "Lucida Grande",Helvetica,Arial,sans-serif;
  font-weight : normal;
  font-size: 14pt;
  background-color: #6699FF;
}

ol{
 list-style-type : none; 
}

#content {
  background-color : #FFF;
  width : 800px;
  margin-left : auto;
  margin-right : auto;
  padding: 20px;
}
#content h1{
margin-top: 0px;
}

li.question {
  padding-top : 15px;
}

li.question label, div.choice {
  float: left;
  clear: left;
}

label {
  width : 300px;
}

li.question {
   clear:left;
}

#submit {
  clear:both;
  padding : 20px;
  text-align : center;
}

input {
  padding: 5px;

}

#thanks {
  float:left;
  width: 500px;
}

#twitter_div {
 font-size: 11pt;
}

#spacer{
  clear:both;
}

.small {
 font-size: 9pt;
}
