.access-box {
    border: 1px solid #e5e8e1;
    border-top: 2px solid #c94524;
    margin: 10px;
    padding: 10px 5px 10px 10px;
    background-color: #f6f6f6;
    background-image: url("../images/box-bg.png");
    background-position: right bottom;
    background-repeat: no-repeat;
    /*
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    */
    /*
    -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
    */
}

body.homepage {
    background: #eeeeee url("../images/body-bg.jpg") center 60px no-repeat;
}

.full-width .main-content .right-content .notifications {
    border-top: 1px solid #9A3412;
}