/* Quicksearch */

form#quicksearch {
width: auto;
margin: 0;
overflow: hidden;
}

form#quicksearch p#note {
width:180px;
float:left;
color: #727272;
font-size:11px;
margin:0 0 12px 0;
clear:none;
padding-top:5px;
}

form#quicksearch p#qs_st {
float: right;
width:85px;
margin:0;
clear:none;
}

form#quicksearch a#qsRent {
background:url(/_lib/professional/oakleigh/img/qs-rent.jpg) no-repeat 0 0;
width:42px;
height:20px;
float:right;
text-indent:-9999px;
}

form#quicksearch a#qsBuy {
background:url(/_lib/professional/oakleigh/img/qs-buy.jpg) no-repeat 0 0;
width:32px;
height:20px;
float:right;
text-indent:-9999px;
}

form#quicksearch a#qsRent.active {
background:url(/_lib/professional/oakleigh/img/qs-rent-active.jpg) no-repeat 0 0;
}

form#quicksearch a#qsBuy.active {
background:url(/_lib/professional/oakleigh/img/qs-buy-active.jpg) no-repeat 0 0;
}

form#quicksearch fieldset {
padding: 0;
border: none;
margin: 0;
}

form#quicksearch fieldset#left {
width:173px;
float:left;
}

form#quicksearch p {
margin: 0 0 8px 0;
font-size:11px;
}

form#quicksearch fieldset#left select {
width:155px;
font-size:11px;
}

form#quicksearch fieldset .checkboxsearch {
background-color: #fff;
height: 74px;
width:147px;
display: block;
overflow: auto;
margin: 10px 0 10px 0;
padding: 3px;
border:1px solid #cccccc;
}

form#quicksearch fieldset .checkboxsearch p {
margin-bottom: 3px;
clear: none !important;
color:#000;
}
form#quicksearch fieldset .checkboxsearch p input {
width: 20px;
border: none;
color:#000;
}

form#quicksearch fieldset#right {
width:116px;
float:right;
}

form#quicksearch fieldset#right select{
width:113px;
font-size:11px;
}

form#quicksearch fieldset#submit input {
background-color: #EEE;
color: #343434;
border: 1px solid #343434;
font-weight: bold;
margin: 0;
}

body#home input.button {
text-transform:capitalize;
width:115px;
}

form#quicksearch fieldset select#choice,
form#quicksearch fieldset select#qs_property-type,
form#quicksearch fieldset .checkboxsearch p {
text-transform: capitalize;
}
