/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#000000;
}
#topo{
background:url(cont_top.gif) no-repeat 58px; 
width:100%;
height:77px;
color:#FFFFFF;
}


#conteudo{
	width:100%;
	background:url(cont_lateral.gif);
	margin:0px;
	height:500px;
}

#conteudo img{
margin-right:5px;
}

#rodape{
	width:100%;
	height:26px;
	background:url(cont_rodape.gif) no-repeat 56px;
	margin-top:-2px;
}

.textos, .textos table tr td{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
}

#titulo{
color:#115629;
font-weight:bolder;
font-size:18px;
font-family:Arial, Helvetica, sans-serif;		
height:18px;
padding-left:80px;
padding-bottom:0px;
}

#formulario{
padding-left:100px;
padding-top:56px;
width:370px;
}
#formulario fieldset{
padding-left:15px;
width:380px;
}

#labels{
float:left;
text-align:right;
width:20%;
height:100%;
padding-right:10px;
}

#labels div, #caixas div {
height:25px;

}
.borda{
background-color:#115629;
border:1px solid #00FF40;

}

#botao{
background-color:#115629;
padding:3px;
width:45px;
text-align:center;
cursor:pointer;
border:1px solid #00FF40;
}
legend{
color:#00ff40;

}

input{
color:#FFFFFF;

}

form{
width:100%;

}

