/*Styles for fuzz overlay & message box*/
#fuzz{ position:absolute; top:0; left:0; width:100%; z-index:100; background: url('/images/fuzz/fuzz.gif'); display:none; text-align:left; }

/*Message box, positioned in dead center of browser*/
.msgbox { 
	position:absolute; 
	overflow:hidden;
	width:400px; 
	height:150px; 
	/* z-index:200; */
	z-index: 100;
	border:5px 
	solid #222; 
	background: #FFF; 
	top: 150px;
	left: 300px;
	/*
	top: 400px; 
	top: 50%;
	left: 300px; 
	left: 50%;
	margin-top: -100px; 
	margin-left: -150px; 
	*/
}
.msgbox img { border:none; margin:5px;}

/*The "X" in the upper right corner of msgbox*/
.close{ top:0px; float:right; }
