﻿/*Inputs*/
.input250
{
    width: 250px;
}

.input310
{
    width: 310px;
}

/*Formatação*/
.labelForm
{
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 5px;
    
}
.dropBox
{
    width: 230px;    
}
.BorderImage
{
    border-left:0px;
    border-bottom:0px;
    border-top: 0px; 
    border-right:0px;   
}

/*Botões*/
.btnEntrar
{
    background-image: url('../imagens/botoes/botaoEntrar.png');
    background-repeat: no-repeat;
    width: 91px;
    height: 30px;
    border: none;
    cursor: pointer;
}

.btnVoltar
{
    background-image: url('../imagens/botoes/botaoVoltar.png');
    background-repeat: no-repeat;
    width: 91px;
    height: 30px;
    border: none;
    cursor: pointer;
}

.btnGravar
{
    background-image: url('../imagens/botoes/botaoGravar.png');
    background-repeat: no-repeat;
    width: 91px;
    height: 30px;
    border: none;
    cursor: pointer;
}

.btnIncluir
{
    background-image: url('../imagens/botoes/botaoIncluir.png');
    background-repeat: no-repeat;
    width: 91px;
    height: 30px;
    border: none;
    cursor: pointer;
}

.btnEnviar
{
    background-image: url('../imagens/botoes/botaoEnviar.png');
    background-repeat: no-repeat;
    width: 91px;
    height: 30px;
    border: none;
    cursor: pointer;
}

.btnAlterarSenha
{
    background-image: url('../imagens/botoes/botaoAlterarSenha.png');
    background-repeat: no-repeat;
    width: 136px;
    height: 30px;
    border: none;
    cursor: pointer;
}

.btnPesquisar
{
    background-image: url('../imagens/botoes/botaoPesquisar.png');
    background-repeat: no-repeat;
    width: 130px;
    height: 30px;
    border: none;
    cursor: pointer;
}

.btnSim
{
    background-image: url('../imagens/botoes/botaoSim.png');
    background-repeat: no-repeat;
    width: 60px;
    height: 30px;
    border: none;
    cursor: pointer;
}

.btnNao
{
    background-image: url('../imagens/botoes/botaoNao.png');
    background-repeat: no-repeat;
    width: 60px;
    height: 30px;
    border: none;
    cursor: pointer;
}

.btnCapturarDigital
{
    background-image: url('../imagens/botoes/botaoCapturarDigital.png');
    background-repeat: no-repeat;
    width: 136px;
    height: 30px;
    border: none;
    cursor: pointer;
}

.btnCapturarImagem
{
    background-image: url('../imagens/botoes/botaoCapturarImagem.png');
    background-repeat: no-repeat;
    width: 136px;
    height: 30px;
    border: none;
    cursor: pointer;
}
.btnImprimir
{
    background-image: url('../imagens/botoes/botaoImprimir.png');
    background-repeat: no-repeat;
    width: 136px;
    height: 30px;
    border: none;
    cursor: pointer;
}