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

html, body{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	width: 100%;
	height: 100%;
	background: #000000;
}

object{outline:none;}

#brackets{
	width: 100%;
	height: 100%;
	top: 0px;
	position: absolute;
	z-index:1;
}

#modal_takeover { position: absolute; top: 62px; left: 0px; height: 100%; width: 100%; display: none; z-index: 100; background: transparent url("/gold/_img/trans_grey_pixel.png"); }

#modal_box { position: absolute; background-color: black; -moz-border-radius: 12px; width: 800px; height: 300px; border: 1px solid black; top:170px; margin-left: -400px; left: 50%; z-index: 101; }

.closebox { position: relative; top: -15px; left: -15px; z-index: 101; }

#modal { position: absolute; top: 0px; left: 0px; color: white; width: 95%; height: 95%; font-family: Arial; font-size: 16px; padding: 20px; }

.mdlg_title { font-weight: bold; font-size: 110%; margin-bottom: 25px; }
.mdlg_para1 { margin-bottom: 10px; }
.mdlg_para2 {}

