﻿/*-- MC3 Attention Notification --*/

.mc3_notification 
{
    background-position: 8px center !important;
    background-repeat: no-repeat !important;
    border-bottom: 1px solid;
    border-top: 1px solid;
    font-size: 13px;
    margin: 0 0 20px 10px;
    min-height: 50px;
    padding: 0;
    position: relative;
    width: 98%;
}
 
.mc3_notification h1, .mc3_notification h2, .mc3_notification h3, .mc3_notification h4
{
    padding: 0;
    margin: 0;
}

.mc3_notification  p
{
    margin-bottom: 5px;
}

.mc3_attention 
{
    background: #fffbcc url('/img/mc3_warning.png') 40px 40px no-repeat;
    border-color: #e6db55;
    color: #666452;
}

.mc3_attention span 
{
     color: #e8ad07;
}

.mc3_success 
{
    background: #d5ffce url('/img/mc3_sucess.png');
    border-color: #9adf8f;
    color: #556652;
}

.mc3_success span 
{
    color: #3DA033;
}
     
.mc3_notification div  
{
    display: block;
    font-style: normal;
    line-height: 1.5em;
    padding: 10px 10px 10px 55px;    
}

.mc3_notification .close 
{
    color:#990000;
    font-size:9px;
    position:absolute;
    right:5px;
    top:5px;
}