/**
* CSS for mod_forum.php
*
* @package Site
* @subpackage CSS
* @author Pavel "Papi" Jartsev <papi@digitalfruit.ee>
* @filesource
*/

.layout_body
{
	width: 100%;
}
.layout_body .a-date
{
	white-space: nowrap;
}
.layout_body .a-name
{
	font-style: italic;
}
.layout_body .subject
{
	font-weight: bold;
}

.layout_footer2
{
	margin-top: 20px;
}

.form .checkbox
{
	margin-left: 20px;
}