@charset "utf-8";
/* CSS Document */

[css]
label {
display:block;
margin-top:10px;
letter-spacing:1px;
}
.formulario2 {
	display: block;
	margin: 0 auto;
	width: 510px;
	color: #999999;
	font-family: Arial;
	text-align: center;
}
form {
	margin: 0 auto;
	width: 400px;
	color: #ffffff;

}

input, textarea {
	width: 380px;
	height: 40px;
	padding: 10px;
	margin-top: 5px;
	font-size: 14px;
	color: #777;
border-radius: 3px;
}

textarea {
height:150px;
}

#submit {
width:85px;
height:35px;
border:none;
margin-top:20px;
cursor:pointer;
border-radius: 3px;
outline: none;
color: #ffffff;
background-color: #777;

}

#submit:hover {
	background-color: #06876e;
[/css]
