@CHARSET "UTF-8";
#dStn {
	position:absolute;
	display :block;
	z-index :999999;
	width   :148px;
	height: expression( this.scrollHeight > 170 ? "170px" : "auto" );
	max-height:170px;
	overflow-y:auto;
	background:white;
	margin :0;
	padding:0;
	border:#c0c0c0 1px dotted;
}
#dStnBack {
	position:absolute;
	display :block;
	z-index :99998;
	width   :148px;
	/*
	height: expression( this.scrollHeight > 170 ? "170px" : "auto" );
	max-height:170px;
	overflow-y:auto;
	background:white;
	*/
	margin :0;
	padding:0;

	filter:alpha(opacity=0);
	opacity:0;
}

ul.atc {height:100%;padding:0;padding-left:5px;margin:0;border:0;cursor:pointer;}
ul.atc li {list-style-type:none;text-decoration:none;overflow:hidden;padding:0;margin:0 0 2px 0;border:0;left:0;height:15px;text-align:left;background-color:white;}