@charset "utf-8";
/* www.fotoneis.eu Form Stylenames */



/* INPUT */
input.GuestInput {
	background: red;
	padding: 2px;
	width: 483px;
}

input.GuestSubmit {
	background-color: red;
	color: white;
	font-weight: bold;
}



/* TEXTAREA */
textarea.GuestTextarea {
	background: red;
	padding: 2px;
	height: 150px;
	width: 483px;
}