﻿#ModalMask
{
    background-color: #000000;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 100;
}

#EmailPageForm  
{    
    border: 1px solid #0054A6;
    margin: 30px auto;
    width: 400px;
}

#EmailPageForm h4 
{
    background-color: #0054A6;
    color: #FFFFFF;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 14px;
    font-weight: bold;
    margin: 0;
    padding: 6px;
}

#EmailPageForm h4 a
{
    color: #93C5F3;
    float: right;
    font-size: 10px;
    font-weight: bold;
}

#EmailPageForm #EmailStatus 
{
    margin: 15px 0px;
    text-align: center;
}

#EmailPageForm #EmailStatus span 
{
    background-color: #FFFBBC;
    font-weight: bold;
    padding: 4px;
}

#EmailPageForm #EmailForm 
{
    margin: 0 auto;
}

.ValidatorBox 
{
    height: 16px;
    position: relative;
}

.ValidatorBox span 
{
    font-size: 10px;
    position: absolute;
    right: 0;
    top: 0;
}

#BackLink
{
    margin: 8px;
}

#BackLink a
{
    font-size: 12px;
    text-decoration: none;
}

#BackLink a:hover
{
    text-decoration: underline;
}
