#modal_background{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
	z-index: 10;
	background-color:#333333;
	display: none;
}

#modal_slide{
    position: absolute;
    left: 25px;
	top: 75px;
	z-index: 9;
	width: 940px;
	height: 0;
	overflow: hidden;
	background-color: white;
}

#modal_slide_content{
	height: 450px;
	position: relative;
}

#modal_window{
    position: absolute;
    top: 125px;
    left: 275px;
	z-index: 11;
	visibility: hidden;
	width: 500px;
	height: 419px;
	background:url(../img/background_popup.png) no-repeat;
}

#modal_content{
	width: 466px;
	height: 327px;
	overflow: auto;
	margin-top: 36px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	font-size: 12px;
	text-align: justify;
}

#modal_footer{
	margin: 3px;
	text-align: center;
}

