

#contest-description {
  float: right;
  width: 450px;
  text-align: center;
  padding: 30px;
}

#contest FORM {
  float: left;
  width: 450px;
  margin-left: 20px;
  margin-top: 50px;
}

#contest FORM FIELDSET {
   width: 400px;
}

#contest FORM FIELDSET,
#contest FORM BUTTON {
  background: #7Da49C;
  color: #fff;
}

#contest FORM BUTTON {
  font-size: 11px;
  padding: 1px 4px;
  text-transform: uppercase;
}

#contest FORM FIELDSET LABEL {
  color: #fff;
}

#contest .checkbox LABEL {
  width: 250px;
}

#contest .buttons {
  margin-top: 20px;
  position: static;
}

.disclaimer {
  color: #999;
  font-weight: bold;
}











