#testdiv {
	width: 600px;
	margin: 0 auto;
	border: 1px solid #ccc;
	padding: 20px 25px;
	background: #fff
}

#tinybox {
	position: absolute;
	display: none;
	padding: 10px;
	background: #fff url(../images/ajax-loader.gif) no-repeat 50% 50%;
	border: 10px solid #e3e3e3;
	z-index: 10001
}

#tinymask {
	position: absolute;
	display: none;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: #000;
	z-index: 10000
}

#tinycontent {
	background: #fff
}