	.TB_overlayBG
	{
		background-color: #000;
		filter: alpha(opacity=75);
		-moz-opacity: 0.75;
		opacity: 0.75;
		position: fixed;
		z-index: 10000;
		top: 0px;
		left: 0px;
		height: 100%;
		width: 100%;
	}
	.TB_window
	{
		font: 12px Arial, Helvetica, sans-serif;
		color: #333333;
	}
	.TB_window a:link
	{
		color: #666666;
	}
	.TB_window a:visited
	{
		color: #666666;
	}
	.TB_window a:hover
	{
		color: #000;
	}
	.TB_window a:active
	{
		color: #666666;
	}
	.TB_window a:focus
	{
		color: #666666;
	}
	.TB_window
	{
		position: fixed;
		background: #ffffff;
		z-index: 10200;
		color: #000000;
		border: 4px solid #525252;
		text-align: left;
		top: 50%;
		left: 50%;
		margin-left: -239px;
		width: 508px; 
		margin-top: -220px; 
		display: block;
	}
	* html .TB_window
	{
		/* ie6 hack */
		position: absolute;
		margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
	}
	.TB_ajaxContent
	{
		clear: both;
		padding: 2px 15px 15px 15px;
		overflow: auto;
		text-align: left;
		line-height: 1.4em;
		width: 508px; 
		height: 368px;
	}
	.TB_ajaxContent h2
	{
		text-align: center;
	}
	.TB_ajaxContent a.userbox:hover
	{
		border:1px #000 solid;
	}