@charset "utf-8";
/* CSS Document */
ul{
	list-style: none;
}
*
{
	padding:0px;
	margin:0px;
}

#downloadDiv
{
	width:560px;margin: 0px auto;
	padding:10px;
}

#cen_title{font-size:20px; font-family:Arial, Helvetica, sans-serif;color:#494949;line-height:59px; vertical-align:middle;font-weight:bold;}
#cen_tishi{ background:url(../images/reg_login/ts_bg.png) repeat-x;height:59px;border:1px solid #aad2e8;color:#ee2828;line-height:59px;padding-left:30px; vertical-align:middle;}
#cen_help{ background-image:url(../images/reg_login/help_bg.png) ;border:1px solid #d2d2d2;color:#494949;line-height:30px;padding-left:30px; vertical-align:middle;margin-top:20px;margin-bottom:20px;font-size:12px;}
#cen_help span{font-size:14px; font-weight:bold;color:#494949;}
#cen_login{font-size:12px;color:#494949;margin-bottom:20px}
#cen_close{ text-align:center;padding-bottom:10px;}

.button {
	padding: 0px;
	border:0px;
	height: 26px;
	width: 62px;
	background-image: url(/skin/basic/images/reg_login/but_bg.png);
	background-repeat: no-repeat;
	background-color:transparent;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #ffffff;
	cursor:pointer;
	margin-right:5px;
}

.button:hover {
	padding: 0px;
	border:0px;
	height: 26px;
	width: 62px;
	background-image: url(/skin/basic/images/reg_login/but_over_bg.png);
	background-repeat: no-repeat;
	background-color:transparent;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #ffffff;
	cursor:pointer;
