﻿.pnlWarningMessage
{
    background-color: Red;
    text-align: center;
    font-size: large;
    font-weight: bold;
    color: Black;
}

.pnlSucceedMessage
{
    background-color: Green;
    text-align: center;
    font-size: large;
    font-weight: bold;
    color: Black;
}

.txtMail
{
    width: 2.5in;
}
