﻿#contLFW
{
    height: 400px;
    width: 400px;
    background: transparent url(/Images/Octagon.gif) no-repeat top left;
    position: absolute;
    display: none;
    z-index: 1000;
}

.closer
{
    position: static;
    background-image: none;
    background-color: ButtonFace;
    border-color: ButtonShadow;
    height: auto;
    width: auto;
}

#contHeader
{
    padding-top: 100px;
    text-align: center;
    margin-bottom: 15px;
    font-size: 3em;
    color: Green;
}

#contText
{
    width: 340px;
    margin: 0 auto;
    text-align: justify;
}