

#mask_global
{
	position:absolute;
	top:0px;
	left:0px;
	z-index:3000;
	background-color:#000000;
	height:1295px;
	width:100%;
	filter:alpha(opacity=90);
	opacity:0.90;
	-moz-opacity:0.90;
}

#disclaimer
{
	position:absolute;
	background:url('../images/DISCLAIMER.jpg') top left no-repeat;
	top:50%;
	margin-top:-200px;
	left:50%;
	margin-left:-300px;
	z-index:3100;
	background-color:#ecd6c6;
	height:400px;
	width:600px;
	border:2px solid #8f0001;
}

#disc_text_head
{
	position:absolute;
	top:70px;
	left:10px;
	z-index:3100;
	height:40px;
	width:290px;
	overflow:hidden;
	font-size:14px;
	font-weight:bold;
	padding-left:5px;
	padding-right:5px;
	font-family:Arial;
	text-align:center;
}

#disc_text
{
	position:absolute;
	top:117px;
	left:10px;
	z-index:3100;
	height:190px;
	width:300px;
	overflow:auto;
	font-size:10px;
	padding-left:5px;
	padding-right:5px;
	font-family:Arial;
}

#disc_check
{
	position:absolute;
	background:url('../images/OK.jpg') top left no-repeat;
	top:340px;
	left:160px;
	z-index:3100;
	background-color:#8f0001;
	height:40px;
	width:130px;
	cursor:pointer;
}

#disc_ok
{
	position:absolute;
	background:url('../images/OK.jpg') top left no-repeat;
	top:340px;
	left:160px;
	z-index:3100;
	background-color:#8f0001;
	height:40px;
	width:130px;
	cursor:pointer;
}

#disc_ko
{
	position:absolute;
	background:url('../images/KO.jpg') top left no-repeat;
	top:340px;
	left:20px;
	z-index:3100;
	background-color:#8f0001;
	height:40px;
	width:130px;
	cursor:pointer;
}

