.multipleSelectBoxControl span{	/* Labels above select boxes*/
	font-family:arial;
	font-size:12px;
	font-weight:bold;
}
.multipleSelectBoxControl div select{	/* Select box layout */
	font-family:arial;
	height:100%;
}
.multipleSelectBoxControl input{	/* Small butons */
	width:30px;	
	height:25px;
	font-weight:bold;
	vertical-align:middle
}

.multipleSelectBoxControl div{
	float:left;
}
	
.multipleSelectBoxDiv {
}
