#notification_success {
    position:fixed;
    width:350px;
    z-index:100;
    text-align:left;
    font-size:16px;
    color:white;
    background-color:#008D00;
    padding: 0px 15px 0px 15px;
    border-radius: 5px;
    opacity: 0.9;
    bottom:20px;
    left: 20px;
}
#notification_success span.dismiss {
    padding:0 0px;
    cursor:pointer;
    float:right;
    margin-right:10px;
    margin-top:7px;
}
#notification_success a {
    color:white;
    text-decoration:none;
    font-weight:bold
}

#notification_error {
    position:fixed;
    width:350px;
    z-index:100;
    text-align:left;
    font-size:16px;
    color:white;
    background-color:red;
    padding: 0px 15px 0px 15px;
    border-radius: 5px;
    opacity: 0.9;
    bottom:20px;
    left: 20px;
}
#notification_error span.dismiss {
    padding:0 0px;
    cursor:pointer;
    float:right;
    margin-right:10px;
    margin-top:7px;
}
#notification_error a {
    color:white;
    text-decoration:none;
    font-weight:bold
}

#notification_libs {
	position:fixed;
    width:350px;
    z-index:100;       
    border-radius: 5px;    
    bottom:20px;
    left: 20px;
}
#notification_libs a {
    color:white;
    text-decoration:none;
    font-weight:bold
}

.notification_libs_success {
	text-align:left; 
	font-size:16px;
    color:white;
    background-color: #008D00;
    padding: 15px 5px 15px 15px;
	border-radius: 5px;
	opacity: 0.9;
}

.notification_libs_error {
	text-align:left; 
	font-size:16px;
    color:white;
    background-color: red;
    padding: 15px 15px 15px 15px;
	border-radius: 5px;
	opacity: 0.9;
}