.AjaxBlur{
	-webkit-filter: blur(2px);
	-moz-filter: blur(2px);
	-o-filter: blur(2px);
	-ms-filter: blur(2px);
	filter: blur(2px);
}

.AjaxCarregando{

	/*
	width: 				100px;
	height:				50px;

	padding:			40px 0px 0px 0px;
	//transform: translate(-50%, -50%);
	*/
	position: 			absolute;
	/*
	background-image: 	url();
	*/
	background-position: 40px 0px;
	background-size: 	40px 40px;
	background-repeat: 	no-repeat;
	z-index: 			999;
	/*
	left:	50%;
	top:	30%;
	margin-top:  -25px;
	margin-left: -75px;
	*/
	text-align: center;
	/*
	display:	none;
	*/
	color: white; 
	text-shadow: black 0.1em 0.1em 0.2em;
}
