/* CSS Document */


/* GERAL */
* {border: 0;}

html,body{
	width: 100%;
	height: 100%;
	background: #fcf4bf;
	margin:0px;
	padding:0px;
		/*border:#990000 1px solid;*/
	}

/* LINKS */
a:link {
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}
a:visited {
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}
a:hover {
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
	text-decoration:underline;
}
a:active {
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}

#geral{
	text-align: center;
	margin: 0px;
	min-height: 100px;
		height: auto !important;
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
	text-align: left;
	line-height: 12px;
		/*border:#009900 1px solid;*/
	}
	
/* TOPO */
#topo{
	width: 738px;
	height: 159px;
	background: #f7d39b;
	padding-left: 20px;
	padding-right: 20px;
		/*border:#009900 1px solid;*/
	}
	
#menuTopo{
	float: right;
	width: 117px;
	height: auto;
	margin-top: -100px;
	margin-right: 63px;
		_margin-right: 30px;
	}
	
/* CONTEUDO */
.titulos{
	font-family: Tahoma;
	font-size: 12px;
	color: #000000;
	text-align: left;
	font-weight: bold;
	margin-bottom: 10px;
	}
		
.links{
	font-family: Tahoma;
	font-size: 11px;
	color:#428ed5;
	font-weight: bold;
	}
	a.links, a.links:link, a.links:visited {
		text-decoration: none;
		}
		a.links:hover {
		color: #da251d;
		text-decoration: none;
		}
	
#voltar{
	float: right;
	font-family: Tahoma;
	font-size: 11px;
	color:#428ed5;
	font-weight: bold;
	}
	#voltar a{
		color:#428ed5;
		text-decoration: none;
		}
		#voltar a:hover{
			color: #da251d;
			text-decoration: none;
			}
				
#formulario{
	float: right;
	width: 269px;
	height: auto;
	margin-right: 30px;
		_margin-right: 25px;  /*IE6*/
	text-align: left;
	font-weight: bold;
	}
	
#rolagem{
	/*BARRA DE ROLAGEM*/
	/* Typical fixed height and fixed width example */
	float:left;
	width: 160px;
	height: 850px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	margin: 0.3em auto;
	}
		
/* FORM */
.boxForm{
	width: 100%;
	height: 14px;
	border-top: double #8d8c8c 2px;
	border-left: #dad7ce solid 1px;
	border-bottom: #dad7ce solid 1px;
	border-right: double #a0a0a0 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #c4161c;
	font-weight: normal;
	}
	.boxFormM{
		width: 225px;
		height: 14px;
		border-top: double #8d8c8c 2px;
		border-left: #dad7ce solid 1px;
		border-bottom: #dad7ce solid 1px;
		border-right: double #a0a0a0 2px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 9px;
		color: #c4161c;
		font-weight: normal;
		}
		.boxFormP{
			width: 23px;
			height: 14px;
			border-top: double #8d8c8c 2px;
			border-left: #dad7ce solid 1px;
			border-bottom: #dad7ce solid 1px;
			border-right: double #a0a0a0 2px;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 9px;
			color: #c4161c;
			font-weight: normal;
			}
	
.boxText{
	width: 100%;
	height: 150px;
	border-top: double #8d8c8c 2px;
	border-left: #dad7ce solid 1px;
	border-bottom: #dad7ce solid 1px;
	border-right: double #a0a0a0 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #c4161c;
	font-weight: normal;
	}
	
.botaoLimpar{
	float: left;
	width: 47px;
	height: 15px;
	background: url(/tvcurioso/_img/botaoLimpar.png) no-repeat;
	}
	
.botaoEnviar{
	float: right;
	width: 44px;
	height: 15px;
	background: url(/tvcurioso/_img/botaoEnviar.png) no-repeat;
	}
	
#textoMsg{
	text-align: left;
	font-size: 9px;
	color: #c4161c;
	padding-top: 11px;
	padding-bottom: 20px;
	}
