div.waitpopup {
	z-index: 3000;
    text-align: center;
    line-height: 2rem;
}

div.waitpopup p {
    margin-top: 0.5rem;
    margin-bottom: 0;
}

div.bkdiv {
    background-color: #000000;
    opacity: 0.4;
    filter:alpha(opacity=40);
    z-index: 2000;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
	display:none;
}