@charset "utf-8";

	
label {
    display:block;
    margin-top:20px;
    letter-spacing:1px;
	
}
.formulario {
    display:block;
    margin:0 auto;
    width:600px;
    color: #000;
    font-family:'Maven Pro', sans-serif;
	
}
form {
    margin:0 auto;
    width:600px;
}
 
input, textarea {
    width:580px;
    height:27px;
    background:#FFF;
    border:2px solid #b3b3b3;
    padding:10px;
    margin-top:5px;
    font-size:14px;
	color:#000;
	font-family:'Maven Pro', sans-serif;
}
 
textarea {
    height:150px;
}

 
#submit {
    width:298px;
    height:35px;
    border:none;
	background:#f18733;
    margin-top:20px;
    cursor:pointer;
}
#submit:hover {
	background: #FF706C;}
#reset {
    width:298px;
    height:35px;
    border:none;
	background:#CCC;
    margin-top:20px;
    cursor:pointer;}
#reset:hover {
	background: #E7E7E7;}	


