
/* ComboBox */
.comboBoo			{border:0; background-color:#fff; color: #000;}
.comboBoo-label	{font: 11px verdana; line-height: 30px; height: 30px; left: 40px; padding: 0 25px 0 8px; cursor:pointer; position: absolute; background: #DEDAD0 no-repeat url(arrDown_2.gif) right 12px; color: #000;}
a:hover.comboBoo-label, a:active.comboBoo-label	{background-color: #DEDAD0; color: #000; text-decoration: none;}
ul.comboBoo-list 		{position: absolute; margin: 30px 0 0 0; padding: 0; list-style: none; border: 0; font-family: Verdana, Geneva; z-index: 500;}
ul.comboBoo-list li 	{padding: 0 0 0 8px; line-height: 25px; height: 25px; cursor: pointer; font-weight: normal; font-size: 11px; background: #fff; color: #000;}
ul.comboBoo-list li.choice-selected 		{background-color: #F9DA5B;; color: #000;}