#forums .container table tbody tr {
	border: 1px solid #E4ECEC;
	border-top:0;
}
#forums .forum-message-list .entry {
	margin-top: 5px;
	border-width: 1px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#forums .forum-message-list .entry .message {
	margin: 5px;
}

#forums .forum-message-list .entry .header {
	background-color: #EEE;
	padding: 4px;
}

#forums .forum-message-list .entry .header img {
	margin: 0;
}

#forums .panel {
	margin-bottom:5px;
	text-align:right;
}

#forums .forum-message-create #new-author {
	width:50%;
}

#forum-topic-create tr td:first-child, #forum-message-create tr td:first-child {
	text-align: right;
	padding-right: 5px;
	vertical-align: top;
	color: #666;
}

#forum-topic-create input.subject {
	width:100%;
}

#forum-topic-create textarea {
	width:100%;
	height:10em;
}
#forums .error {
	padding-left:20px;
	margin:5px;
}
#forums .error li {
	margin-left:15px;
}
#forums table tbody td {
	border-bottom-width: 1px;
	padding: 4px;
}

#forums table tbody tr:nth-child(even) {
	background: #EEE;
}

#forums table.table {
	border-width: 1px;
}

