﻿/* CSS Document */
#popup {
	float: left; 
	width: 272px; 
	height: 356px;
	font: normal 11px Arial;
/*	color: #474747;
*/}

	#header_pop {
		float: left; 
		width: 100%; 
		height: 50px; 
/*		background: #13346c; 
*/		padding: 0px;
	}
	
	#content_pop {
		float: left; 
		clear: left; 
		width: 100%;
	}
	
		.block_content_pop {
			float: left; 
			width: 252px; 
/*			border-bottom: 1px solid #c4c4c1; 
*/			padding: 5px 10px 5px 10px;
		}
		
		.sondagem_form_pop {
			float: left; 
			width: 252px; 
		}
		
		.sondagem_btns_pop {
			float: left;
			width: 257px;
			padding: 6px 5px 6px 10px;
		}

			.votacao_pop {
				float: right;
				margin-right: 10px;
			}
		
		.avaliacao_sondagens{
			float: left; 
			clear: left;
			margin: 2px 0px 2px 0px;
			width: 255px;
		}
	
			.classificacao_sondagem {
				float: left; 
				margin-right: 3px;
				width: 100px;
			}
			
			.barras_results {
				float: left; 
				width: 215px; 
				padding: 1px;
				margin-top: 1px;
/*				border: 1px solid #c4c4c1;
				background: url(../images/popups/barras_results_bg.gif) left top repeat-x;
*/			}
			
				.bg_100percent{
					width: 100%; 
/*					background: #9ad31f; 
*/					height: 17px; 
					float: left;
					clear: none;
				}
				
					.bg_Xpercent{
/*						background: #4c840a; 
*/						height: 17px; 
						float: left;
					}
					
			.pct_results {
				float: right; 
				margin: 0px 0px 0px 5px;
				width: 20px;
				text-align: right;
				font: normal 10px Arial;
/*				color: #8e8e8e;
*/			}
			
			.sondagem_results {
				float: left; 
				width: 252px; 
				padding: 5px 10px 5px 10px;
			}
			
			.note2_popup {
				font: normal 10px Arial;
				line-height: 10px;
/*				color: #8e8e8e;
*/				border-bottom: 0px;
			}
			
			.note3_popup {
				font: normal 10px Arial;
				line-height: 10px;
/*				color: #0072bf;
*/			}
				
	#footer_pop {
		float: left; 
		clear: left; 
		width: 262px; 
		height: 27px; 
		padding: 5px; 
/*		background: #d3e8fe;
*/	}
	
	.popup_lines {
		float: left; 
		clear: left; 
		width: 272px; 
		height: 24px; 
/*		margin: 3px 0px 3px 0px; 
		background: url(../images/popups/popup_lines.gif) left top no-repeat;
*/	}
	
	.note_pop {
		float: left; 
		clear: left; 
		width: 257px; 
		padding: 6px 5px 10px 10px; 
		font-size: 10px; 
		line-height: 10px;
	}
	
	.note_pop_txt {
/*		color: #0072bf;
*/	}
	
	.btn_popRgt {
		float: right;
	}
	
	.btn_fechar {
		margin-top: 7px;
	}
	
	
	
	
	

