@charset "utf-8";
/* CSS Document */

.dimmer {
	position: fixed;
	display: none;
	top:360px;
	left: 0%;
	width: 100%;
	height:100%;
	background-color: #000000;
	z-index:1001;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
	padding:0px;
	margin:0px;
	visibility: inherit;
	float:left;
}
