div.MultiselectDivTop
{
	border-left: groove 1px #5b5c71;
	border-top: groove 1px #5b5c71;
	border-right:  groove 1px #5b5c71;	
	border-bottom: groove 1px #5b5c71;
	vertical-align: middle;
	background-color: White;	
	width: 250px;
}

div.MultiselectDivMain
{
	border-right: groove 1px #5b5c71;
	border-top: groove 1px #5b5c71;
	display: none;
	scrollbar-face-color: white; 
	margin: 0px;
	scrollbar-highlight-color: whitesmoke;
	overflow: auto;
	border-left: groove 1px #5b5c71;
	width: 250px;
	scrollbar-arrow-color: black;
	scrollbar-track-color: white;
	border-bottom: groove 1px #5b5c71;
	scrollbar-darkshadow-color: whitesmoke;
	HEIGHT: 150px;
	background-color: White;
}

IMG.MultiselectDropdownArrow
{
	vertical-align: middle;
	cursor: hand;
	height: 18px;
	width: 18px;
	border: none;
}

div.MultiselectListItem
{
	WIDTH: 308px;	
}

.MultiselectTextBoxMain
{
	border: none 1px; 
	height: 17px;
	width: 225px;
	color: black;
}

label.MultiselectListItemLabel
{
	font-size: 12px;
	color: Black;
}