*{margin: 0;padding: 0;outline: none;font-family: "Times New Roman", serif;}
body{
    margin: 20px;
}
.boxForm{width: 580px;}
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: 194px;
}
textarea{
    width: 550px;
    max-width: 550px;
    height: 46px;
    max-height: 46px;
    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: 566px;
    height: 48px;
    cursor: pointer;
}
input[type="submit"]:hover{
    transition: background-color 0.5s;
    background-color: #A5CC4F;
}
.evento{
    width: 194px !important;
}
/* 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: 100px;
    margin: 76px 0px 0px 40px;
    text-align: center;
    width: 500px;
    text-shadow: 1px 1px 6px #000000;
    background: rgba(0,0,0,0.6);
    padding-top: 35px;
    border-radius: 7px;
}
#msgErro {
    color: #fff;
    font-size: 35px;
    height: 106px;
    margin: 76px 0 0;
    text-align: center;
    width: 580px;
    text-shadow: 1px 1px 6px #000000;
    background: rgba(0,0,0,0.6);
    padding-top: 35px;
    border-radius: 7px;
}
#outroFormulario a {
    color: #fff;
    font-size: 18px;
    text-decoration: none;
}
#outroFormulario a:hover {
    text-decoration: underline;
}

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