.toolbar {
	width:auto;
	height:24px;
	border:0px;
	background-image:url(http://media.gamepn.com/images/global/icons/toolbar/toolbar_bg.gif);
	background-repeat: repeat-x;
}
.button {
	border: 1px solid #CCCCCC;
}
.button:hover {
	border: 1px solid #000000;
	background-color: #FFFFFF;
}

.forum_border {
	background-color: #A1A1A1;
}
.forum_header {
	background-color: #E0E0E0;
	font-weight: bold;
}
.forum_header_a {
	color: #000000;
	text-decoration: none;
}
.forum_header_a:hover {
	text-decoration: underline;
}
.forum_smallheader {
	background-color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
.forum_smallheader a {
	text-decoration: none;
}
.forum_content {
	background-color: #F1F1F1;
}