/*********************************/
/*      W A I T   P A N E L      */
/*********************************/

.waitpanel {
	text-align: center;
	height: 90%;
}
.waitpanelbox {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -45px;
	margin-left: -100px;
	height: 90px;
	width: 200px;
}
.waitpaneltop {
	height: 60px;
}
.waitpanelbottom {
	height: 30px;
}
