s
label {
	display: block;
	margin-top: 20px;
	letter-spacing: 1px;
	

} 


.formulario {
	display: block;
	margin: 0 auto;
	width: 510px;
	color: #006;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 12px;
	border-radius:10px;
} 


form {
	margin: 0 auto;
	width: 400px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 20px;
    
} 


  


input, textarea {
	width: 380px;
	height: 20px;
	border: 2px solid #000066;
	padding: 10px;
	margin-top: 5px;
	font-size: 12px;
	color: #666666;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	background-color: #EBEBEB;
} 


  


textarea { 


    height:150px; 


} 


  


#submit {
	width: 100px;
	height: 35px;
	cursor: pointer;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #003;
	background-color: #EBEBEB;
	font-size: 14px;
	border: 2px solid #006;
	float: right;
	font-weight: bold;
	margin-bottom: 10px;
} 
