@import url("main.css");
@import url("slider.css");

.multipleSelectBoxControl span{	/* Labels above select boxes*/
	font-family:arial;
	font-size:11px;
	font-weight:bold;
}
.multipleSelectBoxControl div option{	/* Select box layout */
	font-family:arial;

}

.multipleSelectBoxControl div select{	
	height:100%;
}
.multipleSelectBoxControl input{	/* Small butons */
	width:30px;	
}

.multipleSelectBoxControl div{
	float:left;
}
