/*
 * CSS to go along with modaliframe.js
 */

someClass {
	margin:0;
}

#ModalMatteLayer {
	visibility:hidden;
	display:block;
	position:fixed;
	left:0;
	top:0;
	width:100%;
	height:100%;
	z-index:600;
	background:black;
	opacity: 0.5;
	-moz-opacity:0.5;
	filter:alpha(opacity=50);
}

#ModalContentLayer {
	visibility:hidden;
	display:block;
	position:fixed;
	top:50px;
	padding:0px;
	z-index:601;
	background:#eeeeee;
	width:800px;
	margin-left:-400px;
	left:50%;
	height:600px;
}
