	p, td{
		margin: 10px 0 0 0;
		padding: 0px;
		border: 0px;
		font-family: Trebuchet MS, sans-serif;
		color: white;
		font-size: 12px;
	}
		p.formklein{
		margin: 5px 0 0 0;
		font-family: Trebuchet MS, sans-serif;
		color: white;
		font-size: 10px;
	}

	input.form, input.formsubmit, select.form, option.form, textarea.form {
		color: #000000;
		font-size: 12px;
		border: 1px solid #C8C8C8;
		padding: 2px;
		background: #fafafa url(http://www.foxyform.de/layout/img04.gif) repeat-x;
		margin-top: 5px;
		font-family: Trebuchet MS, sans-serif;
	}
	input.form:hover, input.form:focus, select.form:hover, textarea.form:hover, select.form:focus, textarea.form:focus {
		border-width: 1px;
		border-style: solid;
		color: white;
		background-color: #000033;
		background-image: none;
	}
	option.form	{
		padding: 0px;
		width: auto;
		border: 0px;
	}
	input.form, select.form, textarea.form {
		width: 350px;
	}
	input.form, select.form, textarea.form {
		width: 350px;
	}
	input.formsubmit	{
		width: auto;
	}
	
	p.error	{
		background: #ec6500; url(http://www.foxyform.de/layout/delete.png) no-repeat;
		height: 30px;
		padding-left: 45px;
		padding-top: 10px;
		margin: 10px 10px -5px 10px;
		color: #ce2c09;
	}
	p.success	{
		background: #ffffff url(layout/check.png) no-repeat;
		height: 30px;
		padding-left: 45px;
		padding-top: 10px;
		margin: 10px 10px -5px 10px;
		color: #248200;
	}

