﻿.body
{
    margin: 0 auto;
    background-image: url(themes/default/bg.png);
    background-repeat: repeat;
    text-align: center;
    margin-top: 20px;
}

.loginform
{
    margin: 0 auto;
    text-align: center;
    width: 900px;
    height: 400px;
    border: solid 5px #101010;
}

.logo
{
    margin: 0 auto;
    margin-top: 20px;
    background-image: url(themes/default/loginlogo.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 900px;
    height: 40px;
    padding-bottom: 20px;
}

.login
{
    font-family: "lucida Sans Unicode","palatino linotype", "trebuchet MS";
    margin: 0 auto;
    width: 900px;
}


.regheader
{
    color: #c63714;
    font-size: 11pt;
    font-weight: bold;
    margin-bottom: 10px;
}

.remember
{
    color:  #fdcece;
    font-size: 9pt;
}

.remind
{
    color: #b009a6;
    font-size: 9pt;
}

.remind a:link
{
    color: #b009a6;
    text-decoration: none;
}

.remind a:hover
{
    color: #b009a6;
    text-decoration: underline;
}

.remind a:visited
{
    color: #b009a6;
    text-decoration: none;
}