﻿/******************************** TAGS ********************************/
body 
{
    margin:0;
    font-family:Arial,Verdana,Tahoma;
    font-size:11px;
    background:url(../imagens/login/pa_login_fundo.png) repeat-x #fff;
    color:#fff;
}
hr
{
	border-width:0;
	height: 1px;
	border-top: 1px dotted #9c0;
}
h1
{
    margin:5px;
    padding:0 0 5px 0;
    border-bottom:1px solid #f50;    
    font-size:14px;
    color:#333;
}
h2 
{
    margin:5px;
    padding:0 0 5px 0;
    border-bottom:1px solid #ccc;    
    font-size:11px;
    font-weight:normal;
    color:#c74303;
}
a
{
    color:#333;
    text-decoration:none;
}
a:hover
{
    color:#f50;
}
input,select
{
    border:0;
    color:#069;
}
/******************************** CORPO ********************************/
div#login 
{
    display:block;
    width:100%;
    height:300px;
}
div#login img
{
    float:left;    
}
div#login div
{
    padding-top:80px;
    float:left;
    margin-left:20px;
    width:400px;
}
div#login div strong
{
    display:block;
    width:100px;
    float:left;
    text-align:right;
    margin-right:10px;
    font-weight:normal;
}
div#login div input
{
}
.img-esq
{
    float:left;
}
.img-rodape
{
    float:right;
    margin-right:30px;
}
div#rodape
{
    background:url(../imagens/login/login_rodape_esq.png) no-repeat;
    height:144px;
    width:100%;
}
/******************************** GERAIS ********************************/
.erro
{
    padding:2px;
    color:#fff;
}

