table.forum {
	width: 100%;
	background: #f4f5f6
}
	table.forum th {
/*		padding: 8px 4px; */
		font-size: 12px;
		color: #464646
	}
	table.forum td {
		padding: 5px 15px;
		background: #fff
	}
	table.forum a.title {
		font-size: 16px
	}

.message {
	padding: 15px 0 20px 30px;
	border-top: #89D817 1px solid
}
.message .num {
	position: absolute;
	margin: -2px 0 0 -30px;
	font-size: 18px;
	font-weight: bold;
	color: #89D817
}



form.post {
	margin: 10px 0;
	padding: 15px 5px;
	min-width: 450px;
	background: #e7f9cf
}
form.post table td {
	vertical-align: top
}
form.post label {
	display: block;
	text-align: right;
	padding: 5px 10px
}
form.post .input {
	display: block;
	margin: 5px 0;
	width: 70%;
}
form.post textarea {
	display: block;
	width: 80%;
	height: 120px;
}
form.post .captcha {
	margin: 5px 0;
}
form.post .text_input,
form.post table tbody tr td input {
	width: 145px;
}
form.post table tbody tr td select {
	width: 151px;
}
@-moz-document url-prefix() {
	form.post table tbody tr td select {
		width: 149px;
	}
}
form.post table tbody tr td input.submit {
	width: auto;
}
form.post .captcha input {
	width: 75px;
	position:relative;
	top: 14px;
	left: 120px;
}
form.post div.captcha {
	vertical-align: bottom;
	position:relative;
	height:35px;
}
form.post .captcha img {
	position:absolute;
}


.asterisk {
	color: red
}


.submit {
	display: block;
	margin: 15px 0;
	padding: 3px 10px;
	color: #fff;
	border: #e2e9f1 1px solid;
	background: #89d918;
	cursor: pointer;
}
