html, body {
    background: #373737 url("../images/bg/black-Linen.png") repeat scroll 0 0;
    height: 100%;
    /* min-height: 730px; */
    overflow-x: hidden;
    overflow-y: auto;
    width: 100%;
    margin:0;padding:0;
    font-family: "Hiragino Sans GB","Hiragino Sans GB W3","Microsoft Yahei","微软雅黑",Tahoma,Arial,Helvetica,STHeiti;
    font-size: 14px;
}
.right{float:right;}
.p_logo {
    background: rgba(0, 0, 0, 0) url("../../../images/logo/logo.png") no-repeat scroll 0 280px;
    bottom: 0;
    left: 120px;
    position: absolute;
    top: 0;
    width: 290px;
}
.p_slogan{
	position:absolute;
	left:126px;
	font-size:16px;
	top:380px;
}
.p_login-wrapper{
	height: 100%;
    width: 100%;
}
.p_login-main{
	background: rgba(0, 0, 0, 0) url("../images/bg/LoginBgLine.png") no-repeat scroll 0 350px;
    height: 100%;
    margin: auto;
    position: relative;
    width: 1020px;
}
.p_login-box{
	background: white none repeat scroll 0 0;
    border-radius: 5px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
    padding-bottom: 20px;
    position: absolute;
    right: 160px;
    top: 200px;
    width: 374px;
    z-index: 10;
}
.p_login-box-inner{
	position: relative;
}
.p_login-box .p_login_form_header{
	background: #f5f5f5;
    border-bottom: 1px solid #dddddd;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    color: #5f6c74;
    height: 50px;
    line-height: 50px;
    padding: 0 28px;
    font-size:20px;
}
.p_login-box form{
	padding:0 30px
}
.p_formrow{
	margin:20px 0;
}
.p_text{
	border:1px solid #cccccc;
	border-radius:5px;
}
.p_formrow .label{
	display: inline-block;width:60px;
}
.p_formrow .p_text,.p_formrow .p_select{
	height:40px;
	line-height:40px;
	font-size:15px;
	padding:0 10px;
	width:225px;
	border:1px solid #cccccc;
	border-radius:5px;
}
.input:focus, .input_small:focus, .textarea:focus, .inputFocus,.p_text:focus {
    background: #ffffff;
    border-color: #609ed2;
}
.p_btn-login{
	display: inline-block;height:40px;line-height:40px;
	background:#2892fb;
	text-align:center;
	width:246px;
	color:#fff;
	border:none;
	border-radius:5px;
	cursor:pointer;text-decoration: none;
	font-size:16px;
}
.p_btn-login:hover{
	background:#1387fb;
}
.register{
	float:right;
	background:url('../images/icons/go.png') right center no-repeat;
	padding-right:24px;
}
.register a{
    font-size: 14px;text-decoration: none;color: #5f6c74;
}
.register a:hover{
	text-decoration: underline;
}
.remeber,.forget a{
	color:#999;
}
#imgCode{
	float: right;
	width: 100px;
	height: 40px;
	margin-top: 0px;
	margin-right: 5px;
}
.p_footer{
	position: absolute;
	bottom: 10px;
	left: 0;
	right: 0;
	text-align: center;
	font-weight: bold;
	color: #202020;
	text-shadow: 0 1px 0 rgb(95, 95, 95);
}
.regMain .p_slogan{
	top:20px;left:411px;
}
.regMain .p_footer{
	position:static;margin: 20px auto;
}
.regLogo{
	background-position: 0 0;
    bottom: auto;
    height: 100px;
    top: 0;
}
.regMain{
	background-position:0 50px;
	padding-top: 100px;
}
.regBox{
	margin:0 auto;
	width:800px;
	top:100px;
	position:static;
}
.regBox .label{
	margin-left:180px;width:85px;
    vertical-align: top;
    margin-top: 8px;
}
.regBox #imgCode{
	margin-right: 218px;
}
.icon-OK{
	display:inline-block;width:32px;height:32px;
	background:url('../images/icons/ok.png') right center no-repeat;
}
.regBox .msg{
	line-height:32px;padding:20px 0 0 0; text-align: center;
}
.regBox .icon-OK{
	margin-bottom: -10px;
}
.btn{
    padding:0;
    margin:0;
    color:#fff;
    border: 0;
    height:34px;
    line-height: 34px;
    cursor:pointer;
    text-align: center;
    text-decoration:none;
    font-size: 16px;
    border-radius: 3px;
}
.btn26{
    height:26px;
    line-height: 26px;
}
.btn23{
    line-height: 23px;
    height: 23px;
    font-size: 14px;
}

.btn-green{
    background: #b0d361;
}
.btn-gray{
    color:#1f1f1f;
    background:#c4c6c4;
}
.btn-blue{
    color:#fff;
    background:#22a2e8;
}
.btn-red{
    color:#fff;
    background:#ed5565;
}
.btn-yellow{
    color:#fff;
    background:#f5b915;
}
.btn-gray:disabled,
.btn-blue:disabled,
.btn-green:disabled,
.btn-yellow:disabled,
.btn-red:disabled{
    background:#c2c2c2;
    color: #fff;
}
.btn-l{
    width:120px;
}
.btn-m{
    width:90px;
}
.btn-s{
    width:60px;
}
.p_contactUs{
	
}
