.notify-message {
    font: 12px Arial, Helvetica, sans-serif;		      
    -moz-box-shadow: inset 0 -1px 0 rgba(255,255,255,.4);
    -webkit-box-shadow: inset 0 -1px 0 rgba(255,255,255,.4);		
    box-shadow: inset 0 -1px 0 rgba(255,255,255,.4);
    width: 100%;
    border: 1px solid;
    color: #FFF !important;
    padding: 15px;
    position: fixed;
    _position: absolute;
    text-shadow: 0 1px 0 rgba(0,0,0,.5);
    cursor:pointer;
    z-index:1060;
}
 
.notify-info {
    background: #4ea5cd;
    background: rgba(78, 165, 205, 0.9);
    border-color: #3b8eb5;
}
 
.notify-error {
    background: #de4343;
    background: rgba(222, 67, 67, 0.9);
    border-color: #c43d3d;
}
		 
.notify-notice {
    background: #eaaf51;
    background: rgba(234, 175, 81, 0.9);
    border-color: #d99a36;
}
 
.notify-success {
    background: #61b832;
    background: rgba(97, 184, 50, 0.9);
    border-color: #55a12c;
}
 
.notify-title { margin: 0 0 5px 0; font-size:18px; }
.notify-text { margin: 0; font-size:13px; }
