body, form, p, ul {
	font-family: Verdana, Sans, sans-serif;
	font-size: 8pt;
	padding: 0;
	margin: 0;
}


html, body, #carregando, #controlegeral {
	height: 100%;
}

#fundopublicidade, #fundoresposta {
	background: url('../imagens/sombra.gif') top left repeat-x #FFFFFF;
	font-family: Verdana, Sans, sans-serif;
	font-size: 8pt;
}

a:link {
	text-decoration: none;
	color: #0000FF;
	font-size: 7pt;
}
a:visited {
	text-decoration: none;
	color: #0000FF;
	font-size: 7pt;
}
a:hover {
	text-decoration: none;
	color: #3399FF;
	font-size: 7pt;
}


#carregando {
	filter: Alpha(Opacity=90);
	-moz-opacity: .90;
	visibility: hidden;
	position: absolute;
	background: #F4F4F4;
	text-align: center;
	vertical-align: middle;
	width: 100%;
}

#carregando div {
	background: #FFFFFF;
	top: 10px;
	left: 20px;
	margin: 10px auto;
	padding: 5px;
	width: 150px;
	border: 1px outset;
	text-align: center;
}

#fechar {
	float: right;
	width: 15px;
	height: 15px;
	cursor: pointer;
}

#controlegeral {
	background: url('../imagens/fundoazul.gif') bottom left repeat-x;
	text-align: center;
}

#seletor {
	list-style: none;
	height: 17px;
	width: 250px;
	margin: 0 auto 5px;
	padding: 5px 0 0 0;
	text-align: left;
}

#seletor li {
	display: inline;
	padding: 2px 1px 2px 15px;
	margin: 0 2px 0 2px;
	cursor: pointer;
}

.selecionado {
	background: url('../imagens/checkbox1.gif') top left no-repeat;
	color: #3300FF;
}

.naoSelecionado {
	background: url('../imagens/checkbox0.gif') top left no-repeat;
	color: #2200A8;
}

#seletor li:hover {
	cursor: pointer;
	color: #3300FF;
}


.multilinha {
	width: 180px;
	text-align: center;
	color: #7A84F5;
}

#formulario {
	width: 250px;
	margin: auto;
	text-align: left;
}

.invisivel {
	visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
}

.caixa, .caixa2, .caixa3 {
	font-family: Verdana, Sans, sans-serif;
	font-size: 8pt;
	width: 180px;
	-moz-border-top-colors: #9cc3ed #FFFFFF;
    -moz-border-left-colors: #9cc3ed #FFFFFF;
    -moz-border-bottom-colors: #9cc3ed #FFFFFF;
    -moz-border-right-colors: #9cc3ed #FFFFFF;
    -moz-border-radius: 1px;
    padding: 1px 2px 1px 2px;
}

.caixa, .caixa2 {
	background: url('../imagens/caixa.gif') no-repeat top left;
}

.caixa2 {
	height: 35px;
}

.caixa3 {
	border: 1px solid;
	font-size: 7pt;
}

.botao {
	height: 20px;
	width: 45px;
	margin: 0 0 0 3px;
}

#tituloresposta {
	background: url("../imagens/barrinhafina.gif") top left repeat;
	font-weight: bold;
	height: 15px;
	padding: 2px;
	margin: 0 0 2px 0;
}

#quadroconteudo {
	margin: 3px;
}

#publicidade {
	margin: 6px auto;
	text-align: center;
	position: absolute;
	width: 100%;
}

#publicidade div {
	margin: auto;
	width: 255px;
	text-align: left;
}

/*CONFIGURAÇÕES*/
#ajax {
	visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
}

#config_info p {
	padding: 5px;
	margin-bottom: 5px;
	text-align: center;
}

#ajax3 {
	visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
}
/**/

#banner {
	text-align: left;
	color: gray;

}

#banner h3 {
	font-size: 8pt;
	color: #990000;
	font-weight: bold;
}

#banner ul {
	list-style: circle;
}

#banner ul li {
	padding: 3px;
	font-size: 7pt;
}