#TB_window {
	z-index: 900001 !important;
	position: fixed;
	background: #fff;
	text-align: left;
	left: 50%;
	box-shadow: 0 3px 6px rgba( 0, 0, 0, 0.3 );
}
#TB_overlay {
	z-index: 900000 !important;
	background: #000;
	opacity: 0.7;
	filter: alpha(opacity=70);
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}