form.forum
{
	margin: 0px;
	padding: 10px;
	background-color: #39b44a;
}
div.forum
{
	padding: 10px;
	background-color: #39b44a;
}
div.sed
{
	background-color: #197a30;
}
div.forum p
{
	margin: 0px 0px 10px 0px;
	padding: 0px;
}
label.forum
{
	width: 100px;
	float: left;
	font-weight: bold;
}
input.forum
{
	width: 300px;
}
textarea.forum
{
	width: 300px;
	height: 100px;
}
.f_last
{
	background-image: url('../imgs/f_bottom.jpg');
	background-position: bottom left;
	background-repeat: no-repeat;
	background-color: #39b44a;
}
.f_first
{
	background-image: url('../imgs/f_top.jpg');
	background-position: top left;
	background-repeat: no-repeat;
	background-color: #39b44a;
}
input.submit_form
{
	margin-left: 260px;
	width: 150px;
}
div.pager
{
	text-align: right;
	padding-right: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
}
div.report
{
	text-align: center;
	font-weight: bold;
}
