div.blockMsg {
	border: 3px solid #AAAAAA;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	color: #000000;
	cursor: wait;
	width: 40%;
	top: 30%;
	left: 34%;
	margin: 0;
	padding: 15px 15px 15px 40px;
	position: fixed;
	text-align: center;
	width: 30%;
	z-index: 1011;
	background-color: #FFFFFF;
	background-image: url(./images/wait_animation.gif);
	background-repeat: no-repeat;
	background-size: 40px 40px;
	background-position: 20% center;
	font-size: 1.3em;
}