﻿
/****************************************************************************
Nome:  v.0.1
Autor: Felipe Brasil Estruturador .NET
URL: http://www.felipebrasil.com.br
****************************************************************************/
		
/*****************************************************************************************************************
	Modulos 
*****************************************************************************************************************/

  	.bx-pergunta {  }	
  	
  	.bx-pergunta .pergunta { font-size:12px; font-weight:bold; color:#003c54; padding-bottom:10px; }	
  	
  	.bx-pergunta .resposta { font-size:12px; padding-bottom:20px; line-height:20px; }
  	.bx-pergunta .resposta input{ vertical-align:middle; margin-right:4px;}
  	.bx-pergunta .resposta label{ vertical-align:middle; margin-right:4px;}
  	
  	.bx-pergunta .btn {  
  		margin-right:12px;
  		vertical-align:middle;
		background: transparent url('Imagens/Estrutura/btn.jpg') no-repeat scroll left center;
		line-height:25px; height:25px; width:72px; display:inline-block; text-align:center;
		font-size:12px; color:#fff;  border:1px #fff none; cursor:pointer;
  	
  	}
  	  	
  	.bx-pergunta .btn-ver { display:inline-block; vertical-align:middle; line-height:25px; color:#003c54; font-size:12px; text-decoration:underline;  }
  	
  	.bx-pergunta .btns{ width:100%; float:left; margin-top:15px; }
    .bx-pergunta .btns .l{ float:left; }
  	.bx-pergunta .btns .r{ float:right; }
  	
  	
  	/* Resultado */
  	.bg-resultado { 
  	    background: transparent url('Imagens/Estrutura/bg-conteudo.jpg') repeat-x fixed left bottom; padding:15px;
  	    font-family:Arial;
  	}
  	.barra{ 
  	    border:1px #a5a8ab solid; 
  	    height:20px;
  	    background:#26aae1 url('Imagens/Estrutura/bg-conteudo.jpg') repeat-x scroll left bottom;
  	}
  	.total{ font-size:15px; font-weight:bold; }
  	
  	
  	
  	
  	
  	
  	
  	