.forum_1 {
	margin: 10px 0 30px 0;
	padding: 5px;
	text-align:left;
	border-left: 4px solid #FFCCCC;
	background-color:#fff;
}

.forum_2 {
	margin: 10px 0 30px 0;
	padding: 5px;
	text-align:left;
	border-left: 4px solid #CCCCFF; 
	background-color: #fff;
}

.forum_nev{
	padding: 0px 0 14px 20px;
	font-size: 120%;
	font-weight: Bold;
	border-bottom: 1px dotted #ccc;
	color: #4F82CB;
	background: url(images/comment.gif) no-repeat left center;
}


.forum_datum {
	font-size: 95%;
	float:right;
	font-weight: normal;
}

.forum_ertek {
	margin: 30px 10px 20px 4px;
	text-align: justify;
	min-height: 30px;

}

.forum_rovid_leiras {
	margin: 20px 4px 20px 4px;
	text-align: justify;
	color: #888;
}


.forum_irta {
	font-size: 95%;
	float:right;
	font-weight: normal;
}

.torles {
	font-size: 90%;
	margin: 0 0 0 20px;
	font-weight: normal;
	color:red;
	background: yellow;
}

.uj_tema {
	background: #dedede;
}

#forum input {  
	border: 1px solid #dedede;
	width:220px; 
	margin-right:10px; padding:2px 5px 3px 5px; 
	color:#545454;
	background:none;
	
}

#forum .submit-button { 
	margin:20px 0 20px 0;
	padding: 0 10px 0 10px;
	background:url(images/submit-bg.gif) left top repeat-x; 
	width:auto; height:20px; 
	color:#fff; 
	cursor:pointer; 
	border:none;
}



