#TB_overlay {
	position:fixed;
	z-index:2500;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=85);
	-moz-opacity: 0.85;
	opacity: 0.85;
}


#TB_window {
	position:fixed;
	z-index:2500;
	color:#000000;
	display:none;
	border: none;
	text-align:left;
	top:50%;
	left:50%;
}

#TB_closeWindow{
	height:25px;
	padding:0px 0px 0px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:0px 0px 0px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}