/* Showing comments */
.emptycomments, .comments {
}
.comments .one, .comments .two, .writecomment {
	padding: 0em 0.5em 0em 0.5em;
} 
.comments .one {
	border-top: 1px solid #feb;
	/*color: #000;
	background: #FE9;*/
}
.comments .two {
	border-top: 1px solid #feb;
	/*color: #000;
	background: #FD9;*/
}
 .author, .date {
	display: inline;
	font-weight: bold;
}
.date {
	margin-left: 1em;
	font-size: 0.8em;
	color: #999;
}
.message {
/*		font-style: italic;*/
}
.message p {
	margin-top: 0px;
	margin-bottom: 1em;
}


/* Adding comments */
.expander {
/*	text-align: right;*/
	float: left;
	height: 2em;
	color: #33f;
	text-decoration : underline;
	cursor: pointer;
}
.golatest {
	float: right;
}
.writecomment {
/*	border: 3px solid #099;*/
	padding: 0.5em 0.5em 0.5em 0.5em;
}
.writecommentClosed {
/*	border: 3px solid #099;*/
	padding: 0.5em 0.5em 0.5em 0.5em;
/*	margin-left: auto;
	width: 12em;*/
}
.writecomment .commentform {
	display:block;
}
.writecommentClosed .commentform {
	display: none;
}
.writecomment label {
	float: left;
	width:7em;	
	display: block;
}
.formelement  {
	clear: left;
	margin-top: 0;
	margin-bottom: 0.2em;
}
