div#formHolder{
  width: 500px;
  color: #555;
  background: #f5e7cd;
  font-size: 11px;
}
div#formPadding{
  padding: 50px;
}
div#formPadding label{
  font-weight: bold;
}
div#formPadding input, div#formPadding select, div#formPadding textarea{
  border: 1px solid #999;
  color: #666;
  font-size: 11px;
  margin: 3px 0px 10px 12px;
  width: 175px;
}
div#formPadding textarea{
  width: 300px;
  height: 100px;
}
.clear{
  clear: both;
  font-size: 1px;
  line-height: 1px;
}
div#property{
  background: #efdbb7;
  border: 1px solid #d0c5ae;
  margin-bottom: 30px;
}
div#property h3{
  margin-top: 0px;
}
div#property img{
  float: left;
  margin-right: 15px;
}
ul#propertyInfo{
  float: left;
  list-style: none;
  padding: 0px;
  margin: 0px;
  width: 150px;
}
ul#propertyInfo li.price{
  color: #AB0E08;
  font-weight: bold;
  margin-bottom: 6px;
}
