/* 
    Document   : login
    Created on : 19/09/2007, 11:16:48
    Author     : paulo
    Description:
        Purpose of the stylesheet follows.
*/

body {
    background-color: #8f2930;
}

div.divLoginCabecalho {
    height: 30px;
}

div.divLoginOuter {
    background-image: url("../images/bgLoginOuter.jpg");
    background-repeat: repeat-x;
    background-color: #d4dce1;
}

div.divLoginInner {
    position: relative;
    width: 729px;
    height: 365px;    
    background-color: #eff0f2;
    margin-left: auto;			
    margin-right: auto;
    text-align: left; /* "remedio" para o hack do IE */	
    overflow: hidden;
}

div.divLoginRodape {
    background-image: url("../images/bgLoginRodape.jpg");
    background-repeat: repeat-x;
    text-align: center;
    height: 103px;
}

div.divLoginInner h1, div.divLoginInner h2 {
    color: #8f2930;
}

div.divLoginInner h1 {
    font-size: 1.3em;
}

div.divLoginInner h2 {
    font-size: 1em;
}

div.divLoginInner table {
    position: relative;
    margin: 12% 0 0 25%;
}

img.imgBgLoginLogo {
    position: absolute;
    top: -51px;
    left: 0;
    width: 473px;
    height: 467px;
    filter:alpha(opacity=5);
    -moz-opacity:0.05;
    opacity: 0.05;
    -khtml-opacity: 0.05;
}
