.radio,.checkbox{
	border:none;
	width:16px;
	height:16px; 
	background-color:transparent;
}
.selectButton {
	background-repeat:no-repeat;
	cursor:pointer;
	width:13px;
	background-image: url(../../jeaf/common/img/select.gif)
}
.dropDownButton {
	background-repeat:no-repeat;
	cursor:pointer;
	width:13px;
	background-image: url(../../jeaf/common/img/dropdown.gif)
}
.listbar {
	margin: 0px;
	position:absolute;
	background-color:white;
	border:1 solid #666666;
	width:100px;
	cursor:pointer;
}
.listnormal {
	font-size: 12px;
	font-family:ËÎÌå;
	background:'';
	color:black;
	border:1 solid white;
}
.listover {
	font-size: 12px;
	font-family:ËÎÌå;
	border:1 solid #ffffff;
	background:#1050A0;
	color:white;
}
