#TB_overlay {
	position: fixed; z-index: 100;
	top: 0px; left: 0px;
	height: 100%; width: 100%;
}
.TB_overlayMacFFBGHack { background: url(../img/macff.png) repeat; }
.TB_overlayBG {
	background-color: #f1f8e2;
	filter:alpha(opacity=66);
	-moz-opacity: 0.66;
	opacity: 0.66;
}
#TB_window {
	position: fixed; top: 50%; left: 50%;
	z-index: 102; display: none; text-align: left;
	background: url(../img/tb-l.png) no-repeat left top;
}
#TB_wrapper {
	position: relative; padding: 0 30px;
}
#TB_main {
	position: relative; width: 100%; margin: 0 -30px; padding: 0 30px;
	background: url(../img/tb-r.png) no-repeat right top;
}
#TB_content { background: #FFF; }
#TB_top {
	margin-top: -30px; height: 30px; width: 100%;
	background: url(../img/tb-t.png) no-repeat left top;
}
#TB_topleft {
	position: absolute; left: 0px; top: 0px; width: 30px; height: 30px;
	background: url(../img/tb-tl.png) no-repeat left top;
}
#TB_topright {
	position: absolute; right: 0px; top: 0px; width: 30px; height: 30px;
}
#TB_closeWindowButton {
	display: block; width: 30px; height: 30px; margin: 0; padding: 0; overflow: hidden; text-indent: -9999em;
	background: url(../img/tb-tr.png) no-repeat left top;
}
#TB_bottom {
	margin-bottom: -30px; height: 30px; width: 100%;
	background: url(../img/tb-b.png) no-repeat left bottom;
}
#TB_bottomleft {
	position: absolute; left: 0px; bottom: 0px; width: 30px; height: 30px;
	background: url(../img/tb-bl.png) no-repeat left bottom;
}
#TB_bottomright {
	position: absolute; right: 0px; bottom: 0px; width: 30px; height: 30px;
	background: url(../img/tb-br.png) no-repeat right bottom;
}
#TB_ImageCaption, #TB_ImageChange {
	position: relative; width: auto; height: auto;
	margin: 0; padding: 9px 0 0; line-height: 18px;
	font-weight: bold; color: #333;
}
#TB_ImageCaption { float: left; text-align: left; font-size: 12px; }
#TB_ImageChange { float: right; text-align: right; }

#TB_window img#TB_Image {
	display: block; margin: -1px; padding: 0;
	border: 1px solid #c0db83;
}
#TB_load {
	position: fixed; display: none;
	height: 24px; width: 24px; padding: 27px;
	z-index: 103; top: 50%; left: 50%;
	margin: -39px 0 0 -39px;
	background: url(../img/load-bg.png) no-repeat left top;
}
#TB_HideSelect{
	z-index: 99; position: fixed;
	top: 0; left: 0; background-color: #fff;
	border: 0; filter:alpha(opacity=0);
	-moz-opacity: 0; opacity: 0;
	height:100%; width:100%;
}
#TB_iframeContent{
	clear: both; margin: 0;
	padding: 0; border: 0;
}
#TB_window iframe { margin: 0; padding: 0; border: 0; }
