.dhtmlselect{ /*style of DHTML Select Menu, main box */
width: 160px; /*default  width of main box */
border: 1px inset black;
position: relative;
text-indent: 3px;
padding: 1px 0;
cursor: hand;
cursor: pointer;
background-color: #ffffff;
font-size: 10px !important;
}

.dhtmlselect .downimage{ /*style of "down" image to the right of the DHTML Select Menu*/
margin-left:20px;
}

.dhtmlselect .dropdown{ /*style of Drop Down Menu that appears onMouseover */
position: absolute;
left: 0;
width: 160px; /*default width of drop down menu*/
border: 1px solid black;
display: none;
z-index: 5;
font-weight: normal;
}

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

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

.dhtmlselect .dropdown a:hover{
background: #074264;
color:#FFF;
}

#dhtml_choose_industry{margin-left:450px;}
