.msgIcon
{
    padding-right: 10px;
    width: 40px;
    height: 40px;
    padding-bottom: 10px;
    background-repeat: no-repeat;
}

.msgText
{
    padding-right: 20px;
    font-weight: bold;
    padding-bottom: 10px;
}

#MsgWindow table {
    border:0px !important;
}
.DivMsgBtn {
}

.DivMsgBtn input {
    margin-right:5px;
}

.warningMsg
{
    background-image: url('../Images/warning.png');
}

.informationMsg
{
    background-image: url('../Images/info.png');
}

.confirmMsg
{
    background-image: url('../Images/confirmation.jpg');
}

.errorMsg
{
    background-image: url('../Images/info.png');
}

.successMsg
{
    background-image: url('../Images/success.png');
}


.msgText li {
    list-style: outside none none;
}