.frameHollowContainer {
	background-image: url(../images/global/frame/frameHollowBR.jpg);
	background-repeat: repeat-y;
	background-position: right;
	margin: 0px;
}
.frameHollowU {
	background-image: url(../images/global/frame/frameHollowUM.jpg);
	background-repeat: repeat-x;
	background-position: top;
	margin: 0px;
	height: 10px;
}
.frameHollowUL {
	background-image: url(../images/global/frame/frameHollowUL.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	float: left;
	width: 10px;
	height: 10px;
}
.frameHollowUR {
	background-image: url(../images/global/frame/frameHollowUR.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	margin: 0px;
	float: right;
	width: 10px;
	height: 10px;
}
.frameHollowBody {
	background-image: url(../images/global/frame/frameHollowBL.jpg);
	background-repeat: repeat-y;
	background-position: left;
	margin: 0px;
	padding-left: 10px;
	padding-right: 10px;
}
.frameHollowL {
	background-image: url(../images/global/frame/frameHollowLM.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	margin: 0px;
	height: 10px;
}
.frameHollowLL {
	background-image: url(../images/global/frame/frameHollowLL.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin: 0px;
	float: left;
	width: 10px;
	height: 10px;
}
.frameHollowLR {
	background-image: url(../images/global/frame/frameHollowLR.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin: 0px;
	width: 10px;
	float: right;
	height: 10px;
}
