/* 
    Document   : QuickSearch
    Created on : Jun 30, 2010, 1:47:38 PM
    Author     : Brock
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root { 
    display: block;
}

#IDX-quickSearchForm {  position: relative; height: 130px; width: 490px; font-size: 12px; }
#QS-minPriceField { position: absolute; width: 100px; height: 22px; left: 105px; top: 5px; }
#QS-maxPriceField { position: absolute; width: 100px; height: 22px; left: 105px; top: 36px; }
#QS-minSqftField { position: absolute; width: 100px; height: 22px; left: 358px; top: 5px; }
#QS-minRoomsField { position: absolute; width: 100px; height: 22px; left: 358px; top: 36px; }
#QS-minBathsField { position: absolute; width: 100px; height: 22px; left: 105px; top: 64px; }
#QS-labelMaxPrice { text-align: left; position: absolute; width: 70px; height: 22px; left: 25px; top: 38px;  }
#QS-labelMinPrice { text-align: left; position: absolute; width: 70px; height: 22px; left: 25px; top: 7px;  }
#QS-labelMinSqft { text-align: left; position: absolute; width: 70px; height: 22px; left: 278px; top: 7px;  }
#QS-labelMinRooms { text-align: left; position: absolute; width: 70px; height: 22px; left: 278px; top: 38px;  }
#QS-labelMinBaths { text-align: left; position: absolute; width: 70px; height: 22px; left: 25px; top: 69px;  }
#QS-labelCityList { text-align: left; position: absolute; width: 100px; height: 22px; left: 278px; top: 69px;  }
#QS-buttonSearch { position: absolute; width: 70px; height: 27px; left: 209px; top: 93px;  }
#QS-selectCityList { position: absolute; width: 105px; height: 22px; left: 358px; top: 64px;  }


