/* comments afdeling */
#commentlist{
	margin-top:0px !important;
}
html>body #commentlist{ 
	float: left;
}
/* comments afdeling */
#commentlist{
	background-color:#FFFFFF;
	position:relative;
	margin-top:20px;
	padding: 14px;
	padding-left:0px;
}
html>body #commentlist{ 
	margin-top:-22px !important;
}
#commentlist .header {
	border-bottom:4px solid #e0f368;
	font-weight: bold;
	font-size: 11px;
	color: #7f7705;
	margin:0px 28px;
	background-image:url(../img/comments_content.gif);
	background-repeat:no-repeat;
	background-position:0px 4px;
}
#commentlist .header a{
	font-weight: bold;
	font-size: 11px;
	color: #7f7705;
	text-decoration:none;
}
#commentlist .subheader{
	background-image:none;
	background-repeat:no-repeat;
	padding:4px 0px;
}
.commentblock {
	color: #7f7705;
	margin:8px 28px;
}
.commentblock div {
	padding:4px 4px 4px 0px;
}
.commentblock .datum{
	position:absolute;
	right:42px;
	font-weight: bold;
	color: #7f7705;
}
.commentblock .comment{
	background-color: #FEFFF8;
	color: #333333;
	padding:4px 0px;
	margin-top:2px;
	border-top:1px solid #e0f368;
}
.commentblock div a{
	color: #7f7705;
	font-weight: bold;
}
.commentblock .comment a{
	color: #cd5c5c;
	background-color:#FFFFFF;
	font-size: 12px;
}
#commentlist .formrow {
	display: block;
	height:20px;
}
html>body #commentlist .formrow {
	margin-top:5px;
}
#commentlist .inputtitel {
	font-weight: bold;
	display:inline;
	margin: 4px 28px;
	float: left;
	color:#000000 !important;
}
html>body #commentlist .inputtitel {
	float:left;/*THIS IS NECESSARY, MOZILLA PX FROM TOP LEFT TO BOTTOM RIGHT*/
	width:277px;/*otherwise no grabby this one, AVOID USING PAIN-IN-ASS FLOAT RIGHT OR RIGHTS*/
	margin:0px;/*Also avoid using useless percentages, NEEDS PIXELS!!*/
	margin-left:28px;
}
#commentlist .inputmessage {
	display:inline;
	margin: 4px 28px;
	float: left;
}
html>body #commentlist .inputmessage {
	float:none;
	width:100px;
	margin:0px;
	margin-left: 28px;	
}
#commentlist textarea {
	width: 401px;
	height: 120px;
	background-color:#ffffff;
	border: 1px solid #999999;
	font-size: 11px;
	margin:0px 28px;
}
#commentlist input {
	background-color:#ffffff;
	border: 1px solid #999999;
	font-size: 11px;
	width:50%;
	float:right;
	margin:4px 28px;
}
html>body #commentlist input {
	float:none;
	width:100px;
	margin:0px;
	margin-left:25px;
}
#commentlist .button {
	background-color: #e0f368;
	color: #7f7705;
	cursor: pointer;
	font-weight: bold;
	margin: 1% 28px;
	width:20%;
}
html>body #commentlist .button {
	float:right;
	margin-right:30px;
}
#commentlist .inputcheck {
	display:inline;
	width:19px;
	height:19px;
}
html>body #commentlist .inputcheck {
	float:right;
	width:16px;
	width:16px;
	margin-right:29px;
}
#newcomment{
	padding-bottom:6%;
}
