﻿

.common-header-title
{
    text-transform:uppercase;
}


/*登陆页面*/
input[type="text"]
{
    width:160px;
}
input[type="password"]
{
    width:160px;
}

.input-field{width:160px;}

#logon-main-content
{
    width:800px;
    float:left;
    font:14px/1.25 Helvetica, Arial, Verdana, sans-serif;
}

#logon-main-content a
{
    color:#e98720;
    text-decoration:none;
}

#logon-main-content a:hover
{
    color:#e98720;
    text-decoration:underline;
}

#logon-left-side
{
    width:290px;
    height:358px;
    float:left;
    border:1px solid #f2f2f2;
    margin-right:4px;
    background-color:#f9eee6;
    padding-top:30px;
    padding-bottom:22px;
}

#logon-left-side ol
{
    padding-right:10px;
}

#logon-left-side ol span
{
    font-weight:bolder;
    padding-bottom:8px;
    display:block;
}

#logon-left-side ol li
{
    padding:4px;
    font-size:12px;
}

#logon-right-side
{
    width:398px;
    height:410px;
    float:left;
    border:1px solid #f2f2f2;
}

.left-side-content
{
    width:230px;
    margin:0 auto;
}

.left-side-content a:link
{
    color:#8b0e04 !important;
}

.left-side-content div
{
    text-align:center;
    margin-bottom:10px;
}

#logon-left-side ul span
{
    font-size:14px;
    margin-left:-16px;
    padding-bottom:10px;
    display:block;
}

#logon-left-side ul
{
    width:230px;
    margin:0 auto;
    list-style-type:cjk-ideographic;
    font-size:12px;
    padding-left:50px;
    margin-top:30px;
}

#login-btn-normal
{
    float:left;
    width:198px;
    cursor:pointer;
    height:50px !important;
    line-height: 50px;
    border-right:1px solid #f2f2f2;
    text-align:center;
    font-size:16px;
}

#login-btn-member
{
    float:left;
    width:199px;
    cursor:pointer;
    height:50px !important;
    line-height: 50px;
    text-align:center;
    font-size:16px;
}

.login-btn-active
{
    background-color:#fff;
}

.login-btn-inactive
{
    border-bottom:1px solid #f2f2f2;
    background-color:#f9eee6;
}

.login-indicator
{
    height:50px;
    width:inherit;
}

.login-panel
{
    width:inherit;
    height:300px;
    padding-top:30px;
    padding-bottom:30px;
    background-color:#fff;
}

.login-form-input-long
{
    display:block;
    font-size:12px;
    height:28px;
    width:262px;
    line-height:28px;
    padding-left:15px;
    background: #fff url("Images/System/frontend/login-long.png") no-repeat;
    border:none;
}

.login-form-input-long input
{
    border:none;
    float:left;
    width:208px;
    height:18px;
    line-height:18px;
    margin-top:4px;
    font-size:12px;
    outline:none;   /*消除Chrome下面input自带的蓝色焦点框*/
}

.login-form-input-long span
{
    display:block;
    margin-right:8px;
    margin-top:4px;
    width:15px;
    height: 20px;
    border: 0 none;
    float:left;
}

.login-form-input-email
{
    background: url("Images/System/frontend/icon-email.png") no-repeat center 2px;
}

.login-form-input-pwd
{
    background: url("Images/System/frontend/icon-password.png") no-repeat center 2px;
}

.login-form-input-long input[type='password']
{
    display:none;
}

.login-form-input-userid
{
    background: url("Images/System/frontend/icon-userid.png") no-repeat center 2px;
}

.login-form-input-mobile
{
    background: url("Images/System/frontend/icon-mobile.png") no-repeat center 2px;
}

.login-form-input-seccode
{
    background: url("Images/System/frontend/icon-code.png") no-repeat center 2px;
}

.login-form-input-short
{
    display:block;
    font-size:12px;
    height:28px;
    width:122px;
    line-height:28px;
    padding-left:15px;
    background: #fff url("Images/System/frontend/login-short.png") no-repeat;
    border:none;
}

.login-form-input-short input
{
    border:none;
    float:left;
    width:68px;
    height:18px;
    line-height:18px;
    margin-top:4px;
    outline:none;   /*消除Chrome下面input自带的蓝色焦点框*/
}

.login-form-line-item
{
    width:262px;
    margin:0 auto;
    padding-top:6px;
    padding-bottom:6px;
}

.refreshCode
{
    /*background: #fff url("Images/System/frontend/refresh.png") no-repeat;*/
    width:20px;
    height:20px;
    cursor:pointer;
    margin-bottom:4px;
}

.forget-pwd
{
    text-align:right;
    font-size:13px;
    padding-bottom:0;
}

.login-command-line
{
    margin-top:10px;
}

.log-on-container
{
    width:320px;
    margin:0 auto;
}

.vip-login
{
    background:url("Images/System/frontend/vip-login.png") no-repeat 24px 2px;
}

.register-form-title
{
    width:290px;
    font-size:16px;
    text-align:left;
    padding-top:30px;
}




.editor-item
{
    margin-bottom:15px;
}

.editor-item img
{
    height:18px;
    vertical-align:middle;
    margin-bottom:4px;
}

.editor-item-title
{
    display:-moz-inline-box; 
    display:inline-block;
    width:130px;
    height:16px;
    text-align:right;
}

.editor-checkbox
{
    padding-left:38px;
    margin-bottom:10px;
}

#breadcrumb
{
    /*
    float:left;
    margin-left:180px;
    */
    display:none;
}

.register-btn
{
    background:url('Images/System/frontend/signin.png') no-repeat center center;
    border: 0 none;
    cursor: pointer;
    width:210px;
    height:30px;
    color:#fff;
    text-transform:uppercase;
}

.signin-btn
{
    background:url('Images/System/frontend/popup-button.png') no-repeat 0px 0px;
    border: 0 none;
    cursor: pointer;
    width:210px;
    height:30px;
    color:#fff;
    margin-left:26px;
    text-transform:uppercase;
}

/*Register member page*/
#main-container
{
    border:1px solid #f2f2f2;
    background-color:#fff;
    overflow:hidden;
}

#field-container
{
    padding-top:50px;
    padding-left:160px;
    padding-bottom:20px;
}

#field-container .editor-item-title
{
    text-align:right;
    padding-right:20px;
}

#privacy-container
{
    background-color:#f2f2f2;
    padding-top:10px;
    padding-bottom:10px;
    padding-left:200px;
}

#privacy-container div
{
    padding:2px;
}

#privacy-container a:link
{
    color:#8b0e04;
}

#btn-container
{
    padding:20px;
    text-align:center;
}

.register-member
{
    background:url('Images/System/frontend/reg-member.png') no-repeat 0px 0px;
    border: 0 none;
    cursor: pointer;
    width:210px;
    height:40px;
    font-weight: bold;
    color:#fff;
}

.required-mark
{
    color:Red;
    width:6px;
}


/*Register member success page*/
#success-info-container
{
    border:1px solid #f2f2f2;
    background-color:#fff;
    padding:40px;
    margin-bottom:30px;
}

#info-div
{
    text-align:center;
    border-bottom:1px dotted #f2f2f2;
    padding-left:50px;
    padding-top:10px;
    padding-bottom:10px;
    background:url('Images/System/frontend/check.png') no-repeat 150px center;
    font-size:24px;
    color:#e98720;
}

#warning-div
{
    text-align:center;
    border-bottom:1px dotted #f2f2f2;
    /*padding-left:50px;*/
    padding-top:10px;
    padding-bottom:10px;
    /*background:url('Images/System/frontend/warning.png') no-repeat 120px center;*/
    font-size:24px;
    color:#e98720;
}

.register-member-info-panel
{
    width:330px;
    margin:0 auto;
    margin-top:10px;
    text-align:left;
    font-size:13px;
    color:#363636;
    background-color:rgb(255, 255, 229);
    border:1px solid #ffcc7f;
    padding:4px 20px;
}

#message-div
{
    font-size:14px;
    color:#363636
}

#message-div p
{
    width:440px;
    margin:0 auto;
    padding-top:10px;
}

#contact-div
{
    font-size:12px;
    color:#959595;
    text-align:center;
}

#contact-div p
{
    width:380px;
    margin:0 auto;
    padding-top:10px;
}

#btn-div
{
    padding-top:20px;
}

#btn-div input[type='button']
{
    margin:0 auto;
    background: url("Images/System/frontend/popcart-checkout.png") no-repeat scroll left top transparent;
    border: 0 none;
    cursor: pointer;
    width:156px;
    height:26px;
    line-height:26px;
    font-size: 12px;
    color:#fff;
    display:block;
    text-align:center;
}