form{margin:0; padding:0;}
.dhtmlselect{ /*style of DHTML Select Menu, main box */
width: 120px; /*default  width of main box */
position: relative; text-indent: 3px; padding:2px 3px 0 5px; height:20px; cursor: hand; cursor: pointer; color:#FFCC00; background:url(../images/comboxbg.jpg) no-repeat;}

.dhtmlselect .downimage{ /*style of "down" image to the right of the DHTML Select Menu*/
position: absolute; right: -25px; display:none;}

.dhtmlselect .dropdown{ /*style of Drop Down Menu that appears onMouseover */
position: absolute; left: 0; width: 119px; /*default width of drop down menu*/ border: 1px solid #ccc; border-bottom-width: 0; display: none;
z-index: 5000; font-weight: normal; float:right;}

.dhtmlselect .dropdown a{ /*style of Drop Down Menu's links */
width: auto; display: block; background: #CCDFE6; border-bottom: 1px solid #ccc; padding: 1px 0; text-indent: 5px; text-decoration: none; color: black; font-size:11px;}

* html .dhtmlselect .dropdown a{ /*IE 6 (and below) hack */ width: 100%;}

.dhtmlselect .dropdown a:hover{background: #F6EBB7;}
