.mselect_container {
    position: relative;
}

.mselect_slide_container{
    background: #fff;
    position: absolute;
    top: 16px;
}

.mselect_fake_select {
    cursor: pointer;
    border: 1px solid #d1d1d2;
	display: block;
    background: url(/img/fakeselect/multichoice_arrow.gif) no-repeat right;

	width: 270px;
	height: 16px;
	padding-left: 4px;

}

.mselect_slide{
	padding: 0px 10px 0px 10px;
	border: 1px solid #d1d1d2;
	width:270px;
	overflow: auto;
	opacity: 1;
    background: #fff;
    padding: 5px;

}

.mselect_slide label {
    cursor: pointer;
	padding-left: 4px;
}

.mselect_fake_select_summary {
    clear: both;
}
