﻿.black_overlay
{
    display: none;
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    z-index: 1001;
    -moz-opacity: 0.8;
    opacity: .90;
    filter: alpha(opacity=80);
    background-color: #000000;
}
.white_content
{
    border: 16px solid #808080;
    display: none;
    position: absolute;
    top: 25%;
    width: 50%;
    height: 50%;
    left: 25%;
    padding: 16px;
    background-color: #FFFFFF;
    z-index: 1002;
    overflow: auto;
}
.center_align
{
    width: 28.3em;
    margin: auto;
}
#light .Label
{
    width: 10em;
    float: left;
}
#light .Input
{
    width: 20em;
}
#light .Continue
{
    margin-top: 1em;
    position: relative;
    left: 12em;
}
.Validator
{
    float: right;
}
.Directions
{
    font-weight: bold;
    margin-bottom: 1em;
    display: block;
}
