
.zoom {
    zoom: 1.2;
    -moz-transform: scale(1.2);
    -moz-transform-origin: top left;
    -o-transform: scale(1.2);
    -o-transform-origin:top left;
    -webkit-transform: scale(1.2);
    -webkit-transform-origin: top left;
    transform: scale(1.2);
    transform-origin: top left;
}

#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_overlay {
	position: fixed;
  display: none;
	z-index: 100;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
}

.TB_overlayBG {
	background-color: #fff;
	filter: alpha(opacity=80);
	opacity: 0.8;
}

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 105;
	display: none;
	text-align: left;
	top: 48%;
	/*left: 50%;
	margin: 5px;*/
	
}

#TB_title {
	background-color: #e8e8e8;
	height: 25px;
    font-weight: bold;
}

#TB_clsBtn {
	padding: 5px 7px;
	float: right;
}

.TB_caption {
	padding: 5px 7px;
	float: left;
}

#TB_load {
	position: fixed;
	display: none;
	height: 13px;
	width: 208px;
	z-index: 115;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px;   /* -height/2 0 0 -width/2 */
}

#TB_iframeContent {
	clear: both;
	border: none;
	margin-bottom: -1px;
	margin-top: 1px;
    overflow-x: hidden;
    overflow-y: auto;
}
