div#blogHeader{
	font-size:16px;
	margin-top:5px;
}
	div#blogHeader a{
		text-decoration:none;
		color:#000;
		border-bottom:1px dotted #777;
	}
div#blogTekst{
	font-size:11px;
	font-weight:normal;
	padding-top:3px;
	padding-bottom:3px;
	background:#EEE;
}
div#modBLOG div#link{
	float:right;
}
	div#modBlog div#link a{
		text-decoration:none;
		color:#000;
		font-style:italic;
	}

	span#blogCommentPostTitle{
		font-size:12px;	
		font-weight:bold;
	}

	div#blogCommentForm{
		background:#ddd;
		font-size:11px;
	}
	div#form_blog_comments table td#row1{
		padding-left:10px;
		width:100px;
	}
	div#form_blog_comments table td#row2{
		padding-left:10px;
	}
		div#form_blog_comments table td#row2 input,div#form_blog_comments table td#row2 textarea{
			margin-bottom:2px;
			font-size:11px;
			border:1px solid #AAA;
			width:200px;
		}
		div#form_blog_comments table td#row2 textarea{
			width:400px;
			height:150px;
			font-family:arial;
		}
