	.waitPanel {
		width:380px;
		background:#EEE;
		border:1px #999 solid;
		
		font:bold 11px verdana;
		color:#3f3f3f;
		background-image: url('../gifs/loading.gif');
		background-repeat: no-repeat;
		background-position: 3px center;
		line-height:50%;
	}
	.waitPanelLabel {
		padding:10px;
		padding-left:25px;
	}
	.waitPanelInactiveCell{
		background:#FFF;
	}
	.waitPanelActiveCell {
		background:#33cc00;
	}
