#BlockAlert{
	text-align: center;
	font-size: 20px;
	font-weight: normal;
	line-height: 2;
	font-family: arial,helvetica,sans-serif !important;
	position: relative;
	z-index: 6000;
}

#CloseBlockAlert{
	background-color: transparent;
	border: none;
	position: absolute;
	right: 10px;
	top: 0;
	opacity: 0;

	transition: opacity .2s;
	-moz-transition: opacity .2s;
	-webkit-transition: opacity .2s;
}

#BlockAlert:hover #CloseBlockAlert{
	opacity: 1;
}