
#aviso_container{
	position: absolute;
	height: 200px;
	width: 500px;
	left: 32%;
	top: 10%;
	z-index: 30000;
	color: #333;
/*	margin: -67px 0 0 -220px;*/
}

#aviso {
	width: 500px;
	height: 200px;
	z-index: 10;
	text-align: left;
	border: 0;
	z-index: 20000;
	position: relative;
	background: #fff url(../../images/aviso.gif) 0 0 no-repeat;	
}

/*#textoAviso {
	width: 300px;
	color: #000;
	margin: 0 auto;
	float: left;
	text-align: center;
	font-size: 11px;
	font-family: "Tahoma", Arial, Verdana;	
	font-weight: bold;
	margin: 100px 0 0 15px;
	z-index: 20000;
}*/

#aviso_bg{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10000;
	width: 100%;
	height: 550px;
	background-color: #000;
	filter:alpha(opacity=90) !important;
	-moz-opacity: 0.9;
	opacity: 0.9!important;
}

p#textoAviso  {
	width: 500px;
	margin-top: 90px;
	color: #333;
	float: left;
	text-align: center;
	font-size: 14px;
	font-family: "Tahoma", Arial, Verdana;
	font-weight: bold;
}

#aviso a{
	width: 51px;
	height: 21px;
	background: url(../../../templates/openpoint/img/botoes/ok_aviso.gif) no-repeat 0 0;
	display: inline-block;
	float: left;
	margin: 0 0 0 150px;
}

