﻿
#overlay {
    width: 100%;
    min-height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    background: url('/images/overlay.png') repeat;
    display: none;
    text-align: center;
}

/** ie6 and below only **/
* html #overlay {
    height: 100%;
    position: absolute;
}

#overlay-panel {
    margin: 20% auto 0 auto;
    width: 600px;
	text-align:center;
    border: solid 7px #8e8d8d;
	padding: 30px 0px 30px 0px;
    background: #333333;
    color: #ffffff;
}

#overlay-panel td {
  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
  color: #ffffff;
}


