/* ----------------------------------------------------
	This style is needed for dimming.
----------------------------------------------------- */
div.dimmer
	{
	visibility : hidden;
	position : absolute;
	left : 0px;
	top : 0px;
	z-index : 5;
	background : url(../images/loginpop/gray.png) repeat;
	filter : alpha(opacity=50)
	}