.themodal-lock {
	/* when modal is opened we're removing scrollbars from the main content */

}

.themodal-overlay {
	/* overlay will stay fixed and will take all the space available */
	position: fixed;
	bottom: 0;
	left: 0;
	top: 0;
	right: 0;
	z-index: 100;

	/* if modal content doesn't fit inside the overlay, display scrollbars */
	overflow: auto;

	/* allow one-finger iPad scrolling */
	-webkit-overflow-scrolling: touch;

}

/* fix for iPad glitches */
.themodal-overlay > * {
	-webkit-transform: translateZ(0px);
}

.themodal-overlay {
	background: rgba(0, 0, 0, 0.8);
	/* IE6тАУIE8 */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = #7F000000, endColorstr = #7F000000);
	zoom: 1;
}

#playform 
{ 
    min-width:150px;
    min-height:150px;
    
    background-image : url(../images/ajax-loader-gif-transparent-background-24.gif);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
}