	/** big border skin **/
	table tr td.imagebordertop {
		line-height: 3px; font-size: 3px;
		background-image: url("images/top.gif");
		background-repeat: repeat-x;
	}
	table tr td.imageborderleft {
		line-height: 3px; font-size: 3px;
		background-image: url("images/left.gif");
		background-repeat: repeat-y;
	}
	table tr td.imageborderright {
		line-height: 3px; font-size: 3px;
		background-image: url("images/left.gif");
		background-repeat: repeat-y;
	}
	table tr td.imageborderbottom {
		line-height: 3px; font-size: 3px;
		background-image: url("images/top.gif");
		background-repeat: repeat-x;
	}
	.imagebox {
		text-align: left;
		background-image: url("images/topright.gif");
		background-repeat: no-repeat;
		background-position: top right;
		background-color: black;
		line-height: 3px; font-size: 3px;
	}
	.innerbox {
		background-image: url("images/bottomright.gif");
		background-repeat: no-repeat;
		background-position: bottom right;
		line-height: 3px; font-size: 3px;
	}