LABEL.error {
  color: red;
}
.required {
  color:#ff0000;
}
.marker{
  font-family: 'arial';
  font-size:   12px;
}
.marker_left {
  margin: 10px;
  width:  200px;
  float:  left;
}
.marker_left .amount{
  font-size:   34px;
  font-weight: bold;
}
.marker_left .property_address{
  font-weight: bold;
}
.marker_right {
  text-align: center;
  margin:     10px;
  width:      120px;
  float:      left;
}
.marker_streetview{
  display: none;
  clear: left;
  width: 400px;
  height: 300px;
  border: 1px solid black;
}