#tinybox
{
	position: absolute;
	display: none;
	padding: 0px;
	background: #fff url(images/preload.gif) no-repeat 50% 50%;
	border: 5px solid #e3e3e3;
	z-index: 2000;
}
#tinymask
{
	position: absolute;
	display: none;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: #000;
	z-index: 1500;
}
#tinycontent { background: #fff; }
.button { cursor: pointer; }
#tinycontent p {
	margin: 0px;
}
#tinycontent a {
	color: #cc6633;
	text-decoration: none;
}
#tinycontent a:hover {
	text-decoration: underline;
}


