.top{
    width: 100%;
    height: 60px;
    background: #04B431;
}
.top .top-con{
    width: 100%;
    line-height: 60px;
    margin: 0 auto;
    color: #fff;
}
.mt5{margin-top: 5px;}
.mt10{margin-top: 10px;}
.mt20{margin-top: 20px;}
.red{color:red;}
.clearPlr{padding-right: 0;padding-left: 0;}
.top .top-con>a{
    /*float: left;*/
    margin-left: 15%;
    display: inline-block;
}
.top .top-con>a img{
    margin-top: 20px;
}
.top span{
    font-size: 18px;
    color: #fff;
    letter-spacing: 1px;
    margin-left: 10px;
    line-height:60px;
}
.top .top-con .create-new-account{
    float: right;
    margin-right: 1%;
}
.top .top-con .create-new-account a{
    color: #fff;
    display: block;
    font-size: 14px;
}
.top .top-con .create-new-account a img{
    vertical-align: middle;
    margin-right: 8px;
}
/*top  end*/
.load-con{
background: #fff;
    margin-top: 50px;
    padding: 20px;
    box-shadow: 3px 4px 9px 3px #D2D2D2;
}
.load-con h2{
    text-align: center;
    font-size: 15px;
    color: #1ab394;
    font-weight: normal;

}
.load-con .load-username{
    width: 100%;
    margin: 10px 0 0;
}
.load-con .load-username span{
    width: 10%;
    float: left;
    padding: 8px;
    background: #e7e7e7;
    text-align: center;
    border: 1px solid #e5e5e5;
    border-right: none;
}
.load-con .load-username span img{
    vertical-align: middle;
    height: auto;
}
.load-con .load-username input{
    width: 80%;
    float: left;
    height: 38px;
    padding: 0 5px;
    border: 1px solid #e5e5e5;
}
.load-con .load-username{margin-top: 20px;}
.load-con p{
    width: 100%;
    height: 28px;
    line-height: 30px;
}
.load-con .load-CAPTCHA{
    width: 100%;
    margin: 10px 0 0;
}
.load-con .load-CAPTCHA i{
    width: 20%;
    font-size: 14px;
    color: #222;
    line-height: 40px;
    float: left;
}
.load-con .load-CAPTCHA input{
    width: 40%;
    float: left;
    height: 30px;
    padding: 0 5px;
    border: none;
    border-bottom: 1px solid #e5e5e5;
}
.load-con .load-CAPTCHA img{
    width: 80px;
    height: auto;
    /*margin-top: 8px;*/
    /*float: right;*/
}
.load-con .load-text{
    width: 100%;
    text-align: center;
}
/*.load-con .load-text b{
    float: left;
}*/
.load-con .load-text b a{
    color: #333;
}
.load-con .load-btn{
    width: 99%;
    margin: 15px auto;
    line-height: 40px;
    display: block;
    color: #fff;
    font-size: 14px;
    background: #04B431;
    text-align: center;
}
.load-checkbox-box{
    width: 462px;
    margin: 3% auto 0;
    text-align: left;
    text-indent: 6em;
}
.load-checkbox-box .load-checkbox-box-span{
    width: 16px;
    height: 16px;
    margin-bottom: 2px;
    background: url("../images/icon8.png");
}
.load-checkbox-bgclass{
    width: 16px;
    height: 16px;
    margin-bottom: 2px;
    background: url("../images/icon10.png")!important;
}
.load-checkbox-box label{
    display: inline;
}
.load-checkbox-box span{
    vertical-align: middle;
}
.load-checkbox-box i{
    line-height: 20px;
    margin-left: 5px;
}
.load-checkbox {
    display: none;
}
.load-checkbox + label {
    background-color: #fafafa;
    border: 1px solid #04B431;
    padding: 7px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    display: inline-block;
    position: relative;
}
.load-checkbox:checked + label {
    border: 1px solid #04B431;
    color: #04B431;
}
.load-checkbox:checked + label:after {
    content: '\2714';
    font-size: 14px;
    position: absolute;
    top: -3px;
    left: 1px;
    color: #04B431;
}
/*load   end*/
.create-new{
    /*width: 462px;*/

}
.create-new .new-account01{
    /*width: 462px;*/
    margin: 0 auto;
    text-align: center;
}
.create-new .new-account01 span{
    width: 33.33%;
    float: left;
    margin:0 auto;
    font-size: 14px;
    padding: 10px 0;
    color: #a5a5a5;
}
.create-new .new-account01 span img{
    margin-right: 5px;
    vertical-align: middle;
}
.create-new .new-account01 span b{
    width: 18px;
    height: 18px;
    margin-right: 5px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    background: #04B431;
    color: #fff;
}
.create-new .new-account02{
    /*width: 462px;*/
    margin: 40px auto 30px;
    text-align: center;
}
.create-new .new-account02 a{
    padding: 10px 30px;
    display: inline-block;
    font-size: 14px;
    color: #fff;
    background: #04B431;
}
.create-new .new-account03{
    width: 462px;
    margin: 0 auto;
}
.create-new .new-account03 p{
    width: 100%;
}
.create-new .new-account03 h4{
    width: 85%;
    height: 20px;
    line-height: 20px;
    margin: 10px 0 10px 15%;
    color: #999;
}
.create-new .new-account03 p span{
    width: 15%;
    line-height: 35px;
    float: left;
    font-size: 16px;
}
.create-new .new-account03 p input{
    width: 62%;
    line-height: 35px;
    height: 35px;
    background: none;
    padding: 0 1%;
    border: 1px solid #cfcfcf;
    float: left;
}
.create-new .new-account03 p .new-account03-input{
    width: 45%;
    line-height: 35px;
    background: none;
    padding-left: 1%;
    border: 1px solid #cfcfcf;
    border-right: none;
    float: left;
}
.create-new .new-account03 p a{
    width: 17%;
    text-align: center;
    color: #b7b7b7;
    line-height: 35px;
    background: none;
    padding-right: 1%;
    border: 1px solid #cfcfcf;
    border-left: none;
    float: left;
}
.create-new .new-account03 p i{
    width: 20%;
    line-height: 35px;
    float: left;
    text-align: right;
    font-size: 16px;
}
.create-new .create-new-btn{
    width: 462px;
    margin: 4% auto 0;
    line-height: 40px;
}
.create-new .create-new-btn01{
width: 100%;
    /* margin-left: 15%; */
    /* padding: 0 1%; */
    line-height: 40px;
    /* display: block; */
    color: #fff;
    font-size: 14px;
    background: #04B431;
    /* text-align: center; */
}
/*create-new   end*/
.perfect-inf{
    /*width: 462px;*/
    /*margin: 60px auto 0;*/
}
.perfect-inf .perfect-inf01{
    /*width: 462px;*/
    margin: 0 auto;
    text-align: center;
}
.perfect-inf .perfect-inf01 span{
    width: 33.33%;
    float: left;
    margin:0 auto;
    font-size: 14px;
    padding: 10px 0;
    color: #a5a5a5;
}
.perfect-inf .perfect-inf01 span img{
    margin-right: 5px;
    vertical-align: middle;
}
.perfect-inf .perfect-inf01 span b{
    width: 18px;
    height: 18px;
    margin-right: 5px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    background: #04B431;
    color: #fff;
}
.perfect-inf .perfect-inf03{
    /*width: 462px;*/
    margin: 0 auto;
}
.perfect-inf .perfect-inf03 p{
    width: 100%;
}
.perfect-inf .perfect-inf03 h4{
    width: 85%;
    height: 20px;
    line-height: 20px;
    margin: 10px 0 10px 17%;
    color: #999;
}
.perfect-inf .perfect-inf03 p span{
    width: 17%;
    line-height: 35px;
    float: left;
    font-size: 16px;
}
.perfect-inf .perfect-inf03 p input{
    width: 62%;
    line-height: 35px;
    height: 35px;
    background: none;
    padding: 0 1%;
    border: 1px solid #cfcfcf;
    float: left;
}
.perfect-inf .perfect-inf03 p .perfect-inf03-input{
    width: 45%;
    line-height: 35px;
    background: none;
    padding-left: 1%;
    border: 1px solid #cfcfcf;
    border-right: none;
    float: left;
}
.perfect-inf .perfect-inf03 p i{
    width: 18%;
    line-height: 35px;
    float: left;
    text-align: right;
    font-size: 16px;
}
.perfect-inf .perfect-inf-btn{
/*    width: 462px;
    margin: 4% auto 0;
    line-height: 40px;*/
}
.perfect-inf .perfect-inf-btn01{
    padding: 0 1%;
    /*line-height: 40px;*/
    display: block;
    color: #fff;
    font-size: 14px;
    background: #04B431;
    border:0px;
}
    .formbox{
padding: 20px;
    background: #fff;
    margin-top: 60px;
    }
    p{margin: 0px;}
