/* PropertySearchBox */

#PropertySearchBox {
  background: white url(/images/boxes/BoxesBackground) repeat-x bottom;
  text-align: center;
  font-family: sans-serif;
  font-weight: bold;
  font-size: 9pt;
  margin: 0;
  position: relative;
  height: 372px; 
  display: table-cell;
}

#PropertySearchBox form {
  position: relative;
  margin: 0;
}

#PropertySearchBox table {
  width: 100%;
}

#PropertySearchBox .FormContent {
  margin: 0 2px;
  padding: 10px 0 10px 10px;
  text-align: left;
}

#PropertySearchBox .MapCell{
  text-align: right;
  padding-left: 10px;
}

#PropertySearchBox .MapBox {
  margin: 0;
  padding: 0;
  width: 250px;
  overflow: hidden;
}

#PropertySearchBox input {
  border: solid black 1px;
  padding: 0 5px;
}

#PropertySearchBox .error {
  color: red;
  text-align: center;
}

#PropertySearchBox .LargeSubmitButton {
  margin: 0;
  padding: 0;
}

/* MiniPropertySearchBox */
#MiniPropertySearchBox {
  background: white url(/images/boxes/BoxesBackground) repeat-x bottom;
  text-align: center;
  font-family: sans-serif;
  font-weight: bold;
  font-size: 9pt;
  margin: 0;
  position: relative;
}

#MiniPropertySearchBox table {
  width: 100%;
}
#MiniPropertySearchBox table td{
  width: 50%;
}

#MiniPropertySearchBox form {
  position: relative;
  margin: 0;
}

#MiniPropertySearchBox .FormContent {
  margin: 0 2px;
  padding: 10px;
  text-align: left;
}

#MiniPropertySearchBox input {
  border: solid black 1px;
  padding: 0 5px;
}

#MiniPropertySearchBox .error {
  color: red;
}

#MiniPropertySearchBox .LargeSubmitButton {

}
