div.sell {
  width:               771px;
  padding:             15px 20px 15px 20px;
  overflow:            hidden;
  text-align:          left;
  font-size:           12px;
}

div.sell h1 {
  margin-top:          0;
  margin-left:         0;
}

div.buttons {
  width:               100%;
  margin:              10px 0 0 0;
  text-align:          right;
}

/* estimate form */
div.estimateform {
  width:               100%;
  overflow:            hidden;
  font-size:           11px;
  margin-top:          15px;
  color:               #000000;
}

div.estimateform div.form-left, div.estimateform div.form-right {
  width:               385px;
}

div.estimateform div.full {
  width:               100%;
  font-size:           12px;
  margin:              3px 0 3px 0;
}

div.estimateform div.key {
  width:               100px;
  margin:              3px 0 3px 0;
}

div.estimateform div.input {
  width:               285px;
  margin:              3px 0 3px 0;
}

input.name {
  width:               165px;
}

input.email {
  width:               150px;
} 

input.areacode {
  width:               20px;
}

input.phone {
  width:               160px;
}

input.suburb {
  width:               165px;
}

input.postcode {
  width:               85px;
}

input.state {
  width:               165px;
}