


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

.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;
    height: auto;
    border: 1px solid #8e846b;
    background: #feeebd url(images/ui-bg_highlight-soft_100_feeebd_1x100.png) 50% top repeat-x;
    color: #383838;
    border-radius: 8px;
}

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;
}

div.loginmessage
{
    text-align: left;
    white-space: normal;
    width: 321px;
    padding: .5em;
}

div.loginmessage *
{
    font: inherit;
}
img
{
    border: none;
}

input.login_username, input.login_password
{
    margin-top: 0px;
    margin-right: .5em;
    margin-left: 0px;
    margin-bottom: 0px;
}

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

button.login_submit
{
    border: 1px solid #d19405;
    border-radius: 8px;
    background: #fece2f url(images/ui-bg_gloss-wave_60_fece2f_500x100.png) 50% 50% repeat-x;
    font-weight: bold;
    color: #4c3000;
}

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

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