div.FlowDiv{
	position: absolute;
	visibility: hidden;
	height: 100px;
	overflow : auto;
	border-color : BLACK;
	border-style : SOLID;
	border-width : 1px;
	width: 200px;
	background-color: #FFFFFF;
}

Table.FlowMenu
{
	cursor : pointer;
	width: 182px;
}

div.comboVisible
{
	border : thin inset;
	vertical-align : top;
	padding : 0px;
	width: 198px;
}

INPUT.ComboButton{
	width: 16;
	height: 20;
	background-image : url(buttondown.gif);
	border : 1px;
	padding : 0px;
}

INPUT.comboTextBox
{
	height: 18px;
	background-color: #FFFFFF;
	border : none;
	padding : 0px;
	width: 180px;
}

Td.ComboListElement
{
	
}

Td.ComboActiveListElement
{
	background-color : #EFEEED;
	/*color : #FFFFFF;*/
}
