@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: 464px;
    height: 224px;
}
.formFundo ul li input[type="text"]{
    width: 214px;
    height: 22px;
}
.formFundo ul li input[type="email"]{}
.formFundo ul li input[type="submit"]:hover{
    background-color: #473608;
}
.formFundo ul li input[type="submit"]{
    width: 458px;
    height: 46px;
    cursor: pointer;
    background-color: #9c7300;
    font-size: 18px;
    transition: background-color 0.5s;
}
.formFundo ul li select{
    width: 226px;
    height: 45px;
}
.formFundo ul li .todos{
    font-family: 'OpenSansRegular';
    border: 1px solid #0e0e0e;
    background-color: #0e0e0e;
    color: #e7e0cd;
    font-size: 15px;
    padding: 7px 0px 7px 10px;
    margin: 0px 6px 6px 0px;
    float: left;
}
.formFundo ul li .todos:focus{
    border: 1px dotted #e7e0cd;
}
.formFundo ul li .txtNome{}
.formFundo ul li .txtEmail{
    width: 214px;
    height: 22px;
}
.formFundo ul li .txtTelefone{}
.formFundo ul li .txtslqConheceu{}
.formFundo ul li .txtMensagem{
    width: 446px;
    height: 53px;
    max-width: 448px;
    max-height: 90px;
}






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

:-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: #e7e0cd;
    font-size: 25px;
    text-align: center;
    text-transform: uppercase;
    font-family: 'OpenSansRegular';
    font-weight: bold;
    margin-top: 40px;
}
#outroFormulario a{
    color: #e7e0cd;
    font-size:14px;
    text-decoration: none;
}
#outroFormulario a:hover{
    color: #e7e0cd;
    text-decoration: underline;
}
#msgErro{
    width: 460px;  
    height: 30px;  
    color: #e7e0cd;  
    font-size: 25px;  
    text-align: center;    
    text-transform: uppercase;  
    font-family: 'OpenSansRegular';  
    font-weight: bold;
}
