*{margin: 0;padding: 0;outline: none;font-family: sans-serif;}
body{}
.boxForm{/* width: 370px; */}
input[type="text"],input[type="email"], textarea{
    border: none;
    border-radius: 4px;
    float: left;
    font-size: 17px;
    color: #242424;
    padding: 4px 0px 4px 16px;
    margin: 0px 0px 7px 0px;
    background-color: #ffffff;
}
input[type="text"],input[type="email"]{
    height: 43px;
    width: 294px;
}
input[type="text"]{
}
input[type="email"]{
}
textarea{
    width: 348px;
    height: 86px;
    padding-top: 12px;
}
input[type="submit"]{
    border: none;
    border-radius: 4px;
    box-shadow: 0px 0px 11px -2px #000;
    float: left;
    font-size: 20px;
    color: #000000;
    margin: 0px 0px 0px 0px;
    background-color: #3EDC32;
    width: 310px;
    height: 48px;
    cursor: pointer;
}
input[type="submit"]:hover{
    transition: background-color 0.5s;
    background-color: #636363;
    color: #ffffff;
}

/* WebKit browsers */
::-webkit-input-placeholder {color: #242424 !important;}

/* Mozilla Firefox 4 to 18 */
:-moz-placeholder {color: #242424 !important;}

/* Mozilla Firefox 19+ */
::-moz-placeholder {color: #242424 !important;}

/* Internet Explorer 10+ */
:-ms-input-placeholder {color: #242424 !important;}

/*** Estilo das mensagem de Erro e Agradecimento ***/
#obrigado {
    color: #fff;
    font-size: 35px;
    height: 130px;
    margin: 26px 0 0;
    text-align: center;
    width: 310px;
    text-shadow: 1px 1px 6px #000000;
    background: rgba(0,0,0,0.6);
    padding-top: 15px;
    border-radius: 7px;
}
#msgErro {
    color: #fff;
    font-size: 35px;
    height: 126px;
    margin: 26px 0 0;
    text-align: center;
    width: 310px;
    text-shadow: 1px 1px 6px #000000;
    background: rgba(0,0,0,0.6);
    padding-top: 15px;
    border-radius: 7px;
}
#outroFormulario a {
    color: #fff;
    font-size: 14px;
    text-decoration: none;
}
#outroFormulario a:hover {
    text-decoration: underline;
}

@-moz-document url-prefix("") {
}

@media (max-width: 310px) {
.boxForm{/* width: 300px; */}
input[type="text"],input[type="email"], textarea{
    float: left;
    font-size: 16px;
    padding: 4px 0px 4px 12px;
}
input[type="text"],input[type="email"]{
    height: 29px;
}
input[type="text"]{
    width: 240px;
    margin-right: 0px;
    clear: both;
}
input[type="email"]{
    width: 240px;
}
textarea{
    width: 260px;
    height: 86px;
    padding-top: 12px;
}
input[type="submit"]{
    width: 252px;
    height: 40px;
}


#obrigado {
    color: #fff;
    font-size: 32px;
    height: 130px;
    margin: 16px 0 0;
    text-align: center;
    width: 256px;
    text-shadow: 1px 1px 6px #000000;
    background: rgba(0,0,0,0.6);
    padding-top: 15px;
    border-radius: 7px;
}
#msgErro {
    color: #fff;
    font-size: 28px;
    height: 156px;
    margin: 6px 0 0;
    text-align: center;
    width: 250px;
    text-shadow: 1px 1px 6px #000000;
    background: rgba(0,0,0,0.6);
    padding-top: 15px;
    border-radius: 7px;
}
#outroFormulario a {
    line-height: 48px;
}
}