/*//////////////////////////main box////////////////////////*/

.page_main{
	width:957;
	height:1115;
	margin-top:5px;
	z-index:1;
	position:relative;
}

.main_box_main{
	width:100%;
	height:1100px;
	background-color:#e6e6e6;
	position:absolute;
	z-index:2;
	top:5px;
}

/*//////////////////////////// Register Box /////////////////////////*/

.reg_info_main{
	width:915px;
	position:absolute;
	z-index:3;
	top:30px;
	left: 20px;
}

.reg_info_banner{	
	width:200px;
	height:25px;
	position:absolute;
	background:url("data:image/gif;base64,R0lGODlhAQABAAAAACwAAAAAAQABAAA=") no-repeat;
	z-index:5;
	top:0px;
	left:700px;
	cursor:pointer;
}


.reg_jeem_main{
	width:915px;
	position:absolute;
	z-index:3;
	top:250px;
	left: 20px;
}

.reg_jeem_banner{	
	width:200px;
	height:25px;
	position:absolute;
	background:url("data:image/gif;base64,R0lGODlhAQABAAAAACwAAAAAAQABAAA=") no-repeat;
	z-index:5;
	top:0px;
	left:700px;
	cursor:pointer;
}

.reg_rules_banner{	
	width:200px;
	height:25px;
	position:absolute;
	background:url("data:image/gif;base64,R0lGODlhAQABAAAAACwAAAAAAQABAAA=") no-repeat;
	z-index:5;
	top:0px;
	left:700px;
	cursor:pointer;
}

.reg_user_main{
	width:915px;
	position:absolute;
	z-index:3;
	top:830px;
	left: 20px;
}

.reg_user_banner{	
	width:200px;
	height:25px;
	position:absolute;
	background:url("data:image/gif;base64,R0lGODlhAQABAAAAACwAAAAAAQABAAA=") no-repeat;
	z-index:5;
	top:0px;
	left:700px;
	cursor:pointer;
}



.reg_send{
	position:absolute;
	z-index:4;
	width:100;
	height:30px;
	top:1030px;
	left:50px;
}

/*/////////////////////////bottom box//////////////////////////////*/


.botten_banner{
	height:56px;
	width:954px;
	background-color:#e6e6e6;
}

/*/////////////////////////////////////////////////////////////////*/

.online_code{
	position:absolute;
	z-index:4;
	width:210;
	height:30px;
	top:40px;
	left:111px;
}

.online_code input {
	width:80px;
	height:25px;
	margin-left:5px;
	border:1px solid silver;
}


