.signup-wrapper {
    margin: 80px auto 40px auto;
    width: 600px;
}

.content {
    min-height: 100px;
    padding: 20px;
    background: #ffffff;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}

.logo-wrapper {
    margin-bottom: 5px;
}

.logo-wrapper h1 {
    font-size: 24px;
}
/*
.logo-wrapper span {
    display: inline-block;
    width: 230px;
    color: #999;
    font-size: 14px;
    text-align:right;
    vertical-align: bottom;
}
*/
.signup-form h5 {
    background-color: #eee;
    font-size: 16px;
    height: 30px;
    line-height: 30px;
    padding: 0 15px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.signup-form h5 span {
    float: left;
}

.signup-form h5 .use-exist {
    float: right;
    font-size: 12px;
    line-height: 36px;
    font-weight: normal;
}

.signup-form .form-wrapper {
    margin-top: 20px;
}

.signup-form .form-item {
    margin-bottom: 20px;
}

.signup-form #email-used-tip {
    display: none;
    margin-top: 10px;
    margin-left: 122px;
    padding: 10px;
    line-height: 150%;
    background-color: #fff1b2;
    color: #2c1a00;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.signup-form .form-item-agreement {
    padding-left: 120px;
    margin: 5px 0 20px;
}

#lb-login {
    display: none;
}

#lb-login .form {
    text-align: center;
}

#lb-login h1 {
    font-size: 20px;
    color: #666;
    line-height: 200%;
    text-align: center;
}

#lb-login #username {
    margin-bottom: 20px;
    margin-top: 10px;
}

#lb-login input { width: 248px; }

#lb-login .error {
    margin: 5px auto;
    line-height: 20px;
    height: 20px;
    color: red;
    width: 268px;
    text-align: left;
}

#lb-login .btn-wrapper {
    width: 268px;
    margin: 0 auto;
}

#lb-login .forget {
    float: right;
    color: #aaa;
    border-bottom: 1px dotted #aaa;
    margin-top: 10px;
}

#lb-login .forget:hover {
    text-decoration: none;
    border-bottom: 1px solid #008cd8;
    color: #008cd8;
}


/* signup-success */

.signup-success h2 {
    color: #0c8100;
    font-size: 24px;
    margin-bottom: 40px;
}
.signup-success p {
    line-height: 150%;
    margin-bottom: 5px;
}
.signup-success p.resend {
    color: #999;
}
.signup-success .result-msg {
    line-height: 150%;
}

/* agreement */

.agree-wrapper {  
    margin: 50px auto;
    width: 600px;
    line-height: 1.6;
}

.agree-wrapper .content {
    padding: 0;
}

.agree-logo {
    padding: 20px;
}

.agree-title {
    background-color: #e4eef3;
    margin: 0 0 10px;
}

.agree-title span {
    color: #fff;
    font-size: 14px;
    display: inline-block;
    line-height: 28px;
    padding: 0 30px;
    background-color: #9dc0db;
}

div.agree-info,
dl.agree-list { padding:0 30px 2em 30px; }
	dl.agree-list dt { font-size: 16px; font-weight: bold; margin-top: 2em; }
	dl.agree-list dd { font-size: 14px; } 
		dl.agree-list p { margin: 1em 0; }
		dl.agree-list ul{ list-style: inside; margin: 2em 0 2em 2em; }
