@charset "utf-8";
body {
	margin:0;
	padding:0;
	font:14px/18px '微软雅黑';
	color:#000;
}
img {
	border:0;
}
a {
	text-decoration:none;
	outline: none;
}
a:link, a:visited, a:hover, a:active {
}
a:active {outline: none;star:expression(this.onFocus=this.blur());}
#RegisterBox {
    display: none;
}
#fullbg{
	display:none;
	background-color:#000;  
	left:0px;  
	opacity:0.5;  
	position:absolute;  
	top:0px;  
	z-index:110;  
	filter:alpha(opacity=20); /* IE6 */  
	-moz-opacity:0.2; /* Mozilla */  
	-khtml-opacity:0.2; /* Safari */  
}
#popBox
{
	width:631px;
	height:360px;
	position:absolute;
	z-index:120;
	top:100px;
	background:url(../images/bg_pop.jpg) left top no-repeat;
}
.closebox {
  position: absolute;
  right: 18px;
  top: 21px;
  width:23px;
  height:22px;
  background:url(../images/close.jpg) left top no-repeat;
  z-index:9999;
}
#popstep1,#popstep2,#popstep3 {
	display: none;
	height: 360px;
	position: absolute;
	width: 631px;
}
#popBox.step1 #popstep1 {
	display:block;
}
#popBox.step1 #popstep2 {
	display:none;
}
#popBox.step2 #popstep2 {
	display:block;
}
#popBox.step2 #popstep1 {
	display:none;
}
#popstep1 {
	background:url(../images/bg_step1.jpg) 189px 59px no-repeat;
}
#popstep2 {
	background:url(../images/bg_step2.jpg) 107px 76px no-repeat;
}