﻿
.divMsgStyle
{
    width: 100%;
    height: auto;
    z-index: 1001;
    position: fixed;
    margin-right: auto;
    margin-left: auto;
    top: 0px;
    text-align: center;
}

.flashMessageSuccess
{
    font-family: 'Times New Roman' , Times, serif;
    font-size: 18px;
    color: #000000;
    background-color: #99cc00;
    display: block;
}

.flashMessageWarning
{
    font-family: 'Times New Roman' , Times, serif;
    font-size: 18px;
    color: #000000;
    background-color: #FFCC00;
    display: block;
}

.flashMessageError
{
    font-family: 'Times New Roman' , Times, serif;
    font-size: 18px;
    color: #FFFFFF;
    background-color: #FF0000;
    display: block;
}