.form-select-floated .form-item {
	float:left;
}
.form-select-floated.select-two-columns .form-item {
	width:50%;
}
.form-select-floated.select-three-columns .form-item {
	width:33%;
}
.form-select-floated.select-four-columns .form-item {
	width:25%;
}
.form-select-floated.select-unlimited-columns .form-item {
	padding-right:20px;
}
.webform-component,
.form-radios.form-select-floated {
	clear:both;
	float:none;
	overflow:auto; /* This genius little bit of code allows divs with only floated elements to auto-size height correctly */
	width:100%;
}
.webform-component span.question-number {
		background-color: black;
    border-radius: 30px;
    color: white;
    font-size: 11px;    
    margin: 0 5px 0 0;    
    padding: 3px 7px 3px 7px;
}
.webform-component span.large-number {  
    padding: 6px;
}