html, body {
	height: 100%;
}
body {
	margin: 0px;
	padding: 0px;
}
input[type=text], input[type=password], input[type=file], textarea {
	border: #000 1px solid;
	background: #FFF url(../img/bg_inputs.jpg) repeat-x top;
	margin-top: 3px;
	color: #000;
}
input[type=button], input[type=submit], input[type=reset], button {
	background: #9FF url(../img/bg_botoes.jpg) repeat-x bottom;
	border: #000 1px solid;
	color: #000;
	text-shadow: #FFF 0 1px 0;
	font-weight: bold;
}