#modalOverlay {
  background-color:#000;

}
#modalContainer {
	height:500px;
	width:800px;
	top:50%;
	left:50%;
	margin:10px;
	overflow:hidden;
}
.modalData{
	width:100%;
	height:100%;
	padding:5px;
}
