/* Copyright (C) 2010 Pedro Miguel Carvalho <PedroMC@pmc.com.pt> */

.overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	user-select: none;
	-moz-user-select: none;		/* Firefox */
	-khtml-user-select: none;	/* Chrome, Safari */
	opacity: 0.5;
	filter: alpha(opacity=50); /* IE6 */
}

.loading {
	background: black center center no-repeat url(../images/loading.gif);
}

.curtain {
	background-color: black;
}
