﻿div.MessageBox {
    display: block;
    width: 680px;
    height: 70px;
    margin: 30px auto 20px auto;
    padding: 0;
    border: solid 1px black;
    background-position: left center;
    background-repeat: no-repeat;
    text-align: left;
}

    div.MessageBox span {
        display: block;
        width: 100%;
        height: 50px;
        margin: 22px 0 0 100px;
    }


div.MessageBox_INFO {
    background-color: #dbecff;
    background-image: url(/App_Contents/Images/Shared/Information.PNG);
    color: blue;
}

div.MessageBox_WARNING {
    background-color: #fefccb;
    background-image: url(/App_Contents/Images/Shared/Warning.PNG);
    color: orange;
}

div.MessageBox_ERROR {
    background-color: #ffd2d3;
    background-image: url(/App_Contents/Images/Shared/Error.PNG);
    color: red;
}

div.MessageBox_SUCCESS {
    background-color: #d4ffcd;
    background-image: url(/App_Contents/Images/Shared/Success.PNG);
    color: green;
}
