/**
 * Style sheet forms
 */
.radio
{
	border:0px;
}

.info
{
	font-weight:bold;
}

.comment_default
{
	width:470px;
	height:auto;
	padding:15px;
	background-color:#d8fdec;
	margin-bottom:10px;
}

.col_first
{
	width:150px;
	height:25px;
}

/* Kommentar-Felder */
#comments > div label
{
	float:none;
}

#comments > div input
{
}

/* Captcha-Feld */
.captcha
{
	width:30px;
}

/* allgemeine input-Definition */
input, textarea
{
	border:1px solid #007e42;
}

/* Label-Definition */
label
{
	font-weight:bold;
}

/* Sende-Buttons */
input.submit
{
	background-color:#017E44;
	color:#ffffff;
}

/* Fehlerklasse */
.error
{
	color:#cc0000;
}
