@CHARSET "ISO-8859-1";
form#contact
{
	margin:0 auto;
	width:370px;
	padding:10px;
	font-family: Arial,Helvetica,sans-serif;
}
label
{
	font-weight:bold;
	display:block;
	float:left;
	width:120px;
	text-align:right;
	padding-right:10px;	
}
input
{
	display:block;
	float:left;
	width:230px;
}
textarea
{
	margin:5px 0;
	height:200px; width:360px;	
}
input.button
{
	width:80px;
	display:inline;
	font-family: Arial,Helvetica,sans-serif;
	font-size:0.9em;
}
form#subscribe
{
	margin:0 auto;
	width:230px;
	padding:10px;
	font-family: Arial,Helvetica,sans-serif;
}
input.button2
{
	width:90px;
	font-family: Arial,Helvetica,sans-serif;
	font-size:0.9em;
	clear:both;
}
label.subscribe
{
	clear:both;
	width:120px;
	text-align:left;
}
/* Copyright by Steffen Grohsschmiedt */

