.MagicContentCell {
    background: none;
    padding-top: 0px;
}
.MagicNavTab {
    display: none;
}
#UserSubHeaderRow {
    display: none;
}
#MainHeaderTable {
    height: 130;
    /* Make the grey gradient smaller during login */
    background-image: linear-gradient(#fefefe 0, #e6e7e8 80%,#FFF 20%);
}

.contentCell {
    margin: 0px 40px 20px 40px;
    padding: 20px;
    border-radius: 8px ;
    -moz-border-radius: 8px ;
    -webkit-border-radius: 8px ;
    background: #FFF;
    box-shadow: 3px 3px 5px 3px rgba(105,105,105,0.6);
    -webkit-box-shadow: 3px 3px 5px 3px rgba(105,105,105,0.6);
    -moz-box-shadow: 3px 3px 5px 3px rgba(105,105,105,0.6);
    -webkit-transition: opacity 1s ease-out;
    transition: opacity 1s ease-out;
}

.default-forgot-password-block p:nth-child(3) {
    text-align: end;
    padding: 5px 10px 0px 0px;
    margin: 5px 0px 0px;
}

.default-forgot-password-block p a {
    text-decoration: none;
}

#FP-container {
    display: flex;
    margin: auto;
    width: 70%;
    min-height: 220px;
    position: relative;
}

#FP-last-row {
    position: absolute;
    bottom: 10px;
    right: 45%;
}

#FP-messages ul, .FP-list {
    list-style: outside none none;
}


.FG-width-220 {
    width: 220px;
}

#captcha {
    vertical-align: top;
    display: block;
}

.FP-top {
    vertical-align: top;
}

.FP-top label {
    margin-top: 11px;
    display: inline-block;
}

#FP-title {
    list-style-type: none;
    font-weight: bold;
    font-size: 24px;
    color: #10456B;
}

#forgot-password {
    width: 600px;
}

#FP-error-div {
    display: none;
}


#FP-success-div {
    display: none;
}

#FP-trust-bar {
    width: 50px;
    margin: 15px 5px;
}


#FP-trust-bar-wrapper {
    border: 1px solid #dbdbdb;
    width: 30px;
    height: 120px;
    display: block;
    margin-right: 20px;
    margin-top: 54px;
    padding: 20px 5px 5px 5px;
    float: right;
    position: absolute;
    right: 0;
    top: 0;
}

#FP-trust-full {
    display: block;
    position: relative;
    width: 30px;
    height: 120px;
}


#FP-trust-gradient {
    width: 100%;
    height: 120px;
    display: block;
    float: right;
    background: #67c100;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzY3YzEwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2NmZGIyZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM5NjA0MDQiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmI5NTVlIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
    background: -moz-linear-gradient(top, #67c100 0%, #cfdb2e 50%, #960404 100%, #fb955e 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#67c100), color-stop(50%,#cfdb2e), color-stop(100%,#960404), color-stop(100%,#fb955e));
    background: -webkit-linear-gradient(top, #67c100 0%,#cfdb2e 50%,#960404 100%,#fb955e 100%);
    background: -o-linear-gradient(top, #67c100 0%,#cfdb2e 50%,#960404 100%,#fb955e 100%);
    background: -ms-linear-gradient(top, #67c100 0%,#cfdb2e 50%,#960404 100%,#fb955e 100%);
    background: linear-gradient(to bottom, #67c100 0%,#cfdb2e 50%,#960404 100%,#fb955e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#67c100', endColorstr='#fb955e',GradientType=0 );

}

#FP-trust-empty {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    display: block;
    float: right;
    height: 20%;
    width: 30px;
    border-bottom: 1px solid #666;
    background: white;
    text-align: center;
    vertical-align: bottom;
}

#FP-container td {
    padding-bottom: 10px;
}


#FP-container input[type="text"], #FP-container input[type="password"] {
    width: 90%;
}

#FP-container .blurb {
    line-height: 25px;
    margin: 5px auto 15px;
    font-size: 13px;

}

#FP-trust-text {
    position: absolute;
    bottom: 5px;
    right: 2px;
    display: block;
}

#FP-reason-list {
    list-style: none;
    margin-bottom: 10px;
}

#FP-reason-list li {
    line-height: 20px;
    display: inline;
    float: left;
}

#FP-reason-list li input {
    display: inline-block;
    font-size: 16px;
    margin: auto 5px;
}

#FP-reason-list li label {
    display: inline-block;
    width: 220px;
}
#FP-reason-list li:nth-child(4n+1) {
    clear: both;
    display: inline-block;
}


