body {
	font:14px/1.2 Helvetica, Verdana, "Lucida Grande", sans-serif;
	color: white;
	background:#eee;
	height:100%;
	margin:25px 0;
	padding:
	}
#testdiv {
	width:600px;
	margin:0 auto;
	border:1px solid #ccc;
	padding:20px 25px;
	background:#fff
	}
#tinybox {
	position:absolute;
	display:none;
	background:#fff url(images/preload.gif) no-repeat 50% 50%;
	background-color: #2B7135;
	z-index:2000
	}
#tinymask {
	position:absolute;
	display:none;
	top:0; left:0;
	height:100%; width:100%;
	background:#000;
	z-index:1500
	}
#tinycontent {
	background:#2B7135;
	}
p,
.url,
#close {
	color: white;
	}
p {
	clear: both;
	margin: 30px;
	}
.url,
#close {
	text-decoration: none;
	}
.url:hover {
	text-decoration: underline;
	cursor: pointer;
	cursor: hand;
	}
.category {
	color:#ababab;
	}
#close {
	float: right;
	margin: 4px 4px 20px 0;
	}
#close:hover {
	cursor: pointer;
}