.box .content.messages {
    padding: 10px 20px 20px;
}

.box .messages, .validation-summary-errors {
    *zoom: 1;
}

.box .content .message, .validation-summary-errors {
    position: relative;
    padding: 0px 0 0 22px;
    line-height: 20px;
    clear: both;
}

    .box .content .message ul, .validation-summary-errors ul {
        margin: 0;
        padding: 0;
        list-style-type: none;
    }

    .box .content .message img {
        position: absolute;
        top: 7px;
        right: 7px;
        cursor: pointer;
    }

.box .content .red, .validation-summary-errors {
    display: block;
    color: #b80000;
    background-color: transparent;
    background-image: url(../images/error_icon.png);
    background-repeat: no-repeat;
    background-position: top left;
    height: auto;
}

.box .content .gray {
    display: block;
    background-image: url(../gfx/icon-greendot.gif);
    background-color: white;
    border: 1px solid gray;
    color: #656565;
    -webkit-box-shadow: 3px 3px 4px #808080;
    -moz-box-shadow: 3px 3px 4px #808080;
    box-shadow: 3px 3px 4px #808080;
}

.box .content .green, .box .content_clear .green, .box .green {
    /*display : block;
    background-color : #f6faf0;
    border : 1px solid #6aa500;
    color : #6aa500;
    padding: -5px 0 0 23px;*/
    color: #069f31;
    font-size: 14px;
    padding: 3px 0 0 30px;
    margin: 13px 0 13px 0;
    line-height: 22px;
    background-image: url(../images/checkBig_icon.png);
    background-repeat: no-repeat;
    background-position: left top;
    font-weight:bold;
}

.box .content .red, .box .content_clear .red {
    display: block;
    color: #b80000;
    background-color: transparent;
    padding: -5px 0 0 23px;
}

    .box .content .red ul, .box .content_clear .red ul {
        padding: 0 !important;
        margin: 0 !important;
    }

.box .content .blue, .box .content_clear .blue {
    display: block;
}

.box .content .orange, .box .content_clear .orange {
    display: block;
    background-image: url(../gfx/icon-orangedot.gif);
    background-color: #fef9f1;
    border: 1px solid #ed9d12;
    color: #ed9d12;
    padding: 10px 10px 10px 25px;
}

.box .content .noteTrackingCodes, .box .content .messageGrey {
    display: block;
    color: #726F6F !important;
    padding: 15px 0;
}

.box .content .graySmallNote, .box .content_clear .graySmallNote {
    font-size: 11px;
    color: #726f6f;
}

.box .content .greenCheck, .box .content_clear .greenCheck {
    color: #069f31;
    font-size: 14px;
    padding: 3px 0 0 30px;
    margin: 13px 0 13px 0;
    line-height: 22px;
    background-image: url(../images/checkBig_icon.png);
    background-repeat: no-repeat;
    background-position: left top;
    font-weight:bold;
}
