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 #cecece repeat-x;
	padding: 30px;
}

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

div.blockMsg .waiting {
  font-family: 'OpenSansBold';
	color:#2a2a2a;
	font-size: 14px;
	font-weight: normal;
	line-height: 14px;
	margin: 0 0 10px 0;
	padding: 0;
	text-transform: uppercase;
}

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