	#modal_container {
		padding:20px;
		background-color:#fff;
		overflow:auto;
		margin:0px;
		width:600px;
height:500px;
		text-align:left;
	}
	
	#modal_overlay {
	background-color:#000000;
	background-repeat: repeat-y;
	height:1000px;
	}
