div.blockMsg {
	width: 373px;
	top: 30%;
	left: 50%;
	margin-left: -186px;
	text-align: center;
}
div.blockMsg .message {
	vertical-align:middle;
	background: url(../images/spinner/message.gif) center center #eeeced repeat-x;
	padding: 30px;
}

div.blockMsg .top {
	-moz-border-radius: 0;
    -webkit-border-radius: 0;
	height:32px;
	background: url(../images/spinner/top.gif) center no-repeat;
}

div.blockMsg .waiting {
  font-family: 'SortsMillGoudyRegular';
	color:#866d2d;
	font-size: 16px;
	font-weight: normal;
	line-height: 20px;
	margin: 0;
	padding: 5px 0;
}

div.blockMsg .bottom {
	-moz-border-radius: 0;
    -webkit-border-radius: 0;
	height:32px;
	background: url(../images/spinner/bottom.gif) center no-repeat;
}


#footer{display:none !important;}