@charset "utf-8";
/* CSS Document */
body{
	margin: 0;
	background: url(../imagens/fundo_interno.jpg) top left #6b6b6b repeat-x;
	font: 12px Verdana;
}
p{text-align:justify;}
.body_index{
	margin: 0;
	background: url(../imagens/fundo_index.jpg) top left #6b6b6b repeat-x;
}
#div_topo_interno {
	width: 722px;
	height: 202px;
	margin: 0 auto;
}
#div_menu_interno {
	width: 722px;
	height: 39px;
	margin: 0 auto;
}
#div_rodape {
	margin: 0 auto;
	width: 722px;
	height: 94px;
}


/************************************************************************/
/* FORMs */
/************************************************************************/

#div_form{
	margin: 0 auto;
	width: 400px;
	border: 0px solid #00FF00
	}

label,input, textarea, select {
	display: block;
	width: 150px;
	float: left;
	margin-bottom: 10px;
	border: 1px solid #1e1e1e;
	background: url(../../htdocs/imagens/fundo_form.jpg) top left no-repeat;
	width: 200px
}

label {
	text-align: right;
	width: 75px;
	padding-right: 20px;
	border: none;
	background: none;
	/*clear:left*/
}

br {
	clear: left;
}