

.search H2
{
 color: #ff8500; 
font-size: 14px;
}
.search
{
  position : absolute;
  left : 200;
  top : 120;
  width : 600;
  font-size: 12px;
}

.quickSearch SELECT
{
 margin-bottom : 10;
}

.searchField
  { font-size: 12px; 
    font-family: Verdana, Arial, Helvetica, sans-serif; 
    line-height: 14px; 
    margin-right: 10px; 
    margin-left: 10px ;
   
  }

.searchFieldValue
{

}
  
  .searchFieldLabel
  {

     font-weight : 900;
  }


#district   { margin-bottom : 20; }
#property   { margin-bottom : 20; }
#connection { margin-bottom : 20; }
#beds       { margin-bottom : 20; }
#rent   { margin-bottom : 20; }
#furnished { margin-top : 20; }

#submitbutton
{
 position : relative ;
margin-top : 90;
 left : 10;
}



#priceFrom 
{    
 position : absolute;
 height : 50;
 top : 260;
 margin-bottom : 20; 

}

#priceFrom  H4
{    
  position : absolute;
  left : 200;
    font-size : 12px;
  top : -30;
 
}
#priceFrom  SELECT
{    
  position : absolute;
  left : 200;
  top : 0;
}

#priceTo  SELECT
{    
  position : absolute;
  left : 300;
  top : -138;
}


#priceTo  H4
{    
  position : absolute;
  left : 300;
  font-size : 12px;
 top : -130;
}

#priceTo 
{ 
  margin-bottom : 20; 
    font-size : 12px;
 position : absolute;
 height : 50;
 top : 400;
 margin-bottom : 20; 


}

#district SELECT
{
 width : 150;
}

#property SELECT
{
 width : 150;
}

#connection SELECT
{
 width : 150;
}
#bedrooms SELECT
{
 width : 150;
}


.searchField span
{
  float : left;
  width : 200;
 
}

SELECT
{
  position : relative;

       
}



.contactUs
   { font-size: 12px; font-weight: bold; line-height: 14px; position: absolute; top: 245; left: 600 }
.contactUs H1 { color: #ff8500; font-size: 18px; font-family: Verdana, Arial, Helvetica, sans-serif; line-height: 20px; margin-top: 0 }
