.forum_input {
	width:300px;
}
.forum_textarea {
	width:300px;
	height:200px;
}
.forum_submit {

}

.forum_cancel {

}

.forum_error {
	width:100%;
	background-color:#880000;
	font-weight:bolt;
	color:#fff;
	padding:2px;
}
.forum_successfull {
	background-color:#eaeaea;
	font-weight:bolt;
}
.forum_shortmessage {
	font-size:.8em;
}