
body {
	background-color: #FFF;
	margin: 0px;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}
.button {
	color: #fff;
	background-color: #005900;
	width: 121px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	cursor: pointer;
	padding-top: 4px;
	padding-bottom: 5px;
}
.form {
	background-color: #FFF;
	height: 20px;
	border: 1px solid #D4D4D4;
	width: 320px;
}
.senha {
	background-color: #FFF;
	height: 20px;
	border: 1px solid #D4D4D4;
	width: 160px;
}
.textarea {
	background-color: #FFF;
	border: 1px solid #D4D4D4;
	width: 318px;
	height: 120px;
}
span {
	font-size:12px;
	color:#F00
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #090;
	text-decoration: none;
	text-align: center;
}
