/**
 * Style sheet wam-kundenstimmen
 */
body
{
	background-image:url("tl_files/wam-bilder-layout/kundenstimmen-back.jpg");
	background-repeat:no-repeat;
}

h1
{
	display:none;
}

input, textarea
{
	width:95%;
	margin-bottom:5px;
	background-color:#ffffff;
	border:1px dotted #55587E;
	font-size:14px;
}

.submit
{
	background-color:#E5E4EA;
	border:1px solid #55587E;
	cursor: pointer;
}

.error
{
	font-size:10px;
	color:#ff0000;
}

.comment_default
{
	padding-bottom:10px;
	border-bottom:1px solid;
}

.comment_default .info
{
	margin-top:5px;
	font-style:italic;
}

.comment_default .date
{
	display:none;
}

