#conteudo{
background-color:f2f2f2;
}

#cat{
	width:800px;
	height:auto;
	position:relative;
	float:left;
	margin:10px 0 0 0;
	text-align:left;
	background-color:f2f2f2;
}

#cat_img{
	width:100px;
	height:auto;
	position:relative;
	float:left;
	margin:10px 0 0 0;
	background-color:f2f2f2;
}

#cat_lista{
	width:420px;
	height:auto;
	position:relative;
	float:left;
	margin:10px 0 0 0;
	background-color:f2f2f2;
}
.h4{
text-align:left;
font-size:18px;
font-style:oblique;
padding-left:0px;
background-color:f2f2f2;

}

#botao_limpar{
	width:275px;
	height:25px;
	position:relative;
	float:right;
	margin-top:20px;
	background-color:f2f2f2;
}

#botao_enviar{
	width:50px;
	height:25px;
	position:relative;
	float:right;
	margin-top:20px;
	background-color:f2f2f2;
}

.text{
	width:340px;
	height:20px;
	margin-left:10px;
	margin-bottom:6px;
	text-align:justify;
	border:1px solid #999999;
	font-size:13px;
	background-color:f2f2f2;
}

.campo_texto{
	border:1px solid #999999;
	font-size:13px;
	background-color:f2f2f2;
}

.botao{
	border-right:1px solid #666666;
	border-bottom:1px solid #666666;
	border-left:1px solid #CCCCCC;
	border-top:1px solid #CCCCCC;
	cursor:pointer;
	background-color:f2f2f2;
}