﻿*
{
    font-family: Verdana,Arial,sans-serif;
    font-size: 13px;
}

body
{
    text-align: center;
}

.tablecol1
{
    width: 163px;
}

.tablecol2
{
    width: 230px;
}

.bottomText
{
    color: #808080;
    font-size: small;
}

span.bottomText > span
{
    font-family: Arial;
    text-decoration: none;
}

.LoginTable
{
    margin-left: auto;
    margin-right: auto;
    margin-top: 100px;
    height: 252px;
    width: 512px;
    background-image: url(../pictures/PortalLogin.png);
    background-repeat: no-repeat;
}

#divInstructions
{
    width: 512px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
}

.logo
{
    position: absolute;
    top: 5px;
    left: 5px;
}

.mainTitle
{
    text-align: center;
    font-size: 18px;
    color: #58595C;
}

input.LoginPageTextBoxes:focus
{
    box-shadow: 0px 0px 0px 2px yellow;
}

.LoginPageLabels
{
    color: #F0F3F7;
    Font-Size: 14px;
    text-align: right;
}

.LoginPageTextBoxes
{
    color: #858585;
    Width: 200px;
    Height: 25px;
    padding-left: 5px;
    border-style: solid;
    border: 1px;
    border-radius: 4px 4px 4px 4px;
    font-size: 16px;
}

.tabHeader
{
    height: 25px;
    font-size: 16px;
    color: white;
    text-align: center;
}

.ForgotPassword
{
    color: White;
    text-decoration: none;
    font-size: 14px;
}

.wfDEValidator
{
    color: Red;
    font-size: 12px;
    z-index: 101;
    position: relative;
    float: none;
}

.small-button
{
    font-size: 1em !important;
}

#divForgotPassword
{
    display:none;
}

.error {

     box-shadow: 0px 0px 0px 2px red;
}