﻿body
{
    background-position: center top;
    background-color: #3b3b3b;
    font-family: HelveticaNeueLightCondensed, Arial, Sans-Serif;
    color: #323232;
}

a
{
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}

.clear
{
    clear: both;
    height: 0;
    width: 0;
    font-size: 0;
}

.left-aligned
{
    text-align: left;
}

.centered
{
    text-align: center;
}

.hightlight
{
    color: #b26000;
}

.hightlight2
{
    color: #e2a000;
}

.tb-style
{
    border: 1px solid #b3b3b3;
    height: 34px;
    background: white;
    line-height: 34px;
    font-family: HelveticaNeueLightCondensed, Arial, Sans-Serif;
    font-size: 24px;
    padding: 2px;
    width: 346px;
}

.message-error
{
    color: Red;
    margin-bottom: 10px;
}

.message-success
{
    color: #008000;
    margin-bottom: 10px;    
}

h1
{
    font-size: 28px;
}

h2
{
    font-size: 35px;
}

#login-content-wrap
{
    width: 950px;
    margin: 0 auto;
    margin-top: 150px;
    background-image: url('../../images/bkg/bkg-login.gif');
    background-repeat: no-repeat;
}

#login-form-wrap
{
    width: 450px;
    float: right;
    font-size: 18px;
}

#login-form-header
{
    background-position: left top;
    background-image: url('../../images/bkg/bkg-login-form-header.png');
    background-repeat: no-repeat;
    padding-top: 33px;
    height: 52px;
}

#login-form-header h2
{
    text-align: center;
    font-family: HelveticaNeueBoldCondensed, Arial, Sans-Serif;
}

#login-form
{
    padding-top: 32px;
    background-position: left top;
    background-image: url('../../images/bkg/bkg-login-form.png');
    background-repeat: repeat-y;
    padding-right: 50px;
    padding-left: 50px;
}

#login-form table
{
    width: 100%;
}

#login-form input, #login-form label
{
    vertical-align: middle;
}

#login-form th
{
    font-size: 24px;
}

#login-form td
{
    padding-bottom: 25px;
}

#login-form-footer
{
    background-position: left top;
    background-image: url('../../images/bkg/bkg-login-form-footer.png');
    background-repeat: no-repeat;
    padding-top: 20px;
    height: 70px;
    padding-right: 50px;
    padding-left: 50px;
}

#login-info
{
    float: left;
    width: 490px;
    padding-top: 165px;
    color: White;
    font-family: Arial, Sans-Serif;
    font-size: 15px;
}

#login-info h1
{
    font-family: HelveticaNeueBoldCondensed, Arial, Sans-Serif;
}

#login-info h1 span
{
    color: White;
}

#login-info h3
{
    text-align: center;
    padding-top: 148px;
}
