input, 
textarea, 
select
{
	border:1px solid #C9DCE4;
	padding:2px;
	width:220px;
	font-weight:900;
	background-color:#ECF1F6;
}

select
{
	width:130px;
}

textarea
{
	height:110px;
}

input.btn
{
	margin:10px 0 0 0;
	padding:1px;
	width:130px;
	border:3px double #C9DCE4;
	background-color:#ECF1F6;
	/* font:bold 12px Georgia, 'Times New Roman', 'Trebuchet MS', serif; */
}

form
{
	margin-top:10px;
}

form td
{
	border:0;
}

form tr
{
	margin:1px 0 0 0;
}

tr.error
{
	background:#FFE4F2 url(../images/achtung.gif) 0 3px no-repeat;
}
