#ajax_listOfOptions {
position:absolute;            /* Never change this one */
width:452px;                /*      Width of box */
height:100px;                 /* Height of box */
overflow:auto;                /* Scrolling features */
border:2px solid #A10202;     /* Dark green border */
background-color:#F2F2F2;     /* White background color */
text-align: left;
font-size: 11px;
z-index: 100;
}

#ajax_listOfOptions div {     /* General rule for both .optionDiv and .optionDivSelected */
margin:1px;
padding:3px;
cursor:pointer;
font-size:11px;
}

#ajax_listOfOptions .optionDiv{ /* Div for each item in list */

}

#ajax_listOfOptions .optionDivSelected { /* Selected item in the list */
background-color:#DC0301;
color:#ffffff;
}

#ajax_listOfOptions_iframe {
background-color:#ffff00;
position:absolute;
z-index:5;
}

form { display:inline; }

