@font-face{ 
font-family:'OpenSansRegular';  
src:url('OpenSans-Regular-webfont.eot');  
src:url('OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'), 
url('OpenSans-Regular-webfont.woff') format('woff'), 
url('OpenSans-Regular-webfont.ttf') format('truetype'), 
url('OpenSans-Regular-webfont.svg#open_sansregular') format('svg');  
font-weight:normal;  
font-style:normal;
}

body {font-family: 'OpenSansRegular';}

.formFundo{
    width: 554px;
    height: 46px;
}
.formFundo ul li input[type="text"]{
    width: 124px;
    height: 26px;
}
.formFundo ul li input[type="email"]{}
.formFundo ul li input[type="submit"]:hover{
    background-color: #721717;
}
.formFundo ul li input[type="submit"]{
    width: 124px;
    height: 42px;
    cursor: pointer;
    background-color: #a73434;
    font-size: 15px;
    transition: background-color 0.5s;
    color: #ffffff;
    border: 1px solid #ffffff;
    padding: 0px;
}
.formFundo ul li select{
    width: 237px;
    height: 36px;
}
.formFundo ul li .todos{
    font-family: 'OpenSansRegular';
    border: 1px solid #ffffff;
    background-color: transparent;
    color: #ffffff;
    font-size: 13px;
    padding: 7px 0px 7px 10px;
    margin: 0px 1px 6px 0px;
    float: left;
    border-radius: 3px;
}
.formFundo ul li .todos:focus{
    
}
.formFundo ul li .txtNome{}
.formFundo ul li .txtEmail{
    width: 126px;
    height: 26px;
}
.formFundo ul li .txtTelefone{}
.formFundo ul li .txtslqConheceu{}
.formFundo ul li .txtMensagem{
    width: 252px;
    height: 56px;
    max-width: 252px;
    max-height: 56px;
    float: left;
}






/* Estilo para os placeholders */
::-webkit-input-placeholder {
    color: #ffffff;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #ffffff;
}

:-moz-placeholder { /* Firefox 18- */
   color: #ffffff !important;  
}

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

/* Mozilla */
@-moz-document url-prefix() {}

/* -- CSS - Mensagem de Obrigado  -- */
#obrigado{
    width: 460px;
    height:30px;
    color: #ffffff;
    font-size: 25px;
    text-align: center;
    /* text-transform: uppercase; */
    font-family: 'OpenSansRegular';
    /* font-weight: bold; */
    margin-top: 0px;
    line-height: 9px;
}
#outroFormulario a{
    color: #ffffff;
    font-size:14px;
    text-decoration: none;
}
#outroFormulario a:hover{
    color: #ffffff;
    text-decoration: underline;
}
#msgErro{
    width: 461px;  
    height: 21px;  
    color: #ffffff;  
    font-size: 25px;  
    text-align: center;    
    /* text-transform: uppercase; */
    font-family: 'OpenSansRegular';  
    margin-top: 0px;
    line-height: 8px;
}