section.forum {
	position: relative;
}

section.forum a.topic{
	position: absolute;
	top: 0;
	right: 0;
}

section.forum article {
	background-color: #e5e5e5;
	padding: 20px;
}

section.forum article h2{
    color: #2a2a2a;
    font-family: verdana,arial;
    font-size: 13px;
    font-weight: bold;
    line-height: 19px;
    text-transform: none;
}

section.forum article.topic {
	background-color: #ffffff;
	padding: 20px 0;
}

section.forum article.topic > span.more {
	display: block;
}

section.forum article section {
	display:none;
}

section.forum article.answer {
	background-color: #f4f4f4;
	padding: 20px;
	margin-left:20px;
	border-bottom: 10px solid #e5e5e5;
}

section.forum article span.more {
	width: 80%;
	display: none;
}

section.forum td.info {
	font-weight: normal;
	width: 80px;
}

section.forum td {
	font-weight: bold;
	vertical-align: top;
}

section.forum article.create td {
	font-weight: normal;
	line-height: 26px;
}

section.forum article.create td:first-child {
	width: 120px;
}

section.forum article.create input, section.forum article.create textarea {
	width: 400px;
}

section.forum aside {
	float: right;	
}

section.forum div.trigger {	
	background-image: url('../images/forum/down.png');
	height: 30px;
	width: 30px;
	display: block;
	float: left;
}

section.forum div.trigger.rotate {	
  -webkit-transform: rotate(180deg);/
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  filter: progid:DXImageTransform.Microsoft.Matrix(M11=-1, M12=0, M21=0, M22=-1, DX=0, DY=0, SizingMethod='auto expand');
}

section.forum div.trigger.close {	
	background-image: url('../images/forum/up.png');
}

section.forum a.new {	
	background-image: url('../images/forum/new.png');
	height: 30px;
	width: 30px;
	display: block;
	float: right;
}

section.forum #new_posts {
	position: absolute;
	right: 2px;
	top: 0;
}

section.forum a.refresh {
    background-color: #1798db;
    color: #fff;
    font-size: 20px;
    height: 30px;
    line-height: 30px;
    margin-right: 37px;
    padding: 0 5px;
    min-width: 20px;
}


section.forum a.edit {	
	background-image: url('../images/forum/edit.png');
	height: 30px;
	width: 30px;
	display: block;
	float: right;
}