/*--------------------------------------------------------------- 
		Sitestudio Pro. | module_template/templ_forum.php
--------------------------------------------------------------- */
.forumText {
	font-family: "Arial";
	color:#393939;
	font-weight: normal; 
	font-size: 12px; 
	line-height:19px;
}

.forumTitle {
	font-family: "Arial";
	color:#393939;
	font-weight: bold; 
	font-size: 12px; 
	line-height:19px;
}

.forumDate {
	font-family: "Arial";
	color:#a36d28;
	font-weight: normal; 
	font-size: 12px; 
	line-height:19px;
}

.forumInput {
	font-family: "Arial";
	color:#393939;
	font-weight: normal; 
	font-size: 12px; 
	line-height:19px;
	border:1px solid #a36d28;
	height:17px;
	width:200px;
}

.forumTextArea {
	font-family: "Arial";
	color:#393939;
	font-weight: normal; 
	font-size: 12px; 
	line-height:19px;
	border:1px solid #a36d28;
	height:100px;
	width:300px;
}

.forumInput_error{
	font-family: "Arial";
	color:#393939;
	font-weight: normal; 
	font-size: 12px; 
	line-height:19px;
	border:1px solid #CC0000;
	height:17px;
	width:200px;
}

.forumTextArea_error {
	font-family: "Arial";
	color:#393939;
	font-weight: normal; 
	font-size: 12px; 
	line-height:19px;
	border:1px solid #CC0000;
	height:100px;
	width:300px;
}