.combo-button {
    float:              left;
    width:              24px;
    height:             24px;
    margin:             0px;
    padding:            0px;
    background-image:   url(../images/rsbg.jpg);
    background-repeat:  no-repeat;
    border:             0px;
    background-color:   #00303D;
    
}

.combo-item  ,.combo-hilite {
	cursor:      hand;
	cursor:	     pointer;
	background:  white;
	color:	     black;
	font-family: verdana;
	font-size:   12px;
    text-align:left ;
}

.combo-input  {
    float:             left;
    width:             180px;
    border:            solid 1px red;
    height:            23px;
    border:            0px;
    margin:            0px;
    padding:           0px;
    background-image:  url(../images/msbg.jpg);
    background-repeat: repeat-x;
    background-color:  #FFFFFF;
}

.combo-list table {
	table-layout: fixed;
	width:        180px;
}

.combo-list {
	background:			white;
	padding:			1px;
	width:  			180px;
}
.combo-hilite
{
	color:	     Red;
}