.msel{ /* don't change*/
position:static;
}
.innerContainerPSPL{/* don't change*/
display:inline;
margin:0px;
padding:3px;
white-space:nowrap;
}


/***************** box style 1 *********************/
.optionTextBox1{
padding:0px 0px;
margin:0px 0px;
overflow:hidden; 
vertical-align:middle;
/* you can change the properties below */
height:18px;
width:110px;
font-size:13px;
color:#000000;
background-color:#FFFFFF;
border:1px solid #CCCCCC; 
border-right:1px solid #CCCCCC; 
}

.arrow1{
padding:0px;
margin:0px;
vertical-align:middle;
/* you can change the properties below */
width:20px;
}
.optionDiv1{
position:absolute;
left:-2000px;
top:-2000px; 
display:none;
z-index:90;
width:auto;
/* you can change the properties below */
background-color:#FFFFFF;
border:1px solid #CCCCCC;
}
.selBox1{
overflow:hidden;
display:inline;
float:inherit;
white-space:nowrap;
outline-style:invert;
outline-color:#000000;
outline-width:1px;
position:static;
/* you can change the properties below */
height:25px;
width:300px; 
font-family: verdana;

}


.cell1{
font-size:13px;
text-align:left;
background-color:#f2f2f2;
}
.cellHover1{
font-size:13px;
background-color:#FFFFB9;
text-align:left;
}
.cellSelected1{
font-size:13px;
background-color:#CCFFCC;
text-align:left;
}



