.top {
background-image:url(../images/js/top.png);
}
#edit_div {
	position:absolute;
	left:10px;
	top:10px;
	width:900px;
	height:580px;
	z-index:4;
	background-color: #FFFFFF;
	display:none;
}
#estop {
	position:absolute;
	width:100%;
	height:1100px;
	filter: Alpha(Opacity=50);
	-moz-opacity:0.5;
	background-color: #000000;
	z-index:2;
	display:none;
}
.here {
	font-size: 14px;
	font-weight: bold;
	color: #0000FF;
	cursor:hand;
}
.lin {
	color:#FF0000;
	font-size: 14px;
	text-align: center;
	display:none;
}
.sub_name {
	display:none;
	text-align: center;
}