@import url(http://fonts.googleapis.com/css?family=Cookie);
@import url(http://fonts.googleapis.com/css?family=Open+Sans);
*{margin: 0;padding: 0;outline: none;}
body{}
.boxForm{}
.nome{
    width: 301px !important;
}
input[type="text"],input[type="email"], textarea, select{
    width: 138px;
    height: 40px;
    padding: 0px 0px 0px 14px;
    margin: 0px 7px 14px 0px;
    border: none;
    background-color: #ffffff;
    color: #991809;
    font-size: 14px;
    font-style: italic;
    font-family: "Open Sans", sans-serif;
    border-radius: 4px;
    box-shadow: 2px 2px 0px 1px rgba(0, 0, 0, 0.3);
}
input[type="text"],input[type="email"]{

}
input[type="email"]{

}
textarea{
    width: 301px;
    height: 36px;
    max-width: 455px;  max-height: 60px;
    padding-top: 8px;
    margin-bottom: 9px;
}
select{
    width: 152px;

}
input[type="submit"]{
    width: 315px;
    height: 40px;
    border: none;
    background-color: #bb1f4d;
    color: #ffffff;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.6);
    font-size: 17px;
    font-style: italic;
    border-radius: 4px;
    box-shadow: 2px 2px 0px 1px rgba(0,0,0,0.4);
    cursor: pointer;
    transition: background-color 0.5s ease-out;
}
input[type="submit"]:hover{

    background-color: #E2536F;
}

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

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

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

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

/*** Estilo das mensagem de Erro e Agradecimento ***/
#obrigado {
    color: #fff;
    font-size: 43px;
    height: 120px;
    margin: 40px 0px 0px 0px;
    text-align: center;
    text-shadow: 1px 1px 6px #000000;
    background: rgba(0,0,0,0.6);
    padding-top: 35px;
    border-radius: 7px;
    font-family: "Cookie", sans-serif;
}
#msgErro {
    color: #fff;
    font-size: 31px;
    height: 98px;
    margin: 46px 0 0;
    text-align: center;
    text-shadow: 1px 1px 6px #000000;
    background: rgba(0,0,0,0.6);
    padding-top: 35px;
    border-radius: 7px;
    font-family: "Cookie", sans-serif;
}
#msgErro b{
    color: #E85E5E;
}
#outroFormulario a {
    color: #fff;
    font-size: 24px;
    text-decoration: none;
    font-family: "Cookie", sans-serif;
}
#outroFormulario a:hover {
    text-decoration: underline;
}

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