#aviso_container{
	position: absolute;
	height: 266px;
	width: 100%;
	text-align: center;
	z-index: 3000;
	*left: 0px
}

#aviso {
	width: 383px;
	height: 267px;
	background: url(../../../templates/anpet/images/telaaviso.gif) no-repeat;
	margin: 0 auto;
	z-index: 10;
	text-align: left;
	z-index: 2000;
	overflow: hidden;
	
}

#textoAviso {
	width: 233px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	/*font-weight: bold;*/
	margin: 183px 0 0 60px;
	z-index: 2000;
	text-align: right;
	padding: 0 20px 0 10px;
	position: relative;
	text-align: center;
}

	#textoAviso .seta {
		margin: -6px 5px 0 0;
	}

#aviso_bg{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1000;
	width: 100%;
	height: 500px;
	background-color: #023431;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

.textoAviso p {
}

