﻿td a.forgot-password
{
    color: #c20000;   
    font-size: 11px;
}
td a.forgot-password:hover
{
    color: #000;
}
#login
{
    margin: 0px auto;
    background-color: transparent;
    padding-left: 0px;
    height: 150px;
}

/*popup menu*/
em
{
    color: #c20000;
}

#selection-container
{
    position: fixed;
    z-index: 100;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background-color: #999;
    display: none;
    border-bottom: 1px solid red;
}

#selection-wrapper
{
    position: fixed;
    width: 892px;
    height: 240px;
    margin-left: -441px;
    margin-top: -120px;
    top: 50%;
    left: 50%;
    background-image: url('../images/grey50.png');
    background-repeat: repeat-x repeat-y;
}

#selection-wrapper td
{
    text-align: center;
}

#selection-wrapper td a
{
    text-decoration: none;
    color: #000;
    font-size: 11px;
}
