/*****************************************************************************************/
/* STYLES FOR AJAX PROPERTY SEARCH FORM */
/*****************************************************************************************/
select.inputField{background-color:#FFFFFF; border:0px;}
select.gridInput{background-color:#FFFFFF; border:0px;}
select.input2 {
    background-color:White;
    border:0px;        
}
input.selectbox {
    border:solid 0px white; 
    padding:5px 0px 0px 7px; 
    color:#646464; text-transform:capitalize;
}

div.selectbox-wrapper {
position:absolute;
left:0px;
background-color:white;
border:1px solid #ccc;
margin-top:-5px;
padding:0px;
font-size:0.8em;
text-align:left;
height:100px;
max-height:100px;
overflow: auto;
overflow-x:hidden;
width:204px;
z-index:1;
}
div.selectbox-wrapper ul {
list-style-type:none;
margin:0px;
padding:0px;
z-index:4;
}
div.selectbox-wrapper ul li.selected {
background-color: #f1f2f3;background-image:none;

}
div.selectbox-wrapper ul li.current {
background-color: #011b36;background-image:none;color:#FFFFFF;
}
div.selectbox-wrapper ul li {
list-style-type:none;
list-style-image:none;
list-style-position:outside;
display:block;
font: 13px/19px Arial, sans-serif; color: #646464; line-height:15px;
margin:0;
padding:5px 0px 5px 7px;
cursor:pointer;
width:204px;
}

label {
    display: block;
}

.selectbox
{
display : block;
margin: 0px;
padding: 0px;
text-align:left;
background: url('../images/comboboxes/blank.gif') no-repeat left;
cursor: pointer;
font-size:0.8em;
border:none 0px white;
width:204px;
height:27px;
}

select {
background: url('../images/comboboxes/blank.gif') no-repeat left;}

