﻿/* Kommentare */
#commentHeader
{
	border-bottom: dashed 1px White;
	border-top: dashed 1px White;
	background-color: #74b37a;
	padding-left: 10px;
	padding-top: 10px;
	width: 470px;
	height: 28px;
	font-size: 14px;
}
.commentBox
{
	width:470px;
	background-image: url(images/commentBox.jpg);
	background-repeat: no-repeat;
	margin-bottom:10px;
	margin-top: 15px;
}
.commentBoxCaption
{
	padding: 12px 0px 0px 40px;
	height: 23px;
}
.commentBoxContent
{
	padding: 20px;
}
.commentBoxFooter
{
	width:470px;
	height: 10px;
	background-image: url(images/commentBoxFooter.jpg);
	background-repeat: no-repeat;
}
#commentInput
{
	width: 425px;
	height: 50px;
	margin-bottom: 5px;
}

