#forum_loginform, #forum_regform {
	margin : 10px;
}
#forum_loginform input {
	width : 120px;
	margin-bottom : 5px;
	font-size : 10px; 
	font-family : Verdana; 
} 
#forum_loginform label {
	float : left;
	width : 120px;
	font-weight : bold;
}
#forum_loginform #forum_gomb {
	width : 80px;
	border : 1px solid #FDE5D0;
} 
#forum_regform input {
	width : 120px;
	margin-bottom : 5px;
	font-size : 10px; 
	font-family : Verdana; 
} 
#forum_regform label {
	float : left;
	width : 120px;
	/*font-weight : bold;*/
}
#forum_regform #forum_reggomb {
	width : 80px;
	border : 1px solid #FDE5D0;
}
label.err {
	color : #ff0000;
	/*font-size : 10px; 
	font-family : Verdana;*/
}
p {
	margin : 10px;
}