/*******************************************************
General Notification Headers
*******************************************************/

.success {
    border: 1px solid #8CBE3B;
    color: #76A826;
    padding: 7px 5px 7px 33px;
    margin-bottom: 5px;
    background: #DCEEBE url(/_images/notify/success_message.gif) no-repeat;
    background-position:4px 3px;
}
.error-notify {
    border: 1px solid #C23834;
    color: #AA352B;
    padding: 7px 5px 7px 33px;
    margin-bottom: 5px;
    background: #EFC8B5 url(/_images/notify/error_message.gif) no-repeat;
    background-position:4px 3px;
}
.error-notify a {
    color: #AA352B;
    text-decoration: underline;
}
.warning {
    border: 1px solid #D8CD6B;
    color: #BEA92C;
    padding: 7px 5px 7px 33px;
    margin-bottom: 5px;
    background: #FEFFDB url(/_images/notify/warning_message.gif) no-repeat;
    background-position:4px 3px;
}
.info {
    border: 1px solid #A8B3D9;
    color: #537286;
    padding: 7px 5px 7px 33px;
    margin-bottom: 5px;
    background: #E1E7EE url(/_images/notify/info_message.gif) no-repeat;
    background-position:4px 3px;
}
.info a {
    color: #537286;
    text-decoration: underline;
}
.head3 {
    font-size:small;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-weight:bold;
}
.formwarninghead {
    border: 1px solid #C23834;
    color: #AA352B;
    padding: 7px 5px 7px 33px;
    margin-bottom: 5px;
    background: #EFC8B5 url(/_images/notify/error_message.gif) no-repeat;
    background-position:4px 3px;
}
