.button
{
	padding: 2em 0 0 0;
	clear: both;
}

.button input
{
	font-size: 1.2em;
	font-weight: bold;
}

.generator
{
	clear: both;
}

.floatBox
{
	position: absolute;
	background: #fff;
	border: 1px solid #000;
	padding: 2em;
	display: none;
}

.generator .forumCheckbox
{
}

.generator .cat
{
	padding: 0 0 1em 0;
	clear: both;
}

.generator .cat h2
{
	padding: 0;
	margin: 0 0 0.2em 0;
}

.generator .cat .forums
{
	padding: 0 0 0 2em;
	margin: 0;
	clear: both;
}

.generator .cat .forums a
{
	text-decoration: none;
	color: #333333;
	font-weight: bold;
}

.generator .cat .forums a:hover
{
	text-decoration: underline;
}

.generator .cat .subforums
{
	padding: 0 0 2em 2em;
	margin: 0;
	clear: both;
}

.generator .cat .subforums a
{
	text-decoration: none;
	color: #333333;
	font-weight: normal;
}

.generator .cat .subforums a:hover
{
	text-decoration: underline;
}

.generator .cat .subforums .left
{
	float: left;
	width: 45%;
}

