#flash-messages {
    /*position: absolute;*/
    z-index: 9999 !important;
}

#flash-messages .success ul, .notice ul, .error ul { list-style: none; margin: 0; padding: 0; }
#flash-messages .success ul li, .notice ul li, .error ul li { float: none; display: block; }

#flash-messages .success ul, .notice ul, .error ul { list-style: none; margin: 0; padding: 10px;}
#flash-messages .success ul li, .notice ul li, .error ul li { float: none; display: block; }

#flash-messages div.success, div.notice, div.error {
    top: 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    position: relative;
    text-align: center;
    height: auto;
}

div.error {
    border: 1px solid #F66358;
    color: #FFFFFF;
    background: #F66358;
}

div.success {
    /*border: 1px solid rgba(158, 191, 54,0.6);*/
    color: #FFFFFF;
    background: #338720;
}

div.notice {
    border: 1px solid #FFA92B;
    color: #FFFFFF;
    background: #FFA92B;
}

#flash-messages span.close {
    position: absolute;
    top: -5px;
    right: -5px;
    cursor: pointer;
    font-weight: bold;
}