#forum-list, #forum-answers, #forum-main-topic, .forum-send {
	border-collapse: collapse;
	width: 100%;
	margin-top: 1em;
	margin-bottom: 1em;
}

.forum-list-title {
	padding: 0;
	margin:0;
	border-collapse: collapse;
	background-color: #F6F6FF;
	height: 30px;
	line-height: 30px;
}

.forum-list-date {
	white-space: nowrap;
}

.forum-topic-2 {
	background-color: #F6F6FF;
}

.forum-list-title a.title {
	font-weight: bold;
	font-size: 14px;
}

.forum-list-title td, .forum-list-snap, .forum-topic-content  {
	padding: 4px 1em;
	border: solid #E0E0FF 1px;
}

.forum-list-snap {
	padding: 1em 1em 1em 100px;
}

#forum-answers .author, .main-topic-author {
	font-size: 14px;
	font-weight: bold;
}

.forum-topic-content .title {
	font-size: 13px;
	margin-bottom: 1em;
	font-weight: bold;
}

.main-topic-text {
	font-size: 14px;
	padding: 1em;
	margin: 1em;
	border-left: solid #B0B0FF 6px;
}

.forum-send {
	font-size: 14px;
	padding: 1em;
	margin: 1em;
	border-left: solid #B0B0FF 6px;
}

.forum-send th {
	text-align: right;
	width: 50px;
	padding: 6px 1em;
	vertical-align: top;
	height: 40px;
}
.forum-send td {
	vertical-align: top;
}
.forum-send input[type='text'], .forum-send textarea {
	width: 500px;
	background-color: #F6F6FF;
	border: solid #E0E0FF 1px;
}

.forum-send textarea {
	height: 300px;
}

.forum-send .captcha {
	width: 100px !important;
}