* {
margin: Opx;
Padding: Opx:
}

body {

  background-repeat: no-repeat;
  background-size:cover;
  position: relative;
  background-color: gray;
}

label {
    display:block;
    margin-top:20px;
    letter-spacing:1px;
}
 
 
form {
	 position: absolute;
	 left: 25px;
	 top: 25px;
    margin: 0 auto;
    width:450px;
    background-color: #e8e6e1;
    border: 1px solid black;
	 padding:25px;    
}
 
input, textarea {
    width:435px;
    height:27px;
    background:#FAFAFA;
    border:2px solid #000000;
    padding:10px;
    margin-top:5px;
    font-size:15px;
    color:#000000;
}
 
textarea {
    height:250px;
}
 
#submit {
    width:125px;
    height:35px;
    border:2px solid #000000;
    margin-top:20px;
    font-size:15px;
    cursor:pointer;
    background-color:#9b9686;	
}

#salir {
    width:125px;
    height:35px;
    border:2px solid #000000;
    margin-top:20px;
    font-size:15px;
    cursor:pointer;
    background-color:#9b9686;
}