.caixa_grande {
	width: 100%;
	border: 1px solid #CCCCCC;
	font-size: 11px;
	margin-bottom: 15px;
	background-color: #f5f5f5;
	/*
	scrollbar-arrow-color:#000000;
	scrollbar-3dlight-color:#000000;
	scrollbar-highlight-color:#FF0000;
	scrollbar-face-color:#FFFFFF;
	scrollbar-shadow-color:#0000FF;
	scrollbar-darkshadow-color:#FFFF00;
	scrollbar-track-color:#00FF00;
	overflow-y: auto;
	*/
}

.pequeno {
	height: 210px;
	overflow-y: auto;	
}

.automatico {
	height: auto;
	overflow-y: none;	
}

.caixa_esquerda{
	width: 48%;
	border: 1px solid #CCCCCC;
	font-size: 11px;
	float: left;
	margin-bottom: 15px;
	background-color: #f5f5f5;
}

.caixa_direita{
	width: 48%;
	border: 1px solid #CCCCCC;
	font-size: 11px;
	float: right;
	margin-bottom: 15px;
	background-color: #f5f5f5;
}

.caixa_lateral{
	width: 200px;
	border: 1px solid #CCCCCC;
	font-size: 11px;
	float: right;
	margin-bottom: 15px;	
}


.opcoes_caixa{
	width: 100%;
	background-color: #CCCCCC;
	height: 25px;
	margin: 0px;
	font-size: 11px;
}

.titulo_caixa {
	text-align: left;
	float: left;
}

.botoes_caixa{
	text-align: right;
}

.botoes_caixa a img{
	border: none;	
}

.caixa_form {
	width: 100%;
	border: 1px solid #CCCCCC;
	font-size: 11px;
}

.caixa_form_box {
	position: absolute;
	width: 530px;
	height: 200px;
	top: 50%;
	left: 50%;
	margin-left: -265px;
	margin-top: -100px;
	border: 1px solid #ccc;
	font-size: 11px;
}

.conteudo_form {
	width: 100%;
	border: 1px solid #CCCCCC;
}

.termino_form {
	clear: both;
	margin-top: -15px;
	/* margin-bottom add para resolver problema do método caixas iguais */
	margin-bottom: 10px;
}

.coluna_um {
	width: 24%;
	height: 16px;
	float: left;
	text-align: right;
	font-weight: bold;
	background-color: #F5F5F5;
}

.coluna_dois {
	width: 24%;
	float: left;
	text-align: left;
}

.coluna_tres {
	width: 24%;
	height: 16px;
	float: left;
	text-align: right;
	font-weight: bold;
	background-color: #F5F5F5;
}

.coluna_quatro {
	width: 24%;
	float: left;
}

.input_grande {
	width: 97%;
	border: 1px solid #CCCCCC;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}


.input_form {
	width: 97%;
	border: 1px solid #FFFFFF;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.coluna_um_tres {
	width: 30%;
	float: left;
}

.coluna_dois_tres {
	width: 30%;
	float: left;
}

.coluna_tres_tres {
	width: 30%;
	float: left;
}

.coluna_um_dois {
	width: 45%;
	float: left;
}

.coluna_dois_dois {
	width: 45%;
	float: right;
}

.caixa_um_dois {
	width: 30%;
	float: left;
	margin: 0;
	padding: 5px 10px 5px 10px;
	font-weight: bold;
	background-color: #F5F5F5;
	text-align: right;
}

.caixa_dois_dois {
	width: 60%;
	float: left;
	margin: 0;
	padding: 5px 10px 5px 10px;
}

.form {
	
}


.mensagem_centro_caixa {
	text-align: center;
	padding: 10px;
}

.paginacao_direita {
	text-align: right;
	margin-top: -13px;
	margin-right: 10px;
}


.titulo_caixa {
	font-weight: bold;
	color: #000;
	margin-left: 5px;
	margin-top: 5px;
}

#questionario {
	
	/*
	COR DE FUNDO DO QUESTIONARIO - AJUSTAR PARA IE
	background-color: #f5f5f5;
	*/
	margin: 10px;
	padding: 10px;
}

/* CAIXA LIGHTWINDOW */

#popup {
	padding: 10px;
	width: 95%;
}
