/* 登录页、注册页、找回密码等其他页面引用的样式 */

#body-container{
	width: 100%;
	text-align: center;
}
#content{
	width: 980px;
	margin: 0 auto;
	padding: 0 auto;
	border:1px solid #ccc;
	background-color:#fff;
}
.money-unit{
    width:80px;
}
textarea{
	width: 500px;
	height:80px;
	background-color:#fff;
	border:1px solid #aaa;
	padding:4px;
	margin: 10px 0px -10px 0px;
}
input{
	line-height:16px;
	height:16px;
	padding:2px;
}
input.input-name300px{
	width:300px;
}
input.input-name500px{
	width:500px;
}
input.input-address{
	width:500px;
}
fieldset ul li span.combo input{
	border:none;
	float:left;
}
fieldset ul li span.combo{
	margin:6px 0px -6px 0px;
	border:1px solid #aaa;
}
fieldset ul li span.combo,fieldset ul li span.combo-arrow{
	height: 20px;
}

/* @group color*/
.red{
	color: red;
}
.green{
	color:green;
}
.purple{
	color:purple;
}
.blue{
	color:blue;
}
.orange{
	color:orange;
}
.gray{
	color:#999;
}
/* @end color */

/* @group 输入控件 input textarea select */

.combo-panel{
	padding:4px 6px 4px 6px;
	line-height: 22px;
}
.combo .combo-text{
	border: none;
}
input[type=checkbox]{
	margin-right: 4px;
}
input[type="radio"]{
	margin-right: 4px;
}
input[type="text"]{
	height: 16px;
	line-height: 16px;
	padding:2px;
	background-color: #fff;
	border:1px solid #aaa;
	width:200px;
}
input[type="password"]{
	height: 16px;
	line-height: 16px;
	padding:2px;
	background-color: #fff;
	border:1px solid #aaa;
	width: 200px;
}
.input-disabled,
.table-score .input-disabled{
	background-color:#f5f5f5;
	color: #999;
}
select{
	width:200px;
	padding: 2px;
	background-color:#fff;
	border:1px solid #aaa;
}
fieldset select{
	width:200px;
	padding: 2px;
	background-color:#fff;
	border:1px solid #aaa;
}
fieldset.fieldset-compact select{
	width:140px;
}
.tips-input-side{
	text-indent: 20px;
	color: #aaa;
}
input.input-name100px{
	width:100px;
}
input.input-name300px{
	width:300px;
}
input.input-name500px{
	width:500px;
}
input.input-address{
	width:500px;
}
/* @end 输入控件*/

/* @group 多地址设置工具 */
.multi-address font{
	font-size: 12px;
	height: 30px;
	line-height: 30px;
	float: left;
	margin-right:10px;
	text-indent: 10px;
}
.multi-address select,
.multi-address input，
fieldset .multi-address select,
fieldset.fieldset-main .multi-address select,
fieldset.fieldset-compact .multi-address select{
	width: auto;
	float: left;
	margin-right:6px;
}
.multi-address input{
	width:400px;
	margin:6px 0px 0px 0px;
	float: left;
	clear: left;
}
.multi-address li.li-auto-height
{
    float:left;
	margin: 6px 6px 6px 0px;
	border:1px solid #ddd;
	padding:6px;
	background-color:#fff;
}
.multi-address li.li-auto-height:hover{
	background-color:#f1f1f1;
}
.multi-address a{
	display: block;
	float: left;
	width:auto;
	height: 30px;
	line-height: 30px;
	margin-left: 10px;
}
.multi-address span{
	width:100%;
}
/* @end 多地址设置工具 */


/* @group 登录页面样式*/
.box-next-step{
	padding: 20px 0px 20px 0px;
	margin:0px 20px 0px 20px;
	text-align: right;
}
.login-page .floatleft{
	width: 286px;
	height: 240px;
	margin:50px 0px 40px 100px;
	line-height: 24px;		
	text-align: left;
	background-image: url(images/login-biz-people.png);
	background-position: center bottom;
	background-repeat: no-repeat;
}
.lost-password .floatleft{
	width: 373px;
	height: 347px;
	margin:50px 0px 40px 24px;
	line-height: 24px;		
	text-align: left;
	background-image: url(images/lost-key.png);
	background-position: center bottom;
	background-repeat: no-repeat;
}
.login-page .floatleft h1,
.lost-password .floatleft h1{
	color: #55a245;
	margin-bottom: 10px;
}
.login-page fieldset.floatright,
.lost-password .floatright{
	border-radius: 10px;
	width: 400px;
	height: 240px;
	margin:40px 100px 40px 40px;
	border: 1px solid #ccc;
	padding-bottom: 20px;
}
.lost-password .floatright{
	margin:40px 100px 40px 0px;
}
.login-page fieldset.floatright legend,
.lost-password .floatright legend{
	margin-left: 20px;
	text-align: left;
	font-size: 14px;
	font-weight: bold;
}
.login-page fieldset.floatright ul,
.lost-password .floatright ul{
	margin-top: 20px;
}
.login-page fieldset.floatright ul li,
.lost-password .floatright ul li{
	float: none;
	line-height: 30px;
	text-align: left;
	margin-bottom: 1px;
}
.login-page fieldset.floatright ul li label,
.lost-password .floatright ul li label{
	display: inline-blocks;
	width: 100px;
	line-height: 30px;
	text-align: right;
}
.login-page fieldset.floatright ul li span,
.lost-password .floatright ul li span{
	display: inline-block;
	text-align: left;
}
.login-page fieldset.floatright ul li img,
.lost-password .floatright ul li img{
	border: 1px solid #ccc;
}
.login-page fieldset.floatright ul li span.icon-correct img,
.lost-password .floatright ul li span.icon-correct img,
fieldset ul li span.icon-correct img{
	border:none;
	margin:4px 0px -4px 6px;
}
/* @end 登录页样式 */

/* @group 登录页按钮 */
.btn,
.btn:link,
.btn:visited{
	width: 70px;
	line-height: 18px;
	display: inline-block;
	padding: 4px;
	background-color: #f60;
	border:1px solid #c30;
	color:#fff;
	text-align: center;
	border-radius: 6px;	
	text-decoration: none;
	cursor: pointer;
	margin-left: 8px;
}
a.btn.btn-white{
    border:1px solid #666;
    background-color:#f1f1f1;
    color:#000;
}
.btn:hover,
a.btn.btn-white:hover{
	border: 1px solid #9ec3d6;
	background-color: green;
	color: #fff;
	text-decoration: none;
}
a.btn.btn-disable,
a.btn.btn-disable:hover{
    border:1px solid #ccc;
    background-color:#f5f5f5;
    color:#ccc;
}


/* @end 登录页按钮 */

/* @group 注册页样式 */
.li-auto-height{
	float: none;
	height: auto;
}
.reg-step{
	line-height: 40px;
	border-bottom: 1px solid #ccc;
	text-align: left;
	text-indent: 20px;
	background-color: #f5f5f5;
	font-size:16px;
}
.reg-page fieldset,
.verity-page fieldset,
.lost-password fieldset{
	border: 1px solid #ccc;
	border-radius: 8px;
	padding: 20px;
	margin:0px 20px 0px 20px;
}
.reg-page fieldset ul li,
.verity-page fieldset ul li{
	display: block;
	line-height: 30px;
	width: 100%;
}
.reg-page fieldset ul li hr,
.verity-page fieldset ul li hr{
	margin: 10px 20px 10px 20px;	
}
.reg-page fieldset ul li h2,
.verity-page fieldset ul li h2{
	width: auto;
	margin: 0px 20px 0px 20px;
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	text-indent: 20px;
	background-color: #43a202;
	color: #fff;
	border-radius: 4px;
}
.reg-page fieldset ul li label,
.verity-page fieldset ul li label{
	display: inline-block;
	float: left;
	width: 180px;
	text-align: right;
}
.reg-page fieldset ul li span,
.verity-page fieldset ul li span{
	display: inline-block;
	float: left;
	text-align: left;
}
.reg-page fieldset ul li img,
.verity-page fieldset ul li img{
	border: 1px solid #ccc;
}
.reg-page fieldset ul li label b{ /*注册页中的必填项标注样式*/
	font-weight:normal;
}
.li-title{
	margin: 16px 0px 10px 0px;
}
#page-description{
	line-height: 60px;
	text-align: left;
	text-indent:20px;
}
#page-description h3{
	font-weight:bold ;
	margin-right: 20px;
	font-size: 14px;
	float: left;
}
#page-description span{
	color: #999;
}
.icon-mail-64{
	background-image: url(images/icon-mail-64.png);
}
.icon-biz-profile-64{
	background-image: url(images/icon-biz-profile-64.png);
}
.icon-key-64{
	background-image: url(images/icon-key-64.png);
}
.active-mail{
	margin: 60px 200px 30px 200px;
	padding-left: 90px;
	background-repeat: no-repeat;
	text-align: left;
}
.active-mail h2{
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
}
.active-mail p{
	line-height: 24px;
	font-size: 14px;
}
.active-mail p span{
	color: blue;
	font-size: 16px;
	font-family: arial;
}
.active-mail .help{
	margin: 40px 0px 0px 0px;
	line-height: 22px;
	color: #999;
	font-size: 12px;
}
.active-mail div{
	color: #666;
	font-weight: bold;
	font-size: 14px;
}
.active-mail .help li{
	list-style: disc;
	float: none;
}
.active-mail table,
.reg-page table,
.verity-page table{
	margin-top: 14px;
	width: 100%;
}
.active-mail table tr td,
.reg-page table tr td,
.verity-page table tr td{
	border: 1px solid #ccc;
	padding: 4px;
}
.active-mail table th,
.reg-page table th,
.verity-page table th{
	background-color: #55a245;
	padding: 4px;
	border: 1px solid #ccc;
	font-weight: bold;
	color: #fff;
}
.active-mail table tfoot,
.reg-page table tfoot,
.verity-page table tfoot{
	background-color: #f1f1f1;
}
.name{
	text-align: left;
}
.date{
	font-size: 11px;
	font-family: arial;
	color: #999;
}
.serial{
	font-size: 12px;
	font-family: arial;
	text-align: left;
}
.filename{
	font-size: 11px;
	font-family: arial;
	color: #999;
	text-align: left;
}
/* @end 注册页面样式*/

