*{margin: 0;padding: 0;outline: none;font-family: "Times New Roman", serif;}
body{}
.boxForm{width: 370px;}
input[type="text"],input[type="email"], textarea{
    border: none;
    border-radius: 4px;
    box-shadow: 0px 0px 37px -4px #000;
    float: left;
    font-size: 19px;
    color: #005d00;
    padding: 4px 0px 4px 16px;
    margin: 0px 0px 14px 0px;
    background-color: #ffffff;
}
input[type="text"],input[type="email"]{
    height: 43px;
}
input[type="text"]{
    width: 170px;
    margin-right: -8px;
}
input[type="email"]{
    width: 348px;
}
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: 24px;  
    color: #005D00;    margin: 0px 0px 14px 0px;
    background-color: #FFF;
    width: 364px;
    height: 48px;
    cursor: pointer;
}
input[type="submit"]:hover{
    transition: background-color 0.5s;
    background-color: #A5CC4F;
}

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

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

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

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

/*** Estilo das mensagem de Erro e Agradecimento ***/
#obrigado {
    color: #fff;
    font-size: 35px;
    height: 80px;
    margin: 76px 0 0;
    text-align: center;
    width: 360px;
    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: 76px 0 0;
    text-align: center;
    width: 360px;
    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: 18px;
    text-decoration: none;
}
#outroFormulario a:hover {
    text-decoration: underline;
}

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

@media (max-width: 310px) {
.boxForm{width: 370px;}
input[type="text"],input[type="email"], textarea{
    float: left;
    font-size: 19px;
    padding: 4px 0px 4px 16px;
}
input[type="text"],input[type="email"]{
    height: 43px;
}
input[type="text"]{
    width: 260px;
    margin-right: -8px;
    clear: both;
}
input[type="email"]{
    width: 260px;
}
textarea{
    width: 260px;
    height: 86px;
    padding-top: 12px;
}
input[type="submit"]{
    width: 276px;
    height: 48px;
}


#obrigado {
    color: #fff;
    font-size: 35px;
    height: 130px;
    margin: 76px 0 0;
    text-align: center;
    width: 270px;
    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: 156px;
    margin: 76px 0 0;
    text-align: center;
    width: 280px;
    text-shadow: 1px 1px 6px #000000;
    background: rgba(0,0,0,0.6);
    padding-top: 15px;
    border-radius: 7px;
}
#outroFormulario a {
    line-height: 36px;
}
}
