body,h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,form,fieldset,legend,button,input,textarea,th,td{margin:0;padding:0;}
body,button,input,select,textarea{font:16px/26px 'Microsoft Yahei','Simsun';color:#333;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
address,cite,dfn,em,var{font-style:normal;}
code,kbd,pre,samp{font-family:courier new,courier,monospace;}
small{font-size:12px;}
ul,ol{list-style:none;}
a{text-decoration:none;color:#2d374b;}
a:hover {color:#d00;}
sup{vertical-align:text-top;}
sub{vertical-align:text-bottom;}
legend{color:#000;}
fieldset,img{border:0;}
button,input,select,textarea{font-size:100%;}
table{border-collapse:collapse;border-spacing:0;}
img {vertical-align:middle;}

/***/
.SetStyleBut{
	display:block;
	width:100%;
	height:100%;
	background:#000;
	filter:alpha(opacity=30); 
	-moz-opacity:0.3; 
	opacity:0.3;
	position:absolute;
	left:0;
	top:0;
	z-index:10000;
	cursor:pointer;
	line-height:35px;
	text-align:center;
	overflow:hidden;
	color:#FFF;	
}
.SetStyleBut:hover{
	filter:alpha(opacity=80); 
	-moz-opacity:0.8; 
	opacity:0.8;
}
.quit_setstyle{
	text-align:center;
	padding:10px;
}
.quit_setstyle a{
	display:inline-block;
	line-height:40px;
	padding:0 20px;
	border:#F60 solid 1px;
	background:#f90;
	color:#FFF;
	border-radius:5px;
}
.quit_setstyle a:hover{
	border:#F30 solid 1px;
	background:#f60;
}