/*
    Document   : login
    Created on : 5/08/2009, 01:29:19 PM
    Author     : Henry Stivens
    Description:
        Purpose of the stylesheet follows.
*/

body {
    text-align:center;
    background:#CCFF99;
    font: 1em verdana, arial, helvetica, sans-serif;
}
.div_login{
    position: absolute;
    left: 50%;
    top: 50%;
    width: 365px;
    height: 325px;
    margin-top: -180px;
    margin-left: -170px;
    overflow: auto;
    padding: 5px;
    background: #FFFFFF;
}
.div_creditos{
    position: absolute;
    left: 50%;
    top: 50%;
    width: 365px;
    height: 90px;
    margin-top: 155px;
    margin-left: -170px;
    overflow: auto;
    padding: 5px;
    background: #FFFFFF;
}
.a {
    background-color: #fcfcfc;
    border: 1px solid #ccc;
    margin: 2px 0;
    padding: 2px 4px;
}
.a:focus {
    border: 1px solid #b2d1ff;
}
h1 {
    color: #006dba;
    font-weight: bold;
    font-size: 1.5em;
    margin: .8em 0 .3em 0;
}
.prop {
    padding: 5px;
}
.prop .name {
    text-align: left;
    width: 15%;
    white-space: nowrap;
}
.prop .value {
    text-align: left;
    width: 85%;
}
td, th {
    line-height: 12px;
    padding: 5px 6px;
    text-align: left;
    vertical-align: top;
}
.dialog table {
    text-align: center;
    width: 100%;
}