#contactdetails {
  
}

#contactdetails table, #paymentdetails table, #menu table {
  width: 580px;
}

#contactdetails table th, #paymentdetails table th {
  width: 180px;
  text-align: right;
  padding: 6px;
  font-weight: bold;
  vertical-align: top;
  color: #666;
}

#contactdetails table td, #paymentdetails table td {
  width: 400px;
  padding: 6px;
}

#contactdetails table td input, #contactdetails table td textarea, #paymentdetails table td input, #paymentdetails table td textarea, #menu table td input, #menu table td textarea, #choices table td input, #choices table td textarea {
  width: 250px;
  border: 1px solid #ccc;
  font-family:Verdana,Geneva,sans-serif;
  font-size:1em;
  color: #666;
}

#choices table td input, #choices table td textarea {
  width: 140px !important;
}

#menu th {
  width: 100px;
  padding: 6px;
}

#menu td {
  padding: 6px;
}

#menu tr.heading th {
  background: #eee;	
  text-align: center;
  padding: 6px;
}

#menu input {
  width: 100px !important;	
}

#menu input.check {
  width: auto !important;
}

#termsandconditions {
  
}

#finish {
  
}

fieldset.grillmenu {
  border: 0;
  border-top: 1px solid #ccc;
  width: 580px;
  margin-top: 10px;
}

fieldset.grillmenu legend {
  padding: 6px;
}

fieldset.grillmenu p {
  font-size: 1em !important;
}

fieldset.grillmenu .cost {
  text-align: center;
}

#scroll_text {
  border:1px solid #ccc;
  height:300px;
  overflow:auto;
  padding:20px;
  width:580px;
}

/* errors */
.error_box {
  border: 1px solid #ccc;
  background: #eee;
  width: 700px;
}