.notification { color: #444; padding:15px; position:relative; width:100%; float:left; text-align:center; font-size:14px; font-family:'OpenSans-Regular' !important; margin-top:15px; }
.notification p { margin:0; padding:0 15px; padding-left:5px; line-height:normal;  }
.notification p strong { font-weight:600; }
.notification .close-btn{
	margin-top: -7px;
	padding: inherit;
	position: absolute;
	text-decoration:none; 
    font: bold 20px/20px Arial, sans-serif;
	opacity: 0.65; 	
	color: inherit;
    display: block;    
    right:1px;
	top:14%;
}

.notification .close-btn:hover{ opacity: 1; }
.alert-info { color:#163161; background-color: #cfe6fc; }
.alert-success { color:#336633; background-color: #d2f7ad; }
.alert-warning { color: #CC6600; background-color: #fae7a2; }
.alert-error { color:#990000; background-color: #FBDBCF; }