@charset "utf-8";
@import url(alpha.css);

/* 遮罩层 */
#maskLayer{position: absolute;left:0px;top:0px}
#alphadiv{position:absolute;background:#000;z-index: 200}
#drag{position:absolute;background:#fff;z-index: 2001;width:580px;border:1px solid #ccc;border-radius: 7px;background-color: #F8F8F8;}
#drag_h{
	line-height:40px;
	height:40px;
	cursor:move;
	color:#666;
	background-color: #e4e4e4;
	padding:0 10px;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
	border-bottom: 2px solid #87CAF7;
}
#drag h3 b{float:left}
#drag h3 span{font-weight:normal;float:right;cursor:pointer;font-size: 20px;}

#sublist{position:absolute;z-index:2100;background:#fff}
