﻿/* Recipiente */

#container {  
    height:866px;
    background-image: url('../img/fale-bg.gif');
}

/* Conteúdo */


#title 
{
    background-image:url("../img/fale-title.png");
    background-position:left bottom;
    background-repeat:no-repeat;
    height:27px;
    width:324px;
}

#sic-title, #form-title 
{
    clear:both;
    padding-top:10px;
    height:22px;
    background-position:left bottom;
    background-repeat:no-repeat;
}

#sic-title
{
    background-image:url("../img/fale-atraves-sic.png");
}

#form-title
{
    background-image:url("../img/fale-preenchendo-formulario.png");
}
.text
{
    margin-top:16px;
    margin-bottom:12px;
}
.text p
{
    margin-top:5px;
}

#form
{
    margin-top:11px;
    width:935px;
}

#form input, #form textarea
{
    color:#006b4a;
    border-color:#c9c9c9;
    border-width:1px;
    border-style:solid;
    *vertical-align:text-bottom;
    padding-left:8px;
    padding-top:2px;
    line-height: 28px;
    margin-top:9px; *margin-top:7px;
    width:450px;
    height:28px;
    display:inline-block; /* IE7 and IE8 fix */
    margin-right:6px;
}
#form label {
    color:#006B4A;
    display:inline-block;
    margin-right:3px;
}
#form textarea
{
    height:114px;
    width:449px;
}
#form input.enviar
{
    background:transparent url('../img/projeto-btn-enviar.png') no-repeat center top;
    overflow:hidden;
    height:56px;
    width:96px;
    *margin-bottom:-10px;
    float:right;
    border:0;
    vertical-align:middle; *vertical-align:text-bottom;
    text-indent:-9999px; *font-size:0; *line-height:0;
    cursor:pointer;
    padding-left: 0px; margin-right: -9px; margin-top: 0px;
}
#form .l11 
{
 width:326px;   
}
#form .l12 
{
 width:201px;   
}
#form .l21
{
 width:845px;   
}
#form .l22
{
 width:919px;   
}
label.duvida 
{
    margin-top:16px;
}

