/*************** notifications ***************/

.notification {
                position: relative;
                margin: 0 0 15px 0;
                padding: 0;
                border: 1px solid;
                background-position: 10px 11px !important;
                background-repeat: no-repeat !important;
                font-size: 13px;
                width: 99.8%;
                }
                

.attention {
                background: 10px 11px no-repeat;
                border-color: #e6db55;
                color: #666452;
                }

.information {
                background:  10px 11px   no-repeat;
                border-color: #a2b4ee;
                color: #585b66;

                }

.success {
                background:  10px 11px   no-repeat;
                border-color: #9adf8f;
                color: #556652;
                }

.error {
                background:  10px 11px   no-repeat;
                border-color: #df8f8f;
                color:red;
                }
                
                
                .attention {
                background: 10px 11px no-repeat;
                border-color: #e6db55;
                color: #666452;
                }

.informationtips {
                background:  10px 11px   no-repeat;
                border-color: #a2b4ee;
                color: #585b66;

                }

.successtips {
                background:  10px 11px   no-repeat;
                border-color: #9adf8f;
                color: #556652;
                }

.errortips {
                background:  10px 11px   no-repeat;
                border-color: #df8f8f;
                color:red;
                }

.notification div {
                display:block;
                font-style:normal;
                padding: 10px 10px 10px 36px;
                line-height: 1.5em;
                }

.notification .close {
                color:#990000;
                font-size:9px;
                position:absolute;
                right:5px;
                top:5px;
                }