﻿.ModalPopup
{
    background-color: #fff;
    border: solid 2px #666;
    width: 400px;
    padding: 20px;
}

.ModalPopup h1
{
    text-align: center;
    color: #CC9900;
    margin-top: 0px;
    padding-top: 0px;
    cursor: move;
}

.ModalPopup address
{
    margin-left: 20px;
    font-size: 12pt;
    margin-bottom: 20px;
}

.ModalPopup a:link, .ModalPopup a:visited
{
    font-size: 9pt;
    color: #3366FF;
}

.ModalPopup a:hover
{
    color: #CC0000;
    text-decoration: none;
}

.ModalBackground
{
    background-color: #FF6600;
    filter: alpha(opacity=60);
    opacity: 0.6;
}
