.combo-button	{
				cursor:	pointer;
				cursor:	expression("hand");
				height:	20px;
				border:	1px solid #408080;
				background:	#d5e2e6;
				width:	14px;
				}

.combo-hilite	{
				cursor:	pointer;
				cursor:	expression("hand");
				background: #d5e2e6;
				border:	1px solid #408080;
				color: black;
				font-family: verdana;
				font-size: 8pt;
				}
				
.combo-item   	{
				cursor: pointer;
				cursor:	expression("hand");
				background:	white;
				border:	1px solid white;
				color:	black;
				font-family: verdana;
				font-size: 8pt;
				}

.combo-input  	{
				background: white;
				border: 1px solid #408080;
				color:	black;
				font-family: verdana;
				font-size: 8pt;
				padding-left: 6px;
				width: 305px;
				height: 20px;
				}

.combo-list-width	{
					width: 303px;
					}

.combo-list  	{
				border: 1px solid #408080;
				width: 153px;
				/*height: 	50px;
				overflow-y: auto;
				scrollbar-base-color:		rgb(234,242,255);
				scrollbar-highlight-color:	rgb(234,242,255);
				scrollbar-3dlight-color:	rgb(120,172,255);
				scrollbar-darkshadow-color:	rgb(120,172,255);
				scrollbar-shadow-color:		rgb(234,242,255);
				scrollbar-face-color:		rgb(234,242,255);
				scrollbar-track-color:		white;
				scrollbar-arrow-color:		black;*/
				}
