.reset-wrapper {
    margin: 50px auto;
    width: 660px;
}

.reset-wrapper .form-item label{
	width: 120px;
}

.reset-wrapper p.form-submit{
	margin-left: 140px;
}

.content {
    min-height: 100px;
    padding: 30px;
    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 {
    margin-bottom: 40px;
    width: 140px;
    height: 40px;
    text-indent: -99999px;
    background: url(../images/logo_invite.png) no-repeat 0 0;
}

.calm-desc {
    color: #333;
    font-size: 14px;
    margin-bottom: 20px;
}

#email {
    margin-bottom: 20px;
}

#btn-reset {
    float: none;
    display: inline-block;
}

.back-login {
    float: right;
    color: #999;
    display: inline-block;
    border-bottom: 1px dotted #aaa;
    line-height: 150%;
    margin-top: 10px;
}

.back-login:hover {
    color: #008cd8;
    text-decoration: none;
    border-bottom: 1px solid #008cd8;
}

.reset-success {
    line-height: 150%;
}

.reset-success h2 {
    color: #0c8100;
    font-size: 24px;
    margin-bottom: 40px;
}

/* reset-pw */

label {
    display: block;
    font-size: 14px;
    color: #666;
    line-height: 150%;
    margin-bottom: 10px;
}

#email, #pw1, #pw2 {
    margin-bottom: 10px;
}

#btn-save {
    float: none;
    display: inline-block;
}

/* email verified */
.verified-wrapper {
    margin: 50px auto;
    width: 600px;
}
