
@import url(alpha.css);
div,form,img,ul,ol,li,dl,dt,dd{margin:0;padding:0;border:0}
li{list-style:none;list-style-position:outside}
h1,h2,h3,h4,h5,h6{margin:0;padding:0;font-size:12px}
b{ font-weight:normal;}

/* 遮罩层 */
#maskLayer{position:fixed;left:0px;top: 0px;z-index: 2099;}
#alphadiv{position:fixed;background:#000;z-index: 2000}
#drag{position:absolute;background:#fff;z-index: 2001;width:580px; font-size:12px; color:#333; font-family:"微软雅黑";}
#drag_h{line-height:48px;height:48px;cursor:move;color:#333;background:#e6e6e6;padding:0 10px; font-size:18px;}
#drag h3 b{float:left}
#drag h3 span{font-weight:normal;float:right;cursor:pointer}

#sublist{position:absolute;z-index:2100;background:#fff}
#newmajor{position:absolute;z-index:2199;background:#fff}


.span_closed{
	display:inline-block;
	width:32px;
	height:32px;
	background:url(btnYes.png) left top no-repeat;
	cursor:pointer;
	margin-top:8px;
}
.span_closed:hover{ background:url(btnYes.png) left -32px no-repeat;}
