table td
{
	vertical-align: top;
}

table td.t
{
	width: 100px;
	text-align: right;
	padding-right: 5px;
}

table td span
{
	color: #cc0000;
}

form
{
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #333;
}

fieldset
{
	border: none;
	border: 1px solid #dadde1;
	margin-bottom: 10px;
}

legend
{
	font-weight: bold;
	padding: 0 5px;
}

input, select, textarea
{
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	padding: 1px;
	border: 1px solid #ccc;
	background: #ededed;
}

input:active, select:active, textarea:active,
input:focus, select:focus, textarea:focus
{
	background: white;
	color: black;
}

input.text, select, textarea
{
	width: 250px;
	padding: 1px;
}

input.plz, input.anz
{
	width: 50px;
}

input.button
{
	padding: 5px 10px;
	margin-bottom: 20px;
	border: 1px solid #666;
}


input.button:hover
{
	border: 1px solid black;
}
input.button:focus, input.button:active
{
	background: #dadde1;
}

input.check
{
	border: none;
	background: none;
	padding: 0;
}

label {line-height: 200%;}
