select 
{
	font:8pt verdana,arial,sans-serif;
	background:lavender
}
.bar
{
	position: relative;
	background-color: buttonface;
	border-bottom: buttonshadow solid 1px;
	border-left: buttonhighlight solid 1px;
	border-right: buttonshadow solid 1px;
	border-top:  buttonhighlight solid 1px;
	height: 27px;
	top:0;
	left:0;

}
.hnd
{
	position: absolute;
	background-color: buttonface; 
	border-left: buttonhighlight solid 1px; 
	border-right: buttonshadow solid 1px;
	border-top: buttonhighlight solid 1px; 
	font-size: 1px;
	top: 1px; 
	height: 22px; 
	width: 3px;
}
.sep
{
	position: absolute; 
	border-left: buttonshadow solid 1px; 
	border-right: buttonhighlight solid 1px; 
	font-size: 0px; 
	top: 1px;
	height: 22px; 
	width: 1px; 
}
.gen
{
	position: absolute;
	height: 22px; 
	top:2;
	font:8pt verdana,arial,sans-serif
}
.pop 
{ 
	position: absolute;
	visibility: hidden;
	background-color: buttonface; 
	BORDER-LEFT: 1px solid black; 
	BORDER-TOP: 1px solid black; 
	BORDER-BOTTOM: 1px solid black; 
	BORDER-RIGHT: 1px solid black; 
	PADDING: 2px; 
	z-index: 10 
}
.btn
{
	position: absolute;
	background-color: buttonface; 
	border-bottom: buttonface solid 1px; 
	border-left: buttonface solid 1px; 
	border-right: buttonface solid 1px; 
	border-top:  buttonface solid 1px; 
	top: 1px;
	height: 23; 
	width: 23;
}
.btnmoup
{
position: absolute;
background-color: buttonface; 
border-bottom: buttonshadow solid 1px; 
border-left: buttonhighlight solid 1px; 
border-right: buttonshadow solid 1px; 
border-top:  buttonhighlight solid 1px; 
top: 1px;
height: 23px; 
width: 24px;
}

.btnmodown
{
position:absolute;
background-color: buttonface; 
border-bottom: buttonhighlight solid 1px; 
border-left: buttonshadow solid 1px; 
border-right: buttonhighlight solid 1px; 
border-top:  buttonshadow solid 1px; 
top: 1px;
height: 23px; 
width: 24px;
}

.btndown
{
position: absolute;
background-color: gainsboro; 
border-bottom: buttonhighlight solid 1px; 
border-left: buttonshadow solid 1px; 
border-right: buttonhighlight solid 1px; 
border-top:  buttonshadow solid 1px; 
top: 1px;
height: 23px; 
width: 24px;
}
.cmp
{
	position: relative;
	background:lavender
}

.ico
{
	position: absolute;
	width: 22;
	height: 22;
	left: -1;
	top: -1
}
.icodown
{
	position: absolute;
	left: 0px;
	top: 0px;
	height: 23px; 
	width: 23px;
}

.icoDownPressed
{
	position: absolute;
	left: 1px;
	top: 1px;
}
