html,body {
	background: #0F7744;
	font: 100% "Trebuchet MS", Verdana, Arial, sans-serif;
}
.centro{
	background: #fff;
	width: 600px;
}
label {
	font-family: tahoma, helvetica, sans-serif;
	font-style: bold;
	font-size: 13px;
	color: #82983e;
	display: block;
}
h2{
	font-family: tahoma, helvetica, sans-serif;
	font-style: bold;
	font-size: 16px;
	color: #82983e;
}
.form_row {

	padding: 3px;
	margin-top: 3px;
	margin-bottom: 3px;
	}
input {
	border: 1px solid #000;
	/** remember to change image path **/
	background: url(none) no-repeat #CBE03D;
	font-family: tahoma, helvetica, sans-serif;
	font-style: normal;
	font-size: 14px;
	color: #454743;

}
.button{
	width: 112px;
	height: 39px;
	background: url('../imagens/botao.png') no-repeat;
	border: 0;
}
.ajuda{
	color: #fff;
	text-align: left;
}
.ajuda h3{
	font-family: tahoma, helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
}