#formulario input, #formulario textarea {
	width: 300px;
}
#formulario button {
	display: block;
	margin-bottom: 10px;
	cursor: pointer;
	background-image: url(../img/bg-menu.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 25px;
	width: 150px;
	line-height: 25px;
	color: #745841;
	background-color: #E3C39C;
	font-weight: bold;
	border: 1px solid #B48C5C;
}
#formulario button:hover {
	border: 1px solid #FF3300;
	cursor: pointer;
}
