

.it_wrapper {
	position: relative;
	display: block;
}
.it_wrapper .it_r,
.it_wrapper .it_b,
.it_wrapper .it_l,
.it_wrapper .it_tr,
.it_wrapper .it_br,
.it_wrapper .it_bl,
.it_wrapper .it_tl,
.it_wrapper img,
.it_wrapper .it_overline,
.it_wrapper .it_over {
	position: absolute;
	display: inline;
}
.it_wrapper {
	/* width: [img_w + 7 + 7] (JS) */
	/* height: [img_h + 3 + 9] (JS) */
	background: url(/packages/it/img/it_t.gif) repeat-x;
}
.it_wrapper .it_tr {
	top: 0;
	right: 0;
	width: 7px;
	height: 10px;
	background: url(/packages/it/img/it_tr.gif) no-repeat;
}
.it_wrapper .it_r {
	top: 0;
	right: 0;
	width: 7px;
	/* height: [img_h + 3 + 9] (JS) */
	background: url(/packages/it/img/it_r.gif) repeat-y;
}
.it_wrapper .it_br {
	bottom: 0;
	right: 0;
	width: 13px;
	height: 10px;
	background: url(/packages/it/img/it_br.gif) no-repeat;
}
.it_wrapper .it_b {
	bottom: 0;
	left: 0;
	/* width: [img_w + 7 + 7] (JS) */
	height: 9px;
	background: url(/packages/it/img/it_b.gif) repeat-x;
}
.it_wrapper .it_bl {
	bottom: 0;
	left: 0;
	width: 13px;
	height: 10px;
	background: url(/packages/it/img/it_bl.gif) no-repeat;
}
.it_wrapper .it_l {
	top: 0;
	left: 0;
	width: 7px;
	/* height: [img_h + 3 + 9] (JS) */
	background: url(/packages/it/img/it_l.gif) repeat-y;
}
.it_wrapper .it_tl {
	top: 0;
	left: 0;
	width: 7px;
	height: 10px;
	background: url(/packages/it/img/it_tl.gif) no-repeat;
}
.it_wrapper img {
	top: 3px;
	left: 7px;
}
.it_wrapper .it_overline {
	top: 3px;
	left: 7px;
	/* width: [img_w + 7 + 7] (JS) */
	height: 1px;
	border-top: 1px solid #fff;
	opacity: 0.3;
	filter: alpha(opacity = 30);
}
.it_wrapper .it_over {
	top: 3px;
	left: 7px;
	/* width: [img_w] (JS) */
	/* height: [img_h] (JS) */
	background: #fff;
	opacity: 0.1;
	filter: alpha(opacity = 10);
	display: none;
	cursor: pointer;
}

