@charset "utf-8";
label {
    display:block;
    margin-top:20px;
    letter-spacing:1px;
}
.formulario {
	
    display:block;
	border-radius:15px;
    margin:0 auto;
    width:510px;
    color: #666666;
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

#background
  {
 
  background: url(logo%20alexis%20punt%20naranja2.jpg);
  background-repeat:no-repeat;
  background-position: top center;
  margin: 16px;
  padding: 80px;
  background-size: 800px 600px;
  

  }
	

form {
    margin:0 auto;
	border-radius:15px;
    width:400px;
}
 
input, textarea {
    width:380px;
    height:27px;
    background:#666666;
    border:2px solid #f6f6f6;
	border-radius:15px;
    padding:10px;
    margin-top:5px;
    font-size:15px;
    color:#ffffff;
}
 
textarea {
    height:150px;
}
 
#submit {
    font-size:18px;
	text-align: center;
	width:85px;
    height:35px;
    border:none;
    margin-top:20px;
    cursor:pointer;
}

#submit:hover {
	
	color: #F60;
	font-size:18px;
	text-align: center;
	width:85px;
    height:35px;
    border:none;
    margin-top:20px;
    cursor:pointer;
}
/* CSS Document */

