﻿.formulario{
    position:relative;

    height:50px;
    width:200px;
    
    background: #D1D6D9; /* old browsers */
    background: -moz-linear-gradient(top, #D1D6D9 0%, #272528 100%); /* firefox */

    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#D1D6D9), color-stop(100%,#272528)); /* webkit */

    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#D1D6D9', endColorstr='#272528',GradientType=0 ); /* ie */
    
   
    border: solid 1px #424242;
    
    }
    
 .label{
    color:#d4d4d4; 
    font-weight:bold;
    font-size:12px;
    margin-top:-5px;
    margin-left:5px;
 
    }
    
.campo{
    float:right;
    margin-top:-16px;
    margin-right:2px;
    }
 .label_campo {
     display:inline;
     }
     
 .formulario_auten{
    position:relative;
    margin:10px 0 0 47px;
    
    width:100px;
    text-align:center;
    
    border:1px solid #424242;
        
    background: #D1D6D9; /* old browsers */
    background: -moz-linear-gradient(top, #D1D6D9 0%, #272528 100%); /* firefox */

    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#D1D6D9), color-stop(100%,#272528)); /* webkit */

    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#D1D6D9', endColorstr='#272528',GradientType=0 ); /* ie */
     
     }   
 #menu_areareservada
 {
     margin: 5px 0 0 0;
     }   
     
 .menureservada
 {
     margin:0 0 5px 0;
     display:inline-block;
     border-top:3px solid #FFFFFF;
     
     }  
     
 .lLogin
 {
    /*color:#FFFFFF; */
    color: #000;
    font-weight:bold;
    font-size:11px;
    margin:12px 0 9px 0;
    position:relative;
     }
 .btLogin
 {
    
    cursor: pointer;
    
    margin:-25px 0 0 -20px;
    position:absolute;
         
     }    
     
 .linkCabecalho
 {
     position:relative;
     margin:12px 0 0 0;
     text-decoration:none;
     font-size:10px;
     /*color:#d4d8db;*/
     color : #000;
     }    
  .linkCabecalho:hover
 {
     text-decoration:underline;
     }
    
#formBoletim
{
    height:20px;
    width:188px;
        
    padding:7px 5px 5px 7px;
    
    background: #D1D6D9; /* old browsers */
    background: -moz-linear-gradient(top, #D1D6D9 0%, #272528 100%); /* firefox */

    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#D1D6D9), color-stop(100%,#272528)); /* webkit */

    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#D1D6D9', endColorstr='#272528',GradientType=0 ); /* ie */
    
   
    border: solid 1px #424242;
    
    }
#imgAdicionarBoletim
{
    border:solid 1px #424242;   
    cursor: pointer;
    
    margin:-2px 0 0 7px;
    position:absolute;
    
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    border-bottom-right-radius:3px;
    border-bottom-left-radius: 3px;
    /* FIREFOX */
    -moz-border-radius-topright: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    /* OUTROS */
    -webkit-border-top-right-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;     
    -webkit-border-bottom-left-radius: 3px;
    
    }
    
    #imgAdicionarBoletim:hover
    {
        background-color:#000000; 
        }  
        
#formPesquisa
{
    height:20px;
    width:188px;
    
    padding:7px 5px 5px 7px;
    
    background: #D1D6D9; /* old browsers */
    background: -moz-linear-gradient(top, #D1D6D9 0%, #272528 100%); /* firefox */

    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#D1D6D9), color-stop(100%,#272528)); /* webkit */

    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#D1D6D9', endColorstr='#272528',GradientType=0 ); /* ie */
    
   
    border: solid 1px #424242;
    
    }
#btPesquisa
{
    border:solid 1px #424242;   
    cursor: pointer;
    
    margin:-2px 0 0 7px;
    position:absolute;
    
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    border-bottom-right-radius:3px;
    border-bottom-left-radius: 3px;
    /* FIREFOX */
    -moz-border-radius-topright: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    /* OUTROS */
    -webkit-border-top-right-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;     
    -webkit-border-bottom-left-radius: 3px;
    
    }
    
    #btPesquisa:hover
    {
        background-color:#000000; 
        }                