	#modal_container {
		padding:10px;
		background-color:#FFFFFF;
		overflow:auto;
		min-width:500px;
  width:auto !important;
  width:500px;
  
 min-height:450px;
  height:auto !important;
  height:450px;


	}
	#modal_overlay {
	background-color:#000000;
	background-repeat: repeat-y;
	}

