#tinymask {
	position: absolute;
    background: #181818 url(../img/ajax-loaderbl.gif) no-repeat 50% 50%; 
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 2100;
    opacity: 0.6;
}
#tinybox {
	position: absolute;
	display: none;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
    text-align: center;
    overflow: auto;
	z-index: 2500;
}
#tinycontent {
    position: relative;
    display: inline-block;
    max-width: 1200px;
    top: 50%;
    transform: translateY(-50%);
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
	-moz-border-radius: 8px;
	-khtml-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}
