﻿/* -----  message class[start]---------*/
.madatoryicon
{
    font: bold 13px arial;
    color: #e40000;
}
.errormsgsimple
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #ff0000;
    line-height: 18px;
}
.errormsg
{
    color: #4f4f4f;
    font: bold 12px Arial, Helvetica, sans-serif;
    border: 3px solid #ffcc00;
    background: #ffe13e url(../images/icon_message_two.gif);
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 45px;
    height: 50px;
}
.successmsg
{
    color: #58941c;
    font: bold 12px Arial, Helvetica, sans-serif;
    border: 3px solid #c6e4a9;
    background: #def1ca url(../images/icon_message_one.gif);
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 45px;
    height: 50px;
}
.normalmsg
{
    color: #4f4f4e;
    font: bold 12px Arial, Helvetica, sans-serif;
    border: 3px solid #9dbade;
    background: #e3f0ff url(../images/icon_message_three.gif);
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 45px;
    height: 50px;
}
.msgone
{
    color: #58941c;
    font: bold 12px Arial, Helvetica, sans-serif;
    border: 3px solid #c6e4a9;
    background: #def1ca url(../images/icon_message_one.gif);
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 45px;
    height: 50px;
}
.msgtwo
{
    color: #4f4f4f;
    font: bold 12px Arial, Helvetica, sans-serif;
    border: 3px solid #ffcc00;
    background: #ffe13e url(../images/icon_message_two.gif);
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 45px;
    height: 50px;
}
.msgthree
{
    color: #4f4f4e;
    font: bold 12px Arial, Helvetica, sans-serif;
    border: 3px solid #9dbade;
    background: #e3f0ff url(../images/icon_message_three.gif);
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 45px;
    height: 50px;
}
/* -----  message class[End]---------*/