.CONFIRM
{
	position:absolute;
	width:100%;
	height:100%;
	left:0px;
	top:0px;
	z-index:999;
}

.CONFIRM_fondo
{
	width:100%;
	height:100%;
	position:absolute;
	background-color:#000000;
	/*background-image:url(../../img/scanlines.gif);*/
	/*filter:alpha(opacity=90);*/
	/*-moz-opacity:.9;*/
	/*opacity:.9;*/
	filter:alpha(opacity=80);
	-moz-opacity:.8;
	opacity:.8;
}

.CONFIRM_window
{
	width:396px;
	position:relative;
	float:left;
	overflow:hidden;
	margin-left:auto;
	margin-right:auto;
}

.CONFIRM_contenidos
{
	color:#0065e1;
	padding:15px;
	padding-bottom:40px;
	font-size:12px;
	font-family:tahoma,verdana;
	background-color:#FFFFFF;
}

.CONFIRM_opciones
{
	background-image:url(../../img/confirm_bottom.gif);
	background-repeat:repeat-x;
}

.CONFIRM_opcion
{
	width:40px;
	text-align:center;
	background-image:url(../../img/confirm_bottom.gif);
	background-repeat:repeat-x;
}