.msj_area{
	text-align:center;
	margin: 50px auto;
	width:30%;
	z-index:99999;
	position:relative;
}	
	
	.msj_error{
	
		background:#d2e3f0;
		padding: 20px 0px;
		border-radius: .5em;
		color: #000;
		font-weight: bold;
	}

	.msg_success{
	
		background:#d2e3f0;
		padding: 20px 0px;
		border-radius: .5em;
		color: #000;
		font-weight: bold;
	}

	.times_area{
		text-align: right;
	}

	.times{
		font-size: 20px;
		color: #000;
		font-weight: bold;
		cursor: pointer;
	}

	.times:hover{
		color: #fff;
	}

