﻿div.login-area
{
    width: 500px;
    margin: 0 auto;
    padding: 25px 10px 10px;
    border: 1px solid #688CAF;
    background-color: #FFFFFF;
    height: 310px;
    position: absolute;
}

div.login-area div.login-fields
{
    margin: 0 auto;
    width: 410px;
    text-align: center;
}

div.login-area div.login-fields label
{
    font-size: 2.2em;
    margin-bottom: 10px;
    display: block;
}

div.login-area div.login-fields input
{
    color: #222222;
    font-size: 4em;
    margin-bottom: 15px;
    text-align: center;
    width: 410px;
}

div.login-area div.login-add
{
    padding-right: 30px;
    text-align: right;
    padding-left: 35px;
    padding-right: 45px;
    height: 35px;
    font-size: 1.2em;
}

div.login-area div.login-buttons
{
    margin-top: 5px;
    text-align: center;
}

.login-area .remember label
{
    color: #333333;
    line-height: 1em;
    font-size: 1.2em;
}

div.login-links
{
    float: left;
    padding-left: 10px;
    height: 25px;
}

.login-links a
{
    text-decoration: none;
    color: #3C78C3;
    line-height: 1em;
    font-size: 1.2em;
    text-decoration: none;
    display: block;
    text-align: left;
    margin-bottom: 2px;
}
.login-links a:hover
{
    text-decoration: underline;
}

.login-buttons input
{
    background: url("images/button-big-bg.png") no-repeat scroll 0 0 transparent;
    border: 0 none;
    cursor: pointer;
    font-size: 2.6em;
    height: 40px;
    outline: 0 none;
    padding: 0 !important;
    width: 200px;
}

.login-buttons input:hover
{
    background: url("images/button-big-bg.png") no-repeat scroll 0 -40px transparent;
}

.login-errors 
{
    font-family:tahoma, arial, verdana, sans-serif, 'Lucida Sans';
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    width: 600px;
    background-color:#FFEFE8;
    border-bottom-color:#E89B88;
    border-bottom-style:solid;
    border-bottom-width:1px;
    border-left-color:#E89B88;
    border-left-style:solid;
    border-left-width:1px;
    border-right-color:#E89B88;
    border-right-style:solid;
    border-right-width:1px;
    border-top-color:#E89B88;
    border-top-style:solid;
    border-top-width:1px;
    font-size:12px;
    font-weight:bold;
    margin-bottom:0;
    margin-top:0;
    padding-bottom:8px;
    padding-left:11px;
    padding-right:11px;
    padding-top:8px;
}

.fl_l
{
    text-decoration: none;
}