body {
    background: #FEFF99;
	height: 100%;
    margin: 0px;
    padding: 0px;
    text-align: left;
    border: 0px;
}
/* Zoekformulier Real Estate */
.ZoekForm {
   margin: 0px;
   width: 166px;
   text-align: center;
   font-family: Arial;
   font-size: 11px;
   color: #000000;
   overflow: auto;
}
.ZoekForm form {
   margin: 0px;
}
select.eerste, select.tweede {
   width: 155px;
   font-family: Arial;
   font-size: 10px;
   margin-bottom: 6px;
   border: 1px solid #6A6A6A;
}
select.eerste {
   margin-top: 15px;
}
.NRbedrooms {
   clear: both;
   margin: 0px auto 8px auto;
   width: 155px;
   text-align: left;
}
.SearchRow {
   clear: both;
   margin: 8px auto 0px auto;
   width: 155px;
   text-align: left;
   height: 15px;
}
.ExtraOptions {
   clear: both;
   margin: 4px auto 0px auto;
   width: 160px;
   text-align: left;
   font-family: Arial;
   font-size: 11px;
   color: #000000;
}
.checkit, .pool {
  float: left;
  height: 20px;
}
.checkit {
  width: 20px;
}
.pool {
 padding-top: 2px;
 padding-left: 4px;
 text-align: left;
 width: 90px;
}
/* Knop Find */
.Find {
   clear: both;
   margin: 0px auto 10px auto;
   width: 155px;
   text-align: right;
   height: 23px;
}
.Find ul {
   float: right;
   margin: 0px;
   padding: 0px;
   list-style-type: none;
}
.Find ul li img {
   border: 1px solid #000059;
}
.Find ul li a img {
   background: #0000A8;
}
.Find ul li a:hover img {
   background: #4040FF;
}
/* Show all */
.ShowAll {
   clear: both;
   margin: 0px auto 0px auto;
   width: 155px;
   text-align: right;
   height: 20px;
   font-family: Arial;
   font-size: 10px;
}
.ShowAll a {
  text-decoration: underline;
  color: #585858;
  font-weight: bold;
}
.ShowAll a:hover {
  text-decoration: none;
  color: #6A6A6A;
  font-weight: bold;
}
