/*POPUP*/
	.bgWind {
		position:absolute;
		height:100%;
		width:100%;
		left:0px;
		top:0px;
		
		/*TRANSPARENCIA*/
		background: #000;
		-moz-opacity:0.30;
		opacity:0.60;
		filter:alpha(opacity=60);
		z-index:1;
	}
	
	.block_popup {
		/*border:1px solid blue;*/
		
		display:none; 
		left:25%;
		position:absolute;
		text-align:center;
		width:50%;
		top:155px;
		padding-top:20px;
		padding-bottom:20px;
		z-index:2;
	}
	
	.popup_header {
		background: transparent url(../images/barra_popup.gif) no-repeat;
		height: 32px;
		margin:0 auto;
		width:453px;
	}
	
	.popup_header2 {
		background: transparent url(../images/barra_popup_info.gif) no-repeat;
		height: 32px;
		margin:0 auto;
		width:640px;
	}
	
	.popup_header  #btn_popupfechar,  .popup_header2  #btn_popupfechar{
		float:right;
		margin-top:8px;
		margin-right:10px;
		cursor:pointer;
	}
	
	.popup_middle, .popup_middle2 {
		margin:0 auto;
		height:300px;
		background:#FFF;
		width:453px;
		text-align:justify;
		margin-top:0px;		
	}
	
	.popup_middle2 {overflow: auto; width: 636px !important; height: 450px !important; border-left: 2px solid #940517; border-right: 2px solid #940517;border-bottom: 2px solid #940517;}
	
	.popup_bottom {
		background: transparent url(../images/bottom_popup.gif) no-repeat;
		height: 10px;
		margin: 0 auto;
		width: 453px;
	}
	
	.popup_texto {
		color: #8b8b8b;
		font-size:11px;
		font-family: Verdana, Arial;
		margin-left: 6px;
		padding:5px;
		padding-right:7px;
		margin:0px;
	}
	
	.popup_middle2 p{
		padding: 10px;
	}

	#popup_formulario {
		margin:0px;
		padding:0px;
		width:99%;
		margin-left:1px;
		margin-top:15px;
	}		
	
	#popup_formulario label {
		color: #8b8b8b;
		font-size:11px;
		font-family: Verdana, Arial;
		margin-left: 8px;
		display: block;
		width: 50px;
		float: left;
		clear: left;
		margin-top: 6px;
		/*border: 1px solid #FF0000;*/
		width:70px;
		text-align:right;
		margin-left:-2px !important;
		_margin-left:4px !important;
	}
	
	#popup_formulario .lbl_pop_label {
		width:350px !important;
		text-align:left !important;
		margin:0px;
		padding:0px;
		margin-left:22px;
		color: #8b8b8b;
		font-size:11px;
		font-family: Verdana, Arial;
	}
	
	
	.pop_nome, .pop_email, .pop_porque {
	
		color: #000;
		font-size:11px;
		font-family: Verdana, Arial;
		border:1px solid #ABABAB;
		margin-top:2px;
		margin-bottom:6px;
		background:#FAFAFA;
		margin-left:5px;
		width: 180px;
		height:13px;
	}
	
	.pop_porque {
		width:350px !important;
		height:120px !important;
		margin-left:22px !important;
	}
	
	.button_fieldset {
		float:right;
		margin-top:-56px;
		_margin-top:-44px;
		_margin-right:2px;
		padding:0px;
		border:none;
		text-align:center;
	}
	
	.pop_enviar, .pop_limpar {
		width:56px;
		height:18px;
		border:none;
	}
	
	.pop_enviar {
		background: url(../images/btn_enviar_popup.gif) no-repeat;
		top:321px;
		_top:317px;
	}
	
	.pop_limpar {
		background: url(../images/btn_limpar_popup.gif) no-repeat;
		top:301px;
		_top:297px;
	}	
	
	#mais_info{color: #940517 !important; display: block; margin-top: 5px; overflow: hidden; width: 105px; text-decoration: underline !important;}
	
	
	
/*NOTICIA*/
	.noticia_popup {
		display:none;
		left:32%;
		position:absolute;
		text-align:center;
		width:453px;
		top:155px;
		z-index:2;
	}
	
	.noticia_popup_header {
		background: transparent url(../images/barra_popup_noticia.gif) no-repeat;
		height: 32px;
		margin:0 auto;
		width:453px;
		margin-bottom:0px;
	}
	
	.noticia_popup_header  #btn_noticiafechar {
		float:right;
		margin-top:8px;
		margin-right:10px;
		cursor:pointer;
	}
	
	
	.noticia_popup_middle {
		margin:0 auto;
		background:#FFF;
		width:453px;
		margin-top:0px;
		text-align:center;
	}
	
	#noticia_titulo {
		text-indent:5px;
		text-align:left;
		margin:5px;
		margin-top:0px;
		padding-top:5px;
	}
	
	#noticia_texto {
		margin:0 auto;
		width:95%;
		text-align:justify;
	}
	
	.noticia_popup_bottom {
		background: transparent url(../images/bottom_popup.gif) no-repeat;
		height: 10px;
		margin: 0 auto;
		width: 453px;
	}