.comboBox 
{
	border: 0px;
	background-image: url(../images/comboBkM.png);
	background-repeat: no-repeat;
	background-position: left;
}

.comboBoxHover
{ 
	border: 0px;
	background-image: url(../images/comboBkM.png);
	background-repeat: no-repeat;
	background-position: left;
}


.comboDropDown 
{ 
  border: 1px solid #868686; 
  background-color: white; 
  padding: 1px;
  padding-right: 0px;
  width: 500px;
  cursor: default;
}

.comboTextBox
{
	color: #666666;
	border: 0px;
	background-image: url(../images/comboBk.png);
	background-repeat: repeat-x;
	height: 22px;
	width: 100%;
	margin-left:5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	margin-top : 5px;
	padding-top: 4px;
	vertical-align:bottom;  
}

.comboTextBoxHover
{
	

}

.comboItem
{
  font-family: Verdana; 
  font-size: 11px; 
  color: #444444;
  padding: 3px;
  padding-top: 4px;
  padding-bottom: 4px;
}

.comboItemHover
{
  background-color: #B2B4BF; 
  background-image: url(../images/comboItemBg.gif);
  font-family: Verdana; 
  font-size: 11px; 
  border: 1px solid #FFB56E;
  padding: 2px;
  padding-top: 3px;
  padding-bottom: 3px;
}