/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 24/04/2014, 01:26:56
    Author     : Tadeu
*/



body{
    font-family: verdana, Comic Sans, sans-serif;  
    background-image: url(imagens/logo4.png);
    background-repeat: repeat;
}

.buttons-CenterEd .ui-dialog-buttonpane {text-align: center;}
.buttons-CenterEd .ui-dialog-buttonpane .ui-dialog-buttonset{float: none;}

#progress { 
    display: none;
}

#field{
    background-color: #ffffff;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;      
}

form{
    background-color: #ffffff;
}

.titulo1{
    text-align: center;
    font-style: oblique;
    font-weight: bold;
}

.linha1{
    background-color: #FFFFFF;    
}

.linha2{
    background-color: #BCD8CA;
}

.nome-header{
    width: 20%;
}

.logo{
    width: 10%; 
}

