
form *{
	font-family:tahoma;
	font-size:11px;
	color:black;	
}
label{
	display:inline-block;
	width:150px;
	text-align:right;
	margin-right:5px;
	margin-top:5px;

}
p{

}
.campos_form{
	border:1px solid black;
	
}
h1{
	font-family:tahoma;
	font-size:14px;
	text-align:center;
	color:black;
	border-top:2px solid green;
	border-bottom:1px solid green;
	padding:2px 0;
	background-color:#EEE;

}
h2{
	font-family:tahoma;
	font-size:12px;	
	text-align:center;
}
.div_btn{
	width:100%;
	text-align:center;

}
.botoes{
	margin-top:20px;
	height:28px;
	width:150px;
	background-image: url("../img/btn_enviar.png");
	background-repeat:no-repeat;
	background-color:#FFF;
	border:1px solid green;
	padding-left: 35px;
	font-family:tahoma;
	font-size:12px;
}

