.comment-list-titel {
	font-size:1.2em;
	margin-bottom:1em;
}

.comment-author {
	font-size:1.1em;
}

.comment-text {
	margin-top:0.5em;
}

.comment-error {
	font-size:1em;
	font-weight:bold;
	color:red;
}

.commentform {
	margin-top:2em;
	margin-bottom:2em;
}

.commentform fieldset {
	position:relative;
	border:none;
	border-top:1px solid #C9C9C9;
	border-bottom:1px solid #C9C9C9;
	padding:0.5em;
	background-color:#F8F8F8;
}

.commentform legend {
	position:absolute; top: -.7em; left: .5em;
	font-size: 1.3em;
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	color:black;
}

.commentform input {
	width: 170px;
	padding: 2px;
	margin: 0.2em 0em;
	background-color: #fff;
	border: 1px solid #666;
	}

.commentform textarea {
	width: 98%;
	padding:0.25em;
	background-color: #fff;
	border: 1px solid #666;
	}

.commentform #skcommentssubmit {
	padding: 0.1em;
	float: left;
	cursor: pointer;
	background-color: #eee;
	border: 1px solid #666;
	color: #666;
	margin-bottom:1.2em;
	}

.comment-list-container {
	padding:0em 0.5em 0em 0.5em;
}

.commentlist li {
	margin: 0em;
	padding: 0.5em 1em 2em 1em;
	list-style: none;
	}

.commentlist .alt {
	background-color:#F8F8F8;
	border-top:1px solid #C9C9C9;
	border-bottom:1px solid #C9C9C9;
}