@charset "UTF-8";
/* CSS Document */
input{
 width: 98%;
 height: 40px;
 font: 300 24px "Open Sans", Arial, sans-serif;
 margin: 5px 0 10px 0;
}
/****************************/
input[type=submit],
input[type="button"], 
input[type="reset"]{
background-color:#FF9900;
 height:50px;
 width:98%;
 border:none;
 font-weight:400;
 letter-spacing:2px;
 color:#FFFFFF;
}
/***************************/
.required{ 
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
color:#000;
border-radius:5px;
}
.mybox{
    background: rgb(255,255,248,.80)  ; 
}
.btn-enviar-email{
    width: 100%;
}
/****************************/