/* CSS Document */

.flasharea {
  float:left;
  width:689px;
  height:487px;
  background-image:url('../../images/estimatebg.jpg');
}

.estimateform {
  float:left;
  margin:80px 0 0 80px;
  width:350px; 
}

html>body .estimateform {
  margin:80px 0 0 160px;
}

.estimateform label {
  display:block;
  float:left;
  text-align:right;
  width:100px;
  height:20px;
  margin-top:7px;
  color:#a4a4a5;
}

.estimateform input, .estimateform textarea {
  float:left;
  margin:2px 9px;
  width:230px;
  height:25px;
  background-color:#fff;
  border:1px solid #d4d2d2;
  color:#a4a4a5;
}

.estimateform textarea {
  height:50px;
}

.estimateform .submitbutton {
  float:right;
  width:80px;
  color:#a4a4a5;
}
