/* ORÇAMENTO */

#form_orcamento{width: 880px;margin: 0 auto 100px auto;position: relative;}
#form_orcamento input[type='text']{width: 230px;padding: 5px 10px;background: #d9e9ef;border: 1px #105672 solid;}
#form_orcamento textarea{width:778px;height:120px;padding: 5px 10px;background: #d9e9ef;border: 1px #105672 solid;}
#form_orcamento input.error{border: 1px #e34a4a solid; }

.box_azul{width: 840px;padding:20px;background: #157298;position: relative;border-top: 1px #1e96c7 solid;margin: 80px 0; }
.box_azul + .box_azul{margin: 80px 0 0 0;}
.box_azul h3{width:180px;padding:10px 20px 2px 20px;background:url(../imagens/degrade.png) bottom repeat-x;text-align: center;
position: absolute;top:-38px;left:5px;color: #fff1d0; }

#form_orcamento .box_azul p{width: 250px;display: inline-block;vertical-align: top;color: #fff;margin:10px 0 10px 38px;position: relative;}
#form_orcamento .box_azul p:nth-child(3n-1){margin-left:0;}
#form_orcamento .box_azul p label{display: block;font-size: 17px;margin-bottom: -3px;}
#form_orcamento .box_azul .box_radio{width:145px;margin-left:18px }
#form_orcamento .box_azul .label{display:inline-block;margin:0 0 0 30px;}
#form_orcamento .check{width: 25px;height: 22px;background:url(../imagens/check.png) center center no-repeat;display: block;position: absolute;top: 0;left: 0;z-index: 0;}
#form_orcamento input[type='radio']{width: 25px;height: 22px;display: block;position: absolute;top: 0;left: 0;z-index: 10;opacity: 0;}
#form_orcamento input[type='radio']:checked + .check{background:url(../imagens/checked.png) center center no-repeat;}
#form_orcamento .inline{width: 250px;display: inline-block;vertical-align: top;}
#form_orcamento .inline p{width: 200px;margin: 0;}
#form_orcamento .inline + .inline{width:223px;margin-left: 6px;}
#form_orcamento .inline + .inline input[type='text']{width: 200px;}
 
.box_claro{padding:15px 20px;background: #3f8bab;margin: 30px 0;position: relative; }
.box_claro strong{position: absolute;top: -25px;left: 0;color: #fff;font-weight: normal;}

span.error{font-size: 17px;position: absolute;top:0;right: 0;color: #ffa6a6;}


#bt_orcamento{margin-top: 20px;text-align:center;}
#bt_orcamento input[type='submit']{ width:250px; height:50px; background:url(../imagens/icon_orcamento.png) #eb7126 left center no-repeat;cursor:pointer;font-family:'helvn'; font-size:18px; color:#FFF;
border-bottom:2px #b75518 solid;padding: 15px 10px 15px 50px;border-radius: 5px;font-family: 'proximanovacond-regular-webfont';}
#bt_orcamento input[type='submit']:hover{background:url(../imagens/icon_orcamento.png) #fc863e left center no-repeat; }

#envio{width: 500px;margin: 120px auto 0 auto;background: #157298;padding: 20px;color: #fff;}
#envio h2{color: #fff;}
#envio strong{font-weight: normal;margin-top: 20px;display: block;}
.btAjax{width: 200px;background:#eb7126;color: #fff;padding: 10px;display: block;margin-top: 20px;border-bottom: 1px #115c7b solid;text-align: center;}
.btAjax:hover{background:#fb7929}