#saveDetails {
    -moz-border-radius: 6px;
    background: #eef2f7;
    -webkit-border-radius: 6px;
    border: 1px solid #536376;
    -webkit-box-shadow: rgba(0,0,0,.6) 0px 2px 12px;
    -moz-box-shadow: rgba(0,0,0,.6) 0px 2px 12px;
    padding: 14px 22px;
    width: 300px;
    position: relative;
    display: none;
}
#saveDetails label input {
    display: block;
    width: 280px;
    height: 30px;
    background-position: -201px 0;
    padding: 2px 8px;
    font-size: 1.2em;
    line-height: 30px;
    margin-bottom: 10px;
}
#saveDetails label {
    display: block;
    margin-bottom: 10px;
    color: #536376;
    font-size: .9em;
}



#see_id {
    width: 228px;
    height: 23px;
    background-position: -202px -133px;
}

#sign_up #sign_up_form {
    margin-top: 13px;
}

#sign_up_form {
    position: relative;
    background: url(../img/divider.png) repeat-x bottom left;
    margin-bottom: 12px;
}
#left_out {
    background-position: -202px -158px;
    width: 113px;
    height: 16px;
}
#close_x {
    width: 24px;
    height: 23px;
    overflow: hidden;
    line-height: 1000px;
    display: block;
    position: absolute;
    top: 5px;
    right: 5px;
    background-position: -387px -102px;
}

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
}
.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-top: 10px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    float: right;
}