.combo {
    background-color: #eee;
    border-color: #b1a7a7;
    border-width: 1px;
    border-style: solid;
}
.ddown {
    background: #eee;
    border: 1px solid #b1a7a7;
    width: 500px;
    height: 100px;
    visibility: hidden;
    position: absolute;
    z-index: 100;
}
.dd_table {
    background: #eee;
    border-color: #b1a7a7;
    cursor: default;
    color: GrayText;
    border-style: solid;
    border-width: 1px;
}
.drop_down {
    background: #eee;
    border-color: #b1a7a7; 
    cursor: default;
    color: GrayText;
    font-size: 10px;
    padding-left: 1px;
    border-width: 1px;
    border-style: none;
    padding-left: 8px;
}
.drop_downf {
    background: #eee;
    border-color: #b1a7a7;
    cursor: default;
    color: GrayText;
    border-style: none;
    border-width: 1px;
}
.drop_down_img
{
	filter: alpha(Opacity=30,FinishOpacity=30,Style=1,StatX=0,StartY=0);
	opacity: 0.3;
	-moz-opacity:0.5;
}
.drop_down_img_hover
{
	filter: none;
	opacity: 1.0;
	-moz-opacity:1.0;
}
.drop_down_hover
{
	cursor: default;
	background-color: #E9E9E9;
	color: #CC0000;
	border-color: #C8C8C8;
	border-width: 1px;
	border-style: none;
	padding-left: 8px;
}
.drop_down_fhover
{
	cursor: default;
	background-color: #FFFFFF;
	color: #CC0000;
	border-color: #C8C8C8;
	border-width: 1px;
	border-style: none;
}