/* Enquiry form */

#enq_frm table {
  border-spacing: 0px;
  border-collapse: collapse;
  empty-cells: show;
}

#enq_frm .field {
  padding-bottom: 10px;
  white-space: nowrap;
}

#enq_frm .textfield {
  width: 250px;
  height:60px;
}

#enq_frm .label {
  padding-top: 2px;
  padding-right: 8px;
  vertical-align: top;
  text-align: right;
  width:auto;
  white-space: nowrap;
}

#enq_frm .status {
  padding-top: 2px;
  padding-left: 8px;
  vertical-align: middle;
  width:auto;
  white-space: nowrap; 
}

#enq_frm .innerstatus {
  padding-top: 2px;
  padding-left: 0px;
  vertical-align: middle;
  width:22;
  white-space: nowrap; 
}

#enq_frm .innerstatusnew {
  padding-top: 2px;
  padding-left: 0px;
  vertical-align: middle;
  width:22;
  white-space: nowrap; 
}

#enq_frm .innertextfield {
  width: 116px;
  height:60px;
}

#enq_frm label.error {
  background:url("images/unchecked.gif") no-repeat 0px 0px;
  padding-left: 16px;
  padding-bottom: 2px;    
  
}

#enq_frm label.checked {
  background:url("images/checked.gif") no-repeat 0px 0px;
}

#enq_frm .success_msg {
  font-weight: bold;
  color: #0060BF;
  margin-left: 19px;
}

#enq_frm label.error {
  background:url("images/unchecked.gif") no-repeat 0px 0px;
  padding-left: 16px;
  padding-bottom: 2px;    
  
}

#enq_frm label.checked {
  background:url("images/checked.gif") no-repeat 0px 0px;
}

#enq_frm .success_msg {
  font-weight: bold;
  color: #0060BF;
  margin-left: 19px;
}
#enq_frm .status {
  padding-top: 2px;
  padding-left: 8px;
  vertical-align: middle;
  width:auto;
  white-space: nowrap; 
}
#enq_frm .innertextfield {
  width: 130px;
  height:60px;
}
