.lcp_err_mess_ok { 
	position:fixed; 
	top:33%; 
	left:43%; 
	background:#0E741F; 
	border-radius: 7px; 
	color:#fafafa; 
	font-size:15px; 
	padding:18px; 
	z-index:100000; 
	box-shadow:#222222 14px 14px 14px; 
	cursor: default;
}
 
.lcp_err_mess_no { 
	position:fixed; 
	top:33%; 
	left:43%; 
	background:#FC0000; 
	border-radius: 7px; 
	color:#fafafa; 
	font-size:15px; 
	padding:18px; 
	z-index:100000; 
	box-shadow:#222222 14px 14px 14px; 
	cursor: default;
} 