body {
	font: 12px/1.4 Verdana,Arial; 
	background: #eee; 
	height: 100%; 
	margin: 25px 0; 
	padding: 0;
}

h1 {
	font: 24px Georgia,Verdana; 
	margin: 0;
}

h2 {
	font-size:12px; 
	font-weight:normal; 
	font-style:italic; 
	margin:0 0 20px;
}

p {
	margin-top: 0px;
}

ul {
	margin: 0; 
	padding-left: 20px;
}

#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/preload.gif) no-repeat 50% 50%; 
	border: 10px solid #e3e3e3; 
	z-index: 2000;
	overflow-y: auto;
}

#tinymask {
	position: absolute; 
	display: none; 
	top: 0; 
	left: 0; 
	height: 100%; 
	width: 100%; 
	background: #000; 
	z-index: 1500;
}

#tinycontent {
	background: #fff;
	overflow-y: auto;
}

#tinycontent h2 {
	background: url(../images/fp-image-sel-header-bg.jpg) repeat-x top;
	color: #FFF;
	font-size: 16px;
	height: 18px;
	padding: 13px;
	text-shadow: none;
	width: 94%;
}

#tinycontent img {
	background: #EBEBEB;
	border: 1px solid #D1D1D1;
	margin: 4px;
	padding: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#tinycontent img:hover {
	background: #A5A5A5;
}

.button {
	font: 14px Georgia,Verdana; 
	margin-bottom: 10px; 
	padding: 8px 10px 9px; 
	border: 1px solid #ccc; 
	background: #eee; 
	cursor: pointer;
}

.button:hover {
	border: 1px solid #bbb; 
	background: #e3e3e3;
}