#TB_overlay {
	position: fixed; z-index: 100;
	top: 0px; left: 0px;
	height: 100%; width: 100%;
}
.TB_overlayMacFFBGHack {
	background-image: url(macFFBgHack.png);
	background-repeat: repeat;
}
.TB_overlayBG {
	background-color: #EEF8FF;
	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-image: url(tb-l.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#TB_wrapper {
	position: relative; padding: 0 30px;
}
#TB_main {
	position: relative;
	width: 100%;
	margin: 0 -30px;
	padding: 0 30px;
	background: url(tb-r.png) no-repeat right top;
}
#TB_content { background: #FFF; }
#TB_top {
	margin-top: -30px;
	height: 30px;
	width: 100%;
	background: url(tb-t.png) no-repeat left top;
}
#TB_topleft {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 30px;
	height: 30px;
	background: url(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(tb-tr.png) no-repeat left top;
}
#TB_bottom {
	margin-bottom: -30px; height: 30px; width: 100%;
	background: url(tb-b.png) no-repeat left bottom;
}
#TB_bottomleft {
	position: absolute; left: 0px; bottom: 0px; width: 30px; height: 30px;
	background: url(tb-bl.png) no-repeat left bottom;
}
#TB_bottomright {
	position: absolute; right: 0px; bottom: 0px; width: 30px; height: 30px;
	background: url(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 00a1e4;
}
#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(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; }

