#overlay
{
    position: absolute;
    z-index: 0;
    top: 0pt;
    left: 0pt;
    background-color: Black;
    filter: alpha(opacity = 80);
    -moz-opacity: .8;
    opacity: .8;
}

.modal
{
    position: absolute;
    z-index: 1000;
    background-color: #485E75;
    width: 500px;
    height: 250px;
    border: solid 2px White;
}

.modal #modalHeader
{
    cursor: move;
    padding: 2px 2px 0px 2px;
    height: 20px;
    background-color: #E7ECEF;
    border-bottom: solid 1px black;
}

.modal #modalHeader #modalTitle
{
	font-weight: bold;
    float: left;
}

.modal #modalHeader #modalClose
{
    float: right;
    height: 18px;
    width: 18px;
    text-align: left;
}