div.TBPSHADOW{
	position:fixed;
	left:0;
	top:0;
	background:url("../graphics/common/shadowPatch.png");
	width:100%;
	height:100%;
	z-index:99;
}
div.TBPCON{
	padding:20px;
	margin:70px auto;
	width:400px;
	min-height:600px;
	left:0;
	top:0;
	background:#FFF;
	z-index:100;
}
a.TBPCLOSE{
	display:block;
	width:auto;
	text-align:right;
	cursor:pointer;
}
