.gen_Forum .catTitle {
	font-weight: bold;
	text-align: center;
	font-size: 1.4em;
	margin: 0.2em 0em 1em 0em;
	margin-top: 2em;
	margin-bottom: 1.5em;
}

.gen_Forum .boxList {
	margin-top: 2em;
}

.gen_Forum .boxList a.box {
	display: block;
	width: 100px;
	height: 60px;
	float: right;
	margin: 0px 5px;
	text-align: center;
	padding-top: 40px;
	background: url(img/box.png) center top;
	font-weight: bold;
}

.gen_Forum .boxList .catLinkBox {
	padding-top: 50px;
	padding-left: 5px;
	float: right;
}

.gen_Forum .boxList .catLinkBox img {
	height: 50px;
}

.gen_Forum .pageOfBoxList {
	margin: 0px auto;
	width: 700px;
}

.gen_Forum .artList, .gen_Forum div.editBoxArt {
	margin: 0px auto;
	width: 90%;
}

/* *** editbox */

.gen_Forum div.editBox {
	margin: 0.4em 1em 0em 0em;
	float: left;
}

