div.bb_warning {
	filter:alpha(opacity=90);  /* Internet Explorer */
	-moz-opacity:0.9;          /* Netscape Navigator */
	-khtml-opacity: 0.9;       /* KTHML (Safari 1.x) */
	opacity: 0.9;              /* CSS Standard */ 
	background-color: white;
	background-image: url('/images/bg_main.gif');
	border: solid red thick;
	bottom: 25%;
	color: black;
	font-family: tahoma,arial,helvetica,sans-serif;
	font-size: large;
	float: left;
	left: 25%;
/*
	margin: 100px;
*/
	max-height: 480px;
	max-width: 640px;
	min-height: 200px;
	min-width: 320px;
	padding: 10%;
	position: fixed;
	right: 25%;
	text-align: center;
	top: 25%;
	z-index: 9999;
}
div#cookiesDisabled {
	display: none;
}
div#shadowBox {
	filter:alpha(opacity=60);  /* Internet Explorer */
	-moz-opacity:0.6;          /* Netscape Navigator */
	-khtml-opacity: 0.6;       /* KTHML (Safari 1.x) */
	opacity: 0.6;              /* CSS Standard */ 
	background-color: black;
	bottom: 0px;
	display: inline;
	float: left;
	left: 0px;
	position: fixed;
	right: 0px;
	top: 0px;
	z-index: 999;
}

#body {
/*
	overflow: hidden;
*/
}

