/* CSS Document */
 /** CSS POPUPS **/
 #popup {
	float: left; 
	width: 288px; 
	height: 432px;
}

	#popup_Header {
		float: left; 
		clear:both; 
		width: 243px; 
		height: 38px;  
		padding: 10px 15px 10px 30px; 
/*		background: #86c334 url(../img/popup_bgHeader.gif) bottom repeat-x; 
*/		font: italic 26px Georgia; 
/*		color: #d4ff6c;
*/	}
	
	#popup_content {
		float: left; 
		clear: both; 
		width: 256px; 
/*		height: 321px; 
		_height: 315px;
*/		padding: 10px 15px 10px 15px; 
/*		background: #FFFFFF; 
		border-left: 1px solid #f0f0f0; 
		border-right: 1px solid #f0f0f0;
*/	}
	
	
	/************************************************************ sondagem*/
		.box_avaliacao_sondagem{
			width: 251px; 
			float:left; 
			clear: left; 
			padding-left: 5px;
			margin-top: 5px; 
			margin-bottom: 5px;
			text-align: right;
		}
	
			.avaliacao_sondagens{
				float: left; 
				clear: both;
			}
			
			.barras_results {
				float: left; 
				width: 200px; 
				margin-right: 7px;
/*				background: #FF6633;
*/			}
			
				.bg_100percent{
					width: 100%; 
/*					background: url(../img/bg_chekers.gif) repeat; 
*/					height: 17px; 
					float: left;
					clear: none;
				}
				
					.bg_Xpercent{
/*						background: #34679e; 
*/						height: 15px; 
						float: left;
/*						border-bottom: 1px solid #e5ecf4;
						border-top: 1px solid #e5ecf4;
						border-left: 1px solid #e5ecf4;
*/					}
					
			.pct_results {
				float: right; 
				margin-top: 2px;
				text-align: right;
			}
	
	#popup_Footer {
		float: left; 
		clear: both; 
		width: 268px; 
		_height: 29px;  
		height: 32px; 
 		_padding: 5px 10px 5px 10px;
		padding: 1px 10px 5px 10px; 
/*		background: #33659b url(../img/popup_bgFooter.gif) bottom repeat-x;
*/	}