#wait
{
    display: none;
	position: fixed;
	z-index: 999999;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
    background-color: #272626;
    padding-top: 20%;
    opacity: 0.6;
}
 
#wait .msg
{
	font-size: 30px;
	font-weight: normal;
	line-height: 140%;
	color: #FFF;
	display: inline-block;
	text-align: center;
    margin: auto;
    padding: 20px 40px; 
	border: 2px solid #999;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}