/* $Header: /usr2/CVSRepository/gims/netplus/form-netplus/style/standard/css/login.css,v 1.1 2013/02/01 03:48:01 dhunt Exp $ */
/* Copyright (C) 2003 ACE*COMM Corporation - An ISO 9001 Registered Company. All Rights Reserved. */

table
{
}

body
{
}

.companylogo
{
    width: 321px;
    height: 95px;
    vertical-align: top;
}

.productlogo
{
    width: 321px;
    height: 95px;
    vertical-align: top;
}

.productgraphic
{
    width: 321px;
    height: auto;
    vertical-align: top;
    padding: 0 2px 2px 0;
}

table.loginmaintable
{
    width: auto;
    background-color: rgb(0,0,128);
    height: auto;
    border: none;
}

table.loginlogintable
{
    width: auto;
    vertical-align: top;
    border: none;
    margin-top: 2em;
    margin-bottom: 2em;
    display: inline-table;
    text-align: left;
}

td.logincontainer
{
    text-align: center;
    vertical-align: top;
    color: rgb(255,255,255);
}

div.loginmessage
{
    text-align: left;
    color: rgb(255,255,255);
    white-space: normal;
    width: 321px;
    padding: .5em;
}

img
{
    border: none;
}

input.login_username, input.login_password
{
    color: rgb(0,0,128);
    background-color: rgb(255,255,255);
    margin-top: 0px;
    margin-right: .5em;
    margin-left: 0px;
    margin-bottom: 0px;
}

span.login_username, span.login_password
{
    font-weight: bold;
    color: rgb(255,255,255);
    margin-top: 0px;
    margin-right: .5em;
    margin-left: .5em;
    margin-bottom: 0px;
}

button.login_submit
{
    color: rgb(0,0,0);
    background-color: rgb(0,153,204);
    color: rgb(255,255,255);
    font-weight: bold;
    margin-right: .5em;
}

td.subtable_topleftright
{
    padding-top: .5em;
}

td.subtable_bottomleft, td.subtable_bottomright
{
    padding-top: 1em;
    padding-bottom: 1em;
}