#contest {
  clear: both;
  float: left;
  width: 600px;
}
#contest h1 {
  color: #c01323;
}
#contest td {
  /*padding-bottom: 5px;*/
}
/*#contest .form {
  float: right;
  width: 380px;
}*/
#contest .question {
  float: left;
  width: 370px;
}
#contest .send-form {
  float: right;
  width: 210px;
}
