@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: 520px;
    height: 134px;
}
.formFundo ul li input[type="text"], .formFundo ul li input[type="email"]{
    width: 238px;
    height: 20px;
}
.formFundo ul li input[type="submit"]:hover{
    background-color: #65a81f;
}
.formFundo ul li input[type="submit"]{
    width: 506px;
    height: 37px;
    cursor: pointer;
    background-color: #89d53a;
    font-size: 18px;
    transition: background-color 0.5s;
    color: #ffffff;
    border: none;
}
.formFundo ul li select{
    width: 251px;
    height: 36px;
}
.formFundo ul li #slqEstado {
    width: 66px;
    height: 36px;
}
.formFundo ul li .todos{
    font-family: 'OpenSansRegular';
    border: 1px solid #929292;
    background-color: #ffffff;
    color: #000000;
    font-size: 15px;
    padding: 7px 0px 7px 10px;
    margin: 0px 5px 6px 0px;
    float: left;
    border-radius: 3px;
}
.formFundo ul li .todos:focus{
    
}
.formFundo ul li .txtNome{}
.formFundo ul li .txtEmail{
    width: 252px;
    height: 20px;
}
.formFundo ul li .txtTelefone{
    width: 166px !important;
}
.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: #000000;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #000000;
}

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

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

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

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