.noContent {
    width: 475px;
    padding-left: 246px;
    padding-bottom: 25px;
    background: url(/media/images/css/error/error_iron.png) no-repeat 27px 0;
    overflow: hidden;
    height: 268px;
}

body .invalid-page {
    background: url(/media/images/css/error/error_socks.png) no-repeat 105px 0 #fff;
}

body .session-expired {
    background: url(/media/images/css/error/session_exp_watch.png) no-repeat 39px 0;
    margin-top: 28px;
}

.noContent a.bigRedSubmit {
    float: right;
    text-decoration: none;
    margin: 25px 0;
    font-size: 13px;
}

.noContent h1 {
    display: block;
    font-size: 32px;
    color: #CCC;
    border-bottom: 1px solid #CCC;
    padding-bottom: 12px;
    font-weight: normal;
    margin-top: 18px;
    letter-spacing: 1px;
}

.noContent p {
    line-height: 18px;
    font-size: 13px;
    margin-top: 12px;
}

.noContent a {
    color: #3c88bd;
    text-decoration: none;
}

.noContent a.btn {
    color: #ffffff;
}