.crossSelectContainer {
display: inline-block;
}

.crossSelectContainer:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

/* Hides from IE-mac \*/
* html .crossSelectContainer {height: 1%;}
.crossSelectContainer {display: block;}
/* End hide from IE-mac */

.crossSelectContainer select, .crossSelectContainer button {
float: left;
width: 49%;
clear: none;
}

.crossSelect label {
width: 25%;
}
