﻿    body{
    
    font-size: 13px;
    font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
    color:green;
    
    padding:0px;
    margin:0px;
    /*text-align:center;*/
    /*border:1px solid blue;*/
    }

    
    div{
     width:900px;
     margin:0 auto;
     
     
     text-align:center;
    }
    h1{
     color:Green;
     font-size:22px;
    }

.merda {
    width: 120px;
    text-align: right;
    border:1px solid blue;
}
    .labelDir
    {
     
      width:120px;
      text-align:right;
    
      
    }



    .textbox1{
        text-transform:uppercase;
    }
    .labelDir1
    {
     
      width:175px;
      text-align:right;
      
    }
    

    fieldset label
    {
        display:block;
        width:200px;
        /*border:1px solid green;*/
        text-align:left;
        
        height:21px;
        float:left;
        padding:5px;
    }     
    
    select    
    {    
      width:190px;
      font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;       
      color:#564b47;
      font-size: 12px;    
        }        
        
   
    a {color:green;}
    a:visited {color:green;}
    a:hover {color: #564b47;}
    a:active { color:#000000;}
    legend
    {
        font: Verdana, Arial, SunSans-Regular, Sans-Serif;
        color:Green;
        }    


fieldset
{
    width:700px;
     margin-left:auto;
     margin-right:auto;
    
    }
textArea
{
       font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;       
       color:#564b47;
       font-size: 12px;
}
input
    {
       font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;       
       color:#564b47;
       font-size: 12px;
       width:185px;
       /*border:1px solid red;*/
    }


/*USADO NO TEXT BOX SUGEST PARA PESQUISAR USUARIO SERIOUS*/
.autocomplete_list {
    visibility: hidden;
    margin: 0px !important;
    padding: 0px;
    background-color: inherit;
    color: #564b47;
    border: buttonshadow;
    border-width: 1px;
    border-style: solid;
    cursor: default;
    text-align: left;
    list-style-type: none;
    overflow: auto;
    font-weight: normal;
    font-family: tahoma;
    font-size: X-Small;
}

.autocomplete_highlighted_listitem {
    background-color: Highlight;
    color:HighlightText;
    
    padding: 3px;
}

.autocomplete_listItem {
    background-color: window;
      color:windowtext;
    color: #564b47;
    padding: 3px;
}            
