/* Signup form */

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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