﻿
/*会员选择页面*/
#div_choose
{
    margin-left:auto;margin-right:auto;
    width:958px;
    height:498px;
    border:1px solid #d1d5d8;
    margin-bottom:8px;
    text-align:center;
    position:relative;
}

/*会员选择页面 下一步图片*/
#div_choose_next
{
     background-image: url("../IMG/regist/zc_qy_top1.jpg");
     background-position:center center;    
     background-repeat:no-repeat;  
     width:950px;
     height:23px;
}

/*下一步*/
#btn_next
{
    width:85px;height:33px;border-width:0px;cursor:pointer;
    background:url(../IMG/regist/next.jpg) no-repeat; 
}

#div_registPage
{
    margin-left:auto;margin-right:auto;
    width:958px;
    min-height:498px;
    _height:498px;
    border:1px solid #d1d5d8;
    margin-bottom:8px;
    position:relative;
}
/*顶部步骤图片*/
.topImg_qy
{
	width:958px;
	height:96px;
	background-image: url('../IMG/regist/zc_qy_top2.jpg');
	background-position:center center;    
	background-repeat:no-repeat;  
}
.topImg_gr
{
	width:958px;
	height:96px;
	background-image: url('../IMG/regist/zc_gr_top2.jpg');
	background-position:center center;    
	background-repeat:no-repeat;  
}
/*注册表单table*/
.tab_reg
{
	width:958px;
	margin-top:32px;
	
}
#yzm
{
	float:left;	
}
#div_mainBottom
{
	margin:0px;
	padding:0px;
	margin-top:10px;
	padding-left:377px;
	float:left;
}
/*注册协议*/
#div_agreement
{
	margin-left:15px;
	margin-top:10px;
	margin-bottom:10px;	
}
/*注册协议  内容*/
#div_agreementContent
{
	margin-left:120px;
	width:650px;
	height:109px;
	color:#676767;
	line-height:18px;
	font-size:12px;
	text-align:left;
	margin-bottom:30px;
	padding-left:20px;
	padding-right:20px;
	border:1px solid #CCCCCC;
	overflow:auto;
	display:none;
}
#div_agreementContent p { margin: 0; padding: 0;}
.reg_td_left
{
    text-align:right;
    width:370px;
    height:50px;
    padding-right:8px;
}

.reg_td_right
{   
    width:218px;
    text-align:left;
    height:50px;
}
/*提示框*/
.div_tips
{
    width:300px;
    height:35px;
    padding-top:15px;
    padding-left:25px;
    font-size:12px;
    text-align:left;
    line-height:20px;
    position:relative;
}
.div_tips i
{
	width:16px;
	height:16px;
	margin-left:-22px;
	float:left;
	display:inline;
	/*background-image:url('../IMG/regist/checked.jpg');*/
	background-attachment:scroll;
	background-repeat:no-repeat;
}
.tip_msg
{
	color:#666;
}
.textbox
{
    border:1px solid #7E9DB9;
    width:204px;
    height:22px;
    line-height:22px;
}

.span_link
{
	font-size:12px;
	color:#3264C8;
}
.btn_submit
{
    width:158px;height:32px;border:0;cursor:pointer;
    background:url(../IMG/regist/confirm2.jpg) no-repeat; 
}


.gamelink
{
	font-size:12px;
}
.gamelink a:link
{
	color:#3296FA;
	text-decoration:underline;
}
.gamelink a:visited
{
	color:#3296FA;
	text-decoration:underline;
}
.gamelink a:hover
{
	color:#ba2636;
	text-decoration:underline;
}