/*   Hoja de estilos para daniel.blanco-morales.info/
*
*    Proyecto   : home (pagina de inicio.
*    Programador: Daniel Blanco
*    Version    : v1. 10/1/2003
*/
body {
    background-color: #010101;
}
#div_baseLogin {
    z-index: 1;
    position: absolute;
    width: 350px;
    height: 220px;
    top: 50%;
    left: 50%;
    margin-left: -175px;
    margin-top: -110px;
    background-color: #010101;
    background-image: url(../img/box-bckg.jpg);
    background-repeat: no-repeat;
    background-position: 0;
    overflow: hidden;
}
table.credential {
    margin: 0 auto;
    background-color: #FFFFFF;
    color: #6699CC;
    font-size: 12px;
}
caption.credential {
    color: #6699CC;
    font-size: 22px;
    text-align: center;
}
tr.credential {
    /*color: #FFFFFF;*/
}
th.credential {
    font-size: 12px;
    /*color: #555550;*/
}
td.credential {
    font-size: 12px;
    /*color: #FFFFFF;*/
}
em.credential {
    font-size: 0.7em;
    color: #6699CC;
}
input.credential {
    font-family:arial;
}
div.credential {
    color: #FFFFFF;
    font-size: 10px;
}
