.dropDown{
	display: none;
	width: 180px;
	height: 300px;
	overflow: auto;
	margin: 0px 1px 3px 1px;
	background-color: #fff;
	border-style: solid;
	border-width: 1px;
}
.dropDownItem{
	text-decoration: none;
	display: block;
	color: #000;
	cursor: default;
	margin: 1px 1px 7px 3px;
}
.button{ margin: 0px 0px 0px 0px; border-style: solid; border-width: 0px; }
.textBox{ width: 160px; }
.jComboBox{	text-align: left; width: 200px; display: inline; }
