.mselect_container {
	position: relative;
	/*top:-2px;*/
	margin-top: 2px;
}

.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) #fff no-repeat right;
	color: #000;
	width: 270px;
	height: 16px;
	padding-left: 4px;
	line-height: 16px;
}


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

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

.mselect_fake_select_summary {
	clear: both;
}


/*** Ajouté pour one live show ***/
.mselect_slide input {
	width: 20px;
	margin-right: 2px;
}
.mselect_slide label {
	color: #000000;
	position: relative;
	top: -4px;
	
}
