/* 
    Document   : overlay
    Created on : 06-Sep-2013, 11:47:49
    Author     : bogosi.gabonnwe
    Description:
        Purpose of the stylesheet follows.
*/

div#overlay {
	display: none;
	z-index: 2;
	background: #000;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	text-align: center;
}
div#popupBox {
	display: none;
	position: absolute;
        top: 0px;
        left: 0px;
	z-index: 3;
	margin: 0px auto auto auto;
	width: 500px;
	height: 300px;
	background: #FFF;
	color: #000;
}
div#wrapper {
	position:absolute;
	top: 200px;
	left: 200px;
	padding-left:24px;
}