A.ebarlink IMG {
	border-color: transparent;
	background-color: transparent;
	border-width: thin;
	vertical-align: middle;
}
A.ebarlink:hover IMG {
	border-color: #666;
	background-color: #666;
	border-width: thin;
	vertical-align: middle;
}
A.cpageedit IMG {
	opacity:0.5;
	filter:alpha(opacity=50); /* For IE8 and earlier */
}
A.cpageedit:hover IMG {
	opacity:1;
	filter:alpha(opacity=100); /* For IE8 and earlier */
}
TD.ibtl {
	background-image: url("../graphics/ib/inputbox-06.png");
	background-position: bottom right;
	background-repeat: no-repeat;
	width: 30px;
	height: 30px;
}
TD.ibtc {
	background-image: url("../graphics/ib/inputbox-02.png");
	background-position: bottom;
	background-repeat: repeat-x;
	height: 30px;
}
TD.ibtr {
	background-image: url("../graphics/ib/inputbox-07.png");
	background-position: bottom left;
	background-repeat: no-repeat;
	width: 30px;
	height: 30px;
}
TD.ibcl {
	background-image: url("../graphics/ib/inputbox-03.png");
	background-position: right;
	background-repeat: repeat-y;
	width: 30px;
}
TD.ibcr {
	background-image: url("../graphics/ib/inputbox-04.png");
	background-position: left;
	background-repeat: repeat-y;
	width: 30px;
}
TD.ibbl {
	background-image: url("../graphics/ib/inputbox-08.png");
	background-position: top right;
	background-repeat: no-repeat;
	width: 30px;
	height: 30px;
}
TD.ibbc {
	background-image: url("../graphics/ib/inputbox-05.png");
	background-position: top;
	background-repeat: repeat-x;
	height: 30px;
}
TD.ibbr {
	background-image: url("../graphics/ib/inputbox-09.png");
	background-position: top left;
	background-repeat: no-repeat;
	width: 30px;
	height: 30px;
}
TD.ibcc {
	background-color: #FFFFFF;
}
DIV.inputbox {
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-image: url("../graphics/ib/inputbox-10.png");
}