.loginBox {
    position: absolute;
    width: 400px;
    min-height: 30px;
    margin: auto;
    top: 247px;
    left: 0px;
    right: 0px;
    background-color: #ffffff;
    border-radius: 2px;
    box-shadow: 0px 0px 16px 0px rgba(217,217,217,0.75);
}

.loginBoxInherit {
    margin: 23px 17px;
    border-radius: 2px;
    border: 1px solid #3a8f3f;
}

.loginBoxHeader {
    position: absolute;
    padding: 0px 17px;
    background-color: #ffffff;
    margin: auto;
    left: 0px;
    right: 0px;
    margin-top: -60px;
    font-size: 16px;
    color: #666666;
    width: 180px;
    text-transform: uppercase;
    text-align: center;
}

.loginBoxContent {
    margin: 45px 0px 20px;
    padding: 0px 16px;
}

.loginBoxRestore {
    position: relative;
    margin-top: -25px;
    margin-left: 130px;
}

.loginBoxRestore a {
    font-size: 12px;
    color: #3a8f3f;
    text-decoration: underline;
}

.loginBoxRestore a:hover {
    font-size: 12px;
    color: #3a8f3f;
    text-decoration: none;
}

.loginBoxRestore a:active {
    font-size: 12px;
    color: #3a8f3f;
    text-decoration: underline;
}

.loginBoxRestore a:visited {
    font-size: 12px;
    color: #3a8f3f;
    text-decoration: underline;
}