.articleInfo {
	text-transform: uppercase;
	color: grey;
	font-size: 10px;
	margin-bottom: 20px;
}
.links {
	float: right;
	color:rgb(210,10,30);
}
.links a {
	color:rgb(210,10,30);
	font-size: 10px;
	text-decoration: none;
	font-weight: bold;
}

.focus {
	padding: 5px 10px 1px 10px;
	background-color: #DDD;
	margin: 20px 0px;
}

.comments .comment {
	padding: 5px 0px;
	border-bottom: 1px solid #DDD;
}
.comments .comment .commentInfo {
	font-weight: bold;
}
.comments .comment .commentHeader {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-weight:normal;
	margin-bottom: 3px;
}

.headerComment {

}

.commentField {
	padding: 5px 0px;
}
.commentField .label {

}

#commentHeader {
	width: 430px;
	background:url(../img/writeCommentBack.gif) repeat-x;
	height: 35px;
	padding-left: 40px;
	padding-top: 5px;
	margin-bottom: 5px;
	margin-top: 20px;
}

#commentHeader .links {
	margin-top: 10px;
}