.alert-panel {
	position:fixed;
    max-width: 600px; 
	max-height:400px; 
	top: 0px; 
	bottom:0px; 
	left: 0px;
	right: 0px;
	margin: auto auto !important; 
	overflow:auto; 
	z-index:491; 
}  
.alert-panel .message-container{ 
	
} 
.overlay-panel { 
	-webkit-backface-visibility:hidden; 
	position:fixed; 
	top: 0px; 
	bottom:0px; 
	left: 0px;
	right: 0px; 
	background:rgba(0,0,0,.5); 
	z-index:490; 
} 

.error_val {
	border:1px solid #900 !important; 
	background:#ffcccc !important;
}

.success_val {
	background:#FFFFFF;
}