form{
background:#F60423;
width:340px;
border:1px solid #4e4d4d;
border-radius:3px;
-moz-border-radius:3px;
-webkit-border-radius:3px;
box-shadow:inset 0 0 10 #000;
margin: 30px auto;
}


h1, h2, h3, h4, h5, h6{
text-align:center;
color:#fff;
margin:10px auto;
}

form input{
width:280px;
height:35px;
padding:0px 10px;
margin:10px 30px;
color: #6d6d6d;
text-align:center;
}

form button{
width:135px;
margin:20px 0px 30px 30px;
height:50px;
background:#3a3a3a;
border: 1px solid #232323;
color:#fff;
box-shadow:0px 2px 0px #000;
-moz-box-shadow:0px 2px 0px #000;
-webkit-box-shadow:0px 2px 0px #000;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
}
form textarea{
width:280px;
margin:20px 0px 30px 30px;
color: #6d6d6d;

}
form button:hover{color:black;background:white;}
form button:active{
color:#000;
}
.retraso-un{-webkit-animation-delay:1s;-moz-animation-delay:1s;animation-delay:1s;}
.retraso-dos{-webkit-animation-delay:2.5s;-moz-animation-delay:2.5s;animation-delay:2.5s;}