@charset "utf-8";
/* CSS Document */
.formulario {
    display:block;
    margin:0 ;
    width:100%;
    
    font-family:Arial, Helvetica, sans-serif;
	font-size:1.5em;
}
form {
    margin:0 auto;
    width:100%;
}

input, textarea {
	width: 100%;
	height: 20px;
	border: 1px solid #999;
	padding: 7px;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	background-color: #E0E0E0;
}

textarea {
	height: 88px;
}

#submit {
	width: 100px;
	height: 40px;
	border: 1px solid #999;
	margin-right: 20px;
	margin-top: 20px;
	cursor: pointer;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: #e0e0e0;
}
