/* CSS Document */
#modal_container {
		padding:5px;
		background-color:#fff;
		/*border:10px solid #fff;*/
		overflow:auto;
		font-family: Georgia, "Times New Roman", Times, serif;
		color:#5e5f61;
	}

	#modal_overlay {
		background-color:#000;
		height:2000px !important;
	}

