@import url("reset.css");
@import url("template.css");

.tt-secao{
    font-size: 42px;
    color:#1379B7;
    font-weight: bold;
    font-style: italic;
    line-height:100%;
    letter-spacing: -3px;
    margin-bottom:20px;
}

#produto{
    float:left;
    margin-left:63px;
    width:340px;
}

#content {
    background: url("../img/backgrounds/bg-content-videos.jpg") no-repeat center 148px;
}

#content #main{
   /* background: url('../img/backgrounds/form-sep.png') no-repeat 137px 351px; */
}

#main p{
    font-size:13px;
    color:#667785;
    width: 313px;
    font-family:Trebuchet MS;
    line-height:150%;
    margin-bottom: 16px;
}

#main .demonstracao{
    width: 291px;
    height:55px;
    font-family: Calibri;
    font-size:13px;
    font-style:italic;
    line-height:120%;
    padding: 22px 0 0 22px;
    margin: 0;
    background: url('../img/backgrounds/bg-produto-detalhe.png') no-repeat 0 0;
}

.demonstracao span{
    color:#1379B7;
    font-weight:bold;
}

.bt-voltar{
    width: 67px;
    height: 26px;
    background: url('../img/buttons/bts.png') no-repeat 0 -291px;
    margin-top: 10px;
}

.bt-voltar:hover{
    background-position:0 -435px;
}

.grid-form{
    margin-left:30px;
    float:left;
}

.grid-form:first-child{
    margin-left:0;
}

#form-produto label{
    line-height:120%;
    padding-bottom:3px;
    color:#666;
    font-size:12px;
    font-family: Trebuchet MS;
}

#form-produto{
    float:left;
    width:510px;
    margin-left:445px;
    position: absolute;
}

#form-produto input{
    margin-bottom:13px;
    color: #666666;
    display: block;
    border:none;
    font-family: Trebuchet MS;
    font-size:12px;
    padding:6px 7px;
    width:192px;
    height: 15px;
    line-height: 15px;
    background:url('../img/backgrounds/bg-forms.png') no-repeat -250px -99px;
}

#form-produto textarea
{
    font-family: Trebuchet MS;
    color: #666;
    font-size: 12px;
    width: 260px;
    height: 130px;
    background: url('../img/backgrounds/form-textarea.png') no-repeat 0px 0px;
    padding: 5px 7px 0px 7px;
    margin-bottom: 10px;
    border: none;
}

.filtro{
    position:relative;
    margin-bottom: 13px;
}

.filtro span{
    position:absolute;
    line-height:27px;
    display: block;
    top:0;
    left:6px;
    color:#666;
    font-size: 12px;
    font-family: Trebuchet MS;
}

.filtro-uf{
    background:url('../img/backgrounds/bg-forms-2.png') no-repeat -1px -119px;
    height:27px;
    width:66px;
}

.filtro-encontro{
    background:url('../img/backgrounds/bg-forms-2.png') no-repeat -71px -120px;
    height:27px;
    width:274px;
}

.negocio{
    width:274px;
}

#form-produto .negocio label:first-child{
    padding-bottom: 7px;
}

.negocio div{
    float:left;
    height:15px;
    line-height: 15px;
	position:relative;
    padding:0 10px 5px 0;
}

.negocio input{
    float:left;
    max-height:15px;
    max-width:15px;
    line-height: 15px;
    margin:0;
    padding:0;
}

.negocio div label{
    float:left;
    height:15px;
    padding:2px 0 0 4px;
    line-height: 15px;
}

#form-produto #radio input{
    width:12px;
    height:12px;
}

#form-produto .subFormProduto
{      
    text-indent:-999px;
    display:block;
    cursor:pointer;
    line-height:9999px;
    border:none;   
  
    font-size:12px;
    font-family: Trebuchet MS;
    height: 26px;
    width: 65px;
    background: url('../img/buttons/bts.png') no-repeat -67px 0px;
    padding: 0;
}

#form-produto .subFormProduto:hover
{
    background-position:0 -363px;
}

.obrigado
{
    top: 50%;
    left: 50%;
    position: absolute;
    width: 600px;
    height: 300px;
    margin-left: -282px;
    margin-top: 290px;
    font-size: 12px;
    font-family: Trebuchet MS;
    background-image: url('../img/contents/aviso.png');
    background-repeat: no-repeat;
}
.obrigado.enabled{
    z-index: 5000;
    display: block;
    visibility: visible;
}
.obrigado.disabled{
    z-index: -1;
    display: none;
    visibility: hidden;
}