body {
 
  background-color: #EEEEED;
  
}

table.available_units {

  table-layout: fixed;
  width: 990px !important;
}

table.formatted td.description_column {
  width: auto;
}

div#navbar_place {
 
  background: url('/images/online/qLogo.gif') no-repeat 20px 0;
  height: 65px;
  text-align: right;
}

*html div#navbar_place {
  margin-top: 30px;
  
}

div#mainmenu, a#logo, div#header {
  
 display: none; 
  
}

.NormalButton, a.NormalButton, input.NormalButton, .contact_form_submit {
  background: url('/images/online/qButton.gif') left bottom repeat-x #aa6b51 !important;
}

div#body {
  -moz-box-shadow:    0px 0px 5px #c6c6c6;
  -webkit-box-shadow: 0px 0px 5px #c6c6c6;
  box-shadow:         0px 0px 5px #c6c6c6;
  behavior: url(/extras/pie/PIE.htc);
  -pie-background: #FFF;
  background: #FFF;
  padding: 10px;
  width: 980px;
  margin: 18px auto 0;
  margin-left: expression((document.body.clientWidth - document.getElementById("body").clientWidth)/2);
}

div#footer {
  
  -moz-box-shadow:    0px 0px 5px #c6c6c6;
  -webkit-box-shadow: 0px 0px 5px #c6c6c6;
  box-shadow:         0px 0px 5px #c6c6c6;
  behavior: url(/extras/pie/PIE.htc);
  -pie-background: #f3f3f2;
  width: 980px;
  margin: 2px auto 0;
  background: #f3f3f2;
  padding: 10px 10px 15px 10px;
  margin-left: expression((document.body.clientWidth - document.getElementById("body").clientWidth)/2);
}

*html div#body, *html div#footer {
  
  width: 1000px;
  
}

p.floor_plan_name {
  
  color: #C76854;
  font-size: 1.3em;
  font-family: Arial, Helvetica, sans-serif;
}

th.curve, tr.header, tr.header th, div.form_header, h2 {
  
  background: none !important;
  border: none !important;
  color: #4A4444 !important; 
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: normal;  
}

td.label, .form_label_required, td.form_label {
  color: #4A4444;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 12px;
}

p.instructions {
  font-family: Arial, Helvetica, sans-serif;
  background: none;
  border: none;
  color: #4A4444;
  padding-left: 0;
}

iframe#criteria {

  width: 100%;

}

form {
 
 margin-bottom: 0;
  
}
