.listBox {
	float: none !important;
	display: inline-block !important;
	/* IE 6 hack, IE 6 will not follow !important */
	/* This makes a float left on IE 6 only */
	float: left;
	display: block; 
	margin: 0 20px 0 20px;
}
