@charset "utf-8";
 body, label, button, span {
    padding: 0;
    margin: 0;
}

.landingWithJf {
    width: 340px;
}

.landingWithJf #mobile {
    width: 140px;
}
.landingWithJf #validate {
    width: 140px;
}

.landing_pop_50, .landing_pop_20{
    color: #ff0000;
    height: 102px;
    width: 100%;
    *width: 452px;
    width: 451px\9;
    display: block;
    overflow: hidden;
    background: url("landingwithjf/trail-head-50.png") 0 0 no-repeat;
}
.landing_pop_20{
    background: url("landingwithjf/trail-head-20.png") 0 0 no-repeat;
}

#landingWithJfMobile input, #landingWithJfValidate input {
    height: 24px;
    line-height: 24px;
}

#landingWithJfMobile label, #landingWithJfValidate label {
    margin-top: -3px;
    padding: 3px 4px;
    text-align: right;
    width: 70px;
    font-weight: bold;
}

#landingWithJfMobile {
    margin-top: 10px;
    height: 40px;
}

#landingWithJfMobile #sendValidate,#landingWithJfMobile #trasSendValidate {
    *position: absolute;
    float: right;
    margin-left: 5px;
    padding-left: 0;
    height: 27px;
    width: 100px;
    background: #2b5e9a;
    color: #ffffff;
    border: 1px solid #2b5e9a;
    cursor: pointer;
}

#landingWithJfValidate {
    height: 30px;
}

#landingWithJfErrorMsg,#transLandingWithJfErrorMsg {
    display: none;
    clear: both;
    margin:0 0 10px 78px;
    _margin-left: 80px;
    line-height: 14px;
    color: #DB271E;
    font-size: 12px;
    font-weight: normal;
}

.control-btn-visited {
    color: #FFFFFF;
    display: block;
    font-size: 14px;
    font-weight: bold;
    height: 38px;
    line-height: 38px;
    margin: 20px auto 0;
    padding: 0;
    text-align: center;
    width: 88px;
    text-decoration: none;
    background-position: 1000px 1000px;
    background-color: #dcdcdc;
}

.landingButton {
    display: none;
}

.trial .notice{
    background: #ff5c5c url('landingwithjf/trial_login_head.png') no-repeat;
    width: 100%;
    *width: 550px;
    height: 86px;
    top: 0;
    z-index: -1;
    text-indent: -10000px;
}
.trail_50{
    width: 76px;
    height: 83px;
    position: absolute;
    float: left;
    margin-left: 30px;
    background: url("landingwithjf/trail_bg_50.png") 0 0 no-repeat;
}
.trail_20{
    width: 76px;
    height: 83px;
    position: absolute;
    /*float: left;*/
    margin-left: 30px;
    background: url("landingwithjf/trail_bg_20.png") 0 0 no-repeat;
}
#getTrialSuccess{
    color: #f95a56;
    text-align: center;
    display: block;
    font-size: 16px;
    margin-bottom: 10px;
}
#getTrialSuccessText{
    text-align: center;
    display: block;
    font-size: 14px;
    margin-bottom: 10px;
}
.trialSuccess-btn-con{
    width: 196px;
    height: 40px;
    margin: 0 auto 20px auto;
}
.sucFinal .trialSuccess-btn-con .control-btn{
    float: none;
}
.trialSuccess-btn-con .control-btn{
    float: left;
}
.trialSuccess-btn-con .checkAccount{
    margin-right: 20px;
}
.content .message_con{
    font-size: 14px;
}
.mobile_used_con{
    font-size: 16px;
}
.mobile_used_try{
    margin-right: 10px;
}
.trialSuccess-btn-con a.changeMobile{
    padding:0 5px;
}