#overlay{
	display:none;
	background:#000;
	width:100%;
	height:100px;
	position:absolute;
	z-index:500;
	top:0;
	left:0;
	-moz-opacity:.80; 
	filter:alpha(opacity=80); 
	opacity:.80;
}

#modalWindow{
	display:none;
	background:transparent;
	position:absolute;
	z-index:1000;
    top:50px;
    margin:0 auto;
	left:50%;
	margin-left:-406px;
	width:813px;
	height:400px;
	padding:0px;
	text-align:center;
}

#modalWindow .top{
	width:813px;
	height:39px;
	background:url('../assets/images/modalTop.png');
	background-repeat:no-repeat;
	padding-top:30px;
    
}

#modalWindow .top #closeButton{
 cursor:pointer;	display:block;
	height:25px;
	width:60px;
	border:0px solid #fff;
	margin-left:710px;
}

#modalWindow .main{
	padding-right:8px;
	width:805px;
	background:url('../assets/images/modalMain.png');
	background-repeat:no-repeat;
	height:628px;
}

#modalWindow .bottom{
	width:813px;
	height:53px;
	background-repeat:no-repeat;
	background:url('../assets/images/modalBottom.png');
}
