﻿.forum-container
{
	background-color:#f8f8f8;
	padding:10px;
}
.forum-link
{
	background-color: #eaeaea;
	height: 50px;
	text-align: center;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	color:#e40613;
}

	.forum-link:hover
	{
		background-color: #e0e0e0;
	}

.forum-post-row
{
	float: right;
	margin-bottom: 10px;
	width: 100%;
}
.forum-post-row .description
{
	font-size:14px;
}
.forum-post-grid
{
	clear: both;
}
