.trigger,.trigger a {
	display: block;
	width: 270px;
	height: 22px;
	text-indent: -999999em;
	overflow: hidden;
}
.cnt {
	position:absolute;
	display: none;
	background: #FFFFFF;
	border:1PX #CCCCCC solid;
	padding:10px;
	height:200px;
	z-index:99999999999;
	overflow: auto;
	width: 248px;
	* width: 270px;
}
.cl {
	position:absolute;
	width: 248px;
	* width: 270px;
	height:200px;
	clear: both;
	line-height: 0px;
	font-size: 0px;
}

