.msb {
	padding:1px;
        border:1px solid #DDDDDD;
        margin-bottom:5px;
        width: 300px;
}

.msb h3 {
	font-family: Arial,Helvetica,sans-serif;
	font-weight: normal;
	font-size: 12px;
	line-height: 17px;
	text-indent: 4px;
	border: 1px solid #ccc;
	background: white url(../images/multiselect_gr.gif) no-repeat scroll right;
	margin: 0;
        cursor:default;
        color: black;
        width: 298px;
}

/*
.msb h3.hover {
	background-image: url(../images/multiselect-hover.gif);
}
*/

.msb ul.sbox {
	padding: 0;
	margin: 1px 0;
	list-style: none;
	border: 1px solid #CCCCCC;
	display: none;
	height: 200px;
	overflow: auto;
	width: 500px;
        position: absolute;
	z-index: 99999;
	background: #EFF7FF;
}

.msb ul.on {
	display: block;
}

.msb ul.sbox li {
	font-family: Arial,Helvetica,sans-serif;
	font-weight: normal;
	font-size: 12px;
	padding: 0;
        margin: 0;
	border-bottom: 1px solid #ccc;
	line-height: 28px;
	clear: both;
        position: relative;
	z-index: 99999;
}

.msb ul.sbox li.hover {
	background-color: #ccc;
        position: relative;
	z-index: 99999;
}

.msb ul.sbox li input {
        border: 0;
        background: none;
	width: 20px;
	float:left;
        position: relative;
	z-index: 99999;
        top: 2px;

}

form .msb ul.sbox li label {
	width: 450px;
	float: left !important;
	clear: none;
	color: #000;
	font-size: 12px;
	margin: 0;
        padding: 0;
	text-align: left;
	font-weight: normal;
        position: relative;
	z-index: 99999;
        line-height: 28px;
}

.msb ul.sbox li label.b {
	font-weight: bold;
        position: relative;
	z-index: 99999;
        padding: 0;
        margin: 0;
}

.msb ul.selected {
	margin: 0px;
	width: 298px;
        list-style: disc;
}

.msb ul.selected li {
	font-size: 12px;
	padding: 0;
        border-bottom: none;
        list-style-type:disc;
        margin-left:20px;
}

.clear {
	clear: both;
}
