﻿/* Modal pops */

#modalPage
{
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px; left: 0px;
}

.modalBackground
{
    filter: Alpha(Opacity=60); -moz-opacity:0.6; opacity: 0.6;
    width: 100%; height: 100%; background-color: #000000;
    position: absolute;
    z-index: 500;
    top: 0px; left: 0px;
}

.modalContainer
{
    position: absolute;
    width: 300px;
    left: 50%;
    top: 50%;
    z-index: 750;
}

.modal
{
    position: relative;
    top: -150px;
    left: -150px;
    z-index: 1000;
    width: 300px;
    /*height: 200px;*/
    padding: 0px;
    text-align: center;
}

.modal
{
	text-align: -moz-center;
}

.modalTop img
{
	padding-right: 5px;
	padding-top: 5px;
}

.closeButton a, .closeButton a:hover, .closeButton a:visited
{
    color: #ffffff;
    text-decoration: none;
    font-family: "Century Gothic";

    font-weight: bold;
}

.modalBottom
{
    background: transparent url(../images/loginBottomBox.gif) top no-repeat;
    height: 10px;
    color: #ffffff;
    text-align: right;
    width: 300px;
    vertical-align: bottom;
}

.modalBody
{
    background-color: #8b391d;
    padding: 0 10px 10px 10px;
    text-align: left;
    border: solid 3px #600;
}

.closeButton
{
    text-align: right;

}

#ctl00_popupLoginCtlMe_LoginImageButton
{
    padding-top: 10px;
}
