

.gg a{
	text-decoration:none;
	color:#787878;
}
.gg a:hover{
	text-decoration:underline;
	color:#ed7500;
}


/***************************** 注册 *******************************/
/* 上边 */
#bIndex #bd .newEvent{
	position:relative;
	width:920px;
	margin:0 15px;
	background:url(../images/bg1.png) 0 1px repeat-x;
}
#bIndex #bd .newEvent-wrap{
	border-top:1px solid #DADADA;
	background:url(../images/bg4.gif) 0 0 no-repeat;
}

#bIndex #bd .newEvent .hd{
	position:relative;
	margin:10px 10px 0;
}

#bIndex #bd .newEvent h2{
	height:96px;
	width:900px;
	line-height:96px;
	background:url(../images/passwordback-bg.gif) 0 0 no-repeat;
	text-indent:-99999px;
}


/* 下边 */
#bIndex #bd .newEvent .events{
	margin:0 0 10px 10px;
	width:550px;
	overflow:hidden;
	padding-top:60px;
	padding-left:350px;
	padding-bottom:60px;
}

#bIndex #bd .newEvent .events .sr{
	line-height:36px;
	color:#464646;
}

#bIndex #bd .newEvent .events .sr .next{
	background:url(../images/passwordback-next.gif);
	width:84px;
	height:23px;
}



/***************************** 结束 *******************************/