/* @override http://pil.waltt.info/css/jquery.tinybox.css */

.tbox {
	position: absolute;
	display: none;
	padding: 14px 17px;
	z-index: 90000;
}
.tinner {
	padding: 0;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 5px solid #d0dfe7;
	background: #fff url(./shared/images/jquery.tinybox.preload.gif) no-repeat 50% 50%;
	-moz-box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.67);
	-webkit-box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.67);
	box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.67);
	behavior: url(./css/pie/PIE.htc);
}
.tinner img {
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
	behavior: url(./css/pie/PIE.htc);
}
.tmask {
	position: absolute;
	display: none;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	background: #000;
	z-index: 80000;
}
.tclose {
	position: absolute;
	top: 1px;
	right: 3px;
	width: 30px;
	height: 30px;
	cursor: pointer;
	background: url(./images/tinybox_close.png) no-repeat center bottom;
	behavior: url(./css/pie/PIE.htc);
}
.tclose:hover {
	background-position: center top;
	behavior: url(./css/pie/PIE.htc);
}
