/*
 Preview Box

 (c) 2007-2009, RAWR-Designs, Some Rights Reserved -
	Christopher "That Stevens Guy" Stevens
	Richard "Giant Eagle" Tuininga
 (CC) http://creativecommons.org/licenses/by-nc-sa/3.0/

 Any queries? -
	Email: contact[at]rawr-designs.com
	Forum: http://www.rejetto.com/forum/index.php?board=34.0
 	Homepage: http://www.rawr-designs.com/	
*/

/* Fixes Browser Issues */
body {
	padding:0;
	margin:0;
	height:100%;
}
img {border:0;}
/* End Fix */

div#rbOverlay {
	width:100%;
	height:100%;
	position:fixed; /* Cannot be 'fixed' in IE6, must be 'absolute' */
	top:0;
	left:0;
	z-index:999;
	background:#000;
}
div#rbOverlay.fixedOverlay {
	opacity:0.8;
	filter:alpha(opacity=80);
}

div#rbStage {
	width:100%;
	text-align:center;
	position:absolute;
	top:0;
	left:0;
	z-index:1000;
}

div#rbStage div#rbStageContainer {
	border:6px solid #545454;
	margin:0 auto;
	height:45px;
	width:240px;
	font-size:3em;
	background:#000;
	opacity:1;
	filter:alpha(opacity=100);
}
div#rbStage div#rbStageCaption {
	margin:0 auto;
	font:normal 12px "Geneva",Arial,"Helvetica",sans-serif;
	font-size:12px;
	line-height:30px;
	height:30px;
	color:#c5c5c5;
}

div#rbStage #rbCloseButton {
	position:absolute;
	z-index:1001;
	top:10px;
	right:15px;
}