#quiz_container { 
  padding-top: 1px;
}

#title { display: none; }

#description { 
  background: url(/q/img/trapped/header.jpg) no-repeat;
  padding-left: 315px; 
  padding-top: 175px;
  width: 500px;
  line-height: 1.5em;
  padding-bottom: 3.5em;
}

.input { margin-bottom: .5em; }

.swatch1 {
  color: #ff6600 !important;
}

.submit { text-align: center; }

#submit_button {
  display: block;
  background: url(/q/img/trapped/submit_button.png) no-repeat;
  width: 431px; height: 89px;
  cursor: pointer;
  margin: 0 auto;
}
    #submit_button span { display: none; }
    
#results {
  color: #fff;
  margin-top: 1.5em;
  padding: .5em 0;
  font-size: 2em;
  background: #333;
  border: 1px solid #ff6600;
}


