@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: 400px;
    height: 270px;
    margin-left: 6px;
    margin-top: 7px;
}
.formFundo ul li input[type="text"]{
    width: 178px;
    height: 20px;
}
.formFundo ul li input[type="email"]{}
.formFundo ul li input[type="submit"]:hover{
    background-color: #740202;
}
.formFundo ul li input[type="submit"]{
    width: 390px;
    height: 46px;
    cursor: pointer;
    background-color: #560202;
    font-size: 18px;
    transition: background-color 0.5s;
    color: #ffffff;
}
.formFundo ul li select{
    width: 190px;
    height: 36px;
}
.formFundo ul li .todos{
    font-family: 'OpenSansRegular';
    border: 1px solid #dfdfdf;
    background-color: #dfdfdf;
    color: #000000;
    font-size: 15px;
    padding: 7px 0px 7px 10px;
    margin: 0px 8px 9px 0px;
    float: left;
    box-shadow: 0px 0px 2px 0px #9f9f9f;
    font-style: italic;
}
.formFundo ul li .todos:focus{
    border: 1px dotted #e7e0cd;
}
.formFundo ul li .txtNome{}
.formFundo ul li .txtEmail{
    width: 178px;
    height: 20px;
}
.formFundo ul li .txtTelefone{}
.formFundo ul li .txtslqConheceu{}
.formFundo ul li .txtMensagem{
    width: 376px;
    height: 58px;
    max-width: 376px;
    max-height: 58px;
}






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

:-moz-placeholder { /* Firefox 18- */
   color: #000000 !important; 
    font-style: italic; 
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #000000 !important; 
    font-style: italic; 
}

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

/* -- CSS - Mensagem de Obrigado  -- */
#obrigado{
    width: 400px;
    height:30px;
    color: #000000;
    font-size: 25px;
    text-align: center;
    text-transform: uppercase;
    font-family: 'OpenSansRegular';
    font-weight: bold;
    margin-top: 62px;
}
#outroFormulario a{
    color: #000000;
    font-size:14px;
    text-decoration: none;
}
#outroFormulario a:hover{
    color: #000000;
    text-decoration: underline;
}
#msgErro{
    width: 390px;  
    height: 30px;  
    color: #000000;  
    font-size: 25px;  
    text-align: center;    
    text-transform: uppercase;  
    font-family: 'OpenSansRegular';  
    font-weight: bold;
    margin-top: 62px;
}