/* BGS styles to override some dojo styles which cause problems */

/* fix problem in dojo 1.2.3: dijit combobox dropdown list box is longer than the text it contains in IE */
.dijitMenuItem {
	line-height:1.5;
}
