@CHARSET "ISO-8859-1";
.multiselect
{
	width:250px;
}
.multiselectbox
{
	border:1px solid #aaa;
	height:20px;
	width:250px;
	background-image:url(select.png);
	background-repeat:no-repeat;
	background-color:#fff;
	background-position:top right;
	overflow:hidden;
	cursor:pointer;
}
.selectshow
{
	width:223px;
	height:20px;
	overflow:hidden;
	font-size:12px;
	font-weight:bold;
	color:#aaa;
	padding:0 0 0 2px;
}
.multiselectboxitems
{
	display:none;
	border:1px solid #ccc;
	background-color:#f8f8f8;
}
.multiselectboxboxes
{
	overflow-y:auto;
	min-height:auto;
    height:expression(this.scrollHeight > 200? "200px" : "auto" );
    max-height:200px;

}
.multiselectboxitem label
{    	
    font-size:12px;
    font-weight:bold;
    color:#999;
}
.multiselect a
{
    font-size:12px;
    color:#999
}
