﻿.loginbox
{
    font-size: 12px;
    border-left: 2px dotted #ededed;
    padding: 0px 9px 0px 20px;
    display: table-cell;
    line-height: 20px;
}

.loginbox h1
{
    font-family: Arial;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    color: #476da2;
}

.loginbox .textlabel
{
    width: 70px;
    display: block;
    float: left;
    font-size: 11px;
    font-weight: bolder;
    padding-top: 2px;
}

.loginbox .textbox
{
    font-family: Arial;
    font-size: 10px;
    font-weight: normal;
    text-decoration: none;
    color: #476da2;
    background-color: #ededed;
    padding: 3px 4px 2px 4px;

    border: 0px solid white;
    width: 130px;

    float: right;
}

.loginbox .loginline
{
    margin-bottom: 10px;
    float: left;
    display: table;
    width: 100%;
}

.loginbox .button
{
    font-family: Arial;
    font-size: 10px;
    font-weight: normal;
    text-decoration: none;
    color: White;
    background-color: #476da2;
    padding: 1px 25px;
    border: 0px solid white;
    margin-right: 0px;
    float: right;
}

.loginbox .link
{
    border-bottom: dotted 1px White;
    margin-bottom: 20px;
    color: Black;
    text-decoration: none;
}

.loginbox .link:hover
{
    border-bottom: dotted 1px #b1a712;
}
