.multipleSelectBoxControl span{	/* Labels above select boxes*/
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
}
.multipleSelectBoxControl div select{	/* Select box layout */
	font-family: arial;
	cursor: pointer;
	height: 100%;
}
.multipleSelectBoxControl input{	/* Small buttons */
	width: 25px;	
}

.multipleSelectBoxControl div{
	float: left;
}
