﻿body
{
    background-color:#EEEEEE;
    font-family: Arial;
    font-size:12px;
    margin:0px;
}
.header_logo
{
    background:#1E3264 url(../images/pp_logo_ref.png) bottom left no-repeat;
    height:50px;
    width:100%;
}

.header_connect
{
    text-align:right;
    font-size:11px;
    color:#BBBBBB;
    font-weight:bold;
    border-bottom:1px orange dotted;
}

.footer_connect
{
    text-align:right;
    font-size:11px;
    color:#BBBBBB;
    font-weight:bold;
    border-top:1px orange dotted;
}

.table_center
{
    width:400px;
    background-color:White;
    border:1px #AAAAAA solid;
}

    .LoginForm
    {
	    background: url(../images/cadenas.jpg) bottom right no-repeat;
	    width:100%;
	    height:100%;
        height:150px;
        vertical-align:bottom;
    }
    .LoginTitle
    {
        color:#AEAEAE;
        font-size:13px;
        font-weight:bold;
        text-align:left;
    }
    a
    {
        color:#999999;
    }
    .Label
    {
        color:#888888;
        font-size:13px;
        font-weight:bold;
        width:90px;
        padding-right:5px;
        vertical-align:bottom;
    }
    .textBox
    {
        width:150px;
        height:17px;
        background-color:#EEEEEE;
        border:1px #CCCCCC solid;
        font-size:12px;
        color:#666666;
    }
    
    .LoginButton
    {
        width:30px;
        height:20px;
        background-color:#EEEEEE;
        border:1px #CCCCCC solid;
        font-size:13px;
        color:#777777;
        font-weight:bold;
    }