body {
	background-image: url(../imagens/bg_popup.png);
	background-repeat: repeat-x;
	background-position: left top;
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
}
form {
	margin:0px;
	padding:0px;
}

#principal,
#cabecalho,
#conteudo,
#rodape {
	width:500px;
}

#principal {
	left:50%;
	margin-left:-250px;
	position:absolute;
}

#cabecalho {
	height:31px;
	background-image: url(../imagens/bg_topo_popup.gif);
	background-repeat: repeat-x;
	background-position: left top;	
}

#conteudo {
	background-image: url(../imagens/bg_conteudo_popup.gif);
	background-repeat: repeat-y;
	background-position: left top;
}

#formulario {
	min-height:355px;
	_height:355px;
	width:465px;
	position:relative;
	top:0px;
	left:29px;
	background-image: url(../imagens/bg_titulo_popup.gif);
	background-repeat: no-repeat;
	background-position: top right;
	
}



#formulario h1 {
	font-size:18px;
	font-weight:bold;
	color:#CC0000;
	margin:0px;
	padding:10px 0px;
}

#formulario h2 {
	width:414px;
	font-size:13px;
	font-weight:bold;
	color:#FFFFFF;
	margin:10px 0px 0px 0px;
	padding:5px 20px;
	background-image: url(../imagens/bg_subtitulo.gif);
	background-repeat: repeat;
	background-position: top left;
}

#formulario p {
	font-size:12px;
	line-height:20px;
	color:#333333;
	margin:0px;
	padding:15px 20px 0px 20px;
}

#formulario table {
	width:300px;
	margin:10px 20px;
}

#resultscroll {
	border:1px solid #CCCCCC;
	border-width: 1px 1px 1px 0px;
	margin:10px 20px;
	height:160px;
	overflow-y:scroll;
	width:400px;
}

#formulario table.resultados {
	width:382px;
	margin:0px;
}

#formulario table.resultados td {
	background-color:#FFFFFF;
	border:1px solid #CCCCCC;
	border-width: 0px 0px 1px 1px;
	font-size:12px;
	color:#333333;
	padding:3px 10px;
}

#formulario table.resultados tr.par td {
	background-color:#EBEBEB;
}

#formulario table.resultados a {
	color:#333333;
	text-decoration:none;
}

#formulario table.resultados a:hover {
	color:#CC0000;
	text-decoration:underline;
}

.campomaior {
	width:250px;
}

.campomaior label{
	display:block;
	text-transform:uppercase;
	color:#333333;
	font-size:10px;
}
.campomaior input, 
.campomaior select {
	margin-bottom:5px;
	font-size:12px; 
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.campomaior input {width:240px;}

#botoes {
	width:160px;
	height:20px;
	position:relative;
	bottom:0px;
	padding:4px 0px 0px 0px;
}
#botoes a{
	margin-right:3px;
}
#botoes input {
	font-size:11px;
	padding:2px;
}

#rodape {
	height:37px;
	background-image: url(../imagens/rodape_popup.gif);
	background-repeat: no-repeat;
	background-position: center top;
	font-size:10px;
	color:#333333;
}
#dados p{
	display:block;
	text-transform:uppercase;
	color:#333333;
	font-size:10px;
	margin:0px;
	padding-top:5px;
	padding-bottom:0px;
}
#dados p span{
	font-size:12px;
	font-weight:bold;
	padding-left:10px;
}

