﻿body 
{
    background-color: White;
    font-size: .80em;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #696969;
}
.loginMain
{
    
    margin: auto; 
    margin-top: 120px;
    position: relative;
    min-height:300px;
    width:400px;
    background-color: #E3E4E6;
    border-radius: 0px 6px 6px 6px;
}
h3
{
    font-size: 1.2em;
    color: #666666;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}
.loginHeader
{
    height:50px;
    width: 100%;
    margin: 0px;
    padding: 0px;
    background-color: #830065;
    border-radius: 0px 6px 0px 0px;
}
.loginImage
{
    height:51px;
    width:51px;
    float: left;
}
.loginHeaderTitle
{
    height:50px;
    font-weight: 700;
    margin: 0px;
    padding-left:30px;
    color: #f9f9f9;
    line-height: 2em;
    font-size: 1.8em;
}
.login
{
    width:300px;
    margin:auto;
    margin-top: 20px;
    padding:10px 8px 10px 13px;
    background-color: #E3E4E6;
}
.login input[type="text"],.login input[type="password"]
{
    width:280px;
    border: 1px solid #ccc;
    border-radius: 1px;
}
.login input[type="text"]:hover,.login input[type="password"]:hover,input[type="text"]:active,.login input[type="password"]:active
{
    width:280px;
    border: 1px solid #B3BD00;
    border-radius: 1px;
}
.login input[type="submit"]
{
    width:100%;
    background-color: #B3BD00;
    border: 1px solid #B3BD00;
    border-radius: 1px;
}
.loginForgotPass
{
    text-align: right;
}
.failureNotification
{
    max-height:100px;
    font-size: 1.2em;
    color: Red;
}
.bold
{
    font-weight: bold;
}

select
{
    width: 320px;
    border: 1px solid #ccc;
}
select:hover
{
    width: 320px;
    border: 1px solid #B3BD00;
}
