.comboboxContainer { 	float: left;	border: none;} .comboboxValueContainer { 	background: url(/img/combobox_bgr.gif) no-repeat 0 0;} .comboboxValueContent { 	padding-left: 5px;	height: 16px;	overflow: hidden;	font-size: 1.2em;} .comboboxDropDownContainer { 	border: solid 1px #aaa; 	background: #fff; 	overflow: hidden; 	padding-left: 3px;	line-height: 1.5em;} .comboboxDropDownButton {	width: 30px; 	height: 27px; /*this determines height of combobox too*/ 	background-image: url(/img/trigger.gif); } .comboboxGroupItemHeader { 	display: block; 	background: #99cccc; 	color: #000; 	font-family: Impact; } .comboboxGroupItemContainer { 	padding-left: 10px; } .comboboxItem { 	background: #fff; 	color: #000; 	font-size: 1.2em;	font-weight: normal; 	font-style: normal;} .comboboxItemHover { 	background-color: #999; 	color: #fff; }