#modalOverlay {
  height:100%;
  width:100%;
  position:fixed;
  left:0;
  top:0;
  z-index:3000;
  background-color:#000;
}

#modalContainer {
  height:455px;
  width:500px;
  position:fixed;
  left:53%;
  top:12%;
  margin-left:-300px;
  z-index:3100;
  background-color: White;
  border: 3px solid #5F5F5F;
  text-align: left;
  padding: 3px;
}
	#modalContainer .loader
	{
		text-align: center;
		margin: 180px auto;
	}
	#modalContainer .title
	{
		font-size: 12px;
		font-weight: bold;
		padding: 3px 7px;
		color: #535353;
	}
	#modalContainer .embed
	{
		width: 500px;
		height: 400px;
		text-align: center;
	}
	#modalContainer .hits
	{
		margin: 8px 7px 5px 7px;
	}

#modalContainer a.modalCloseImg {
  background: url(../window/alphacube/button-close-focus.gif) no-repeat;
  width:33px;
  height:33px;
  display:inline;
  z-index:3200;
  position:absolute;
  top:0px;
  left:473px;
  cursor:pointer;
}