* {
	margin: 0;
	padding: 0;
	}

body {
	background: #fff;
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
	line-height: 16px;
	color: #333;
	}

a {
	color: #000;
}

p {
	width: 300px;
	margin: 0 0 10px 0;
	font-weight: bold;
}

form {
	width: 300px;
	text-align: left;
}

fieldset {
	margin: 0;
	border: 0;
	padding: 0;
}

input,
textarea {
	background-color: #e5e5e5;
	border: none;
	border-bottom: 1px solid #000;

	}

select,
option {
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
	line-height: 16px;
	border: none;
	background-color: #e5e5e5;
	color: #333;
	}

.field-personen,
.field-reserviername,
.field-telefon,
.field-fax,
.field-vorname,
.field-nachname,
.field-firma,
.field-abteilung,
.field-plz,
.field-ort {
	float: left;
	}

.field-personen input,
.field-telefon input,
.field-vorname input,
.field-firma input,
.field-plz input {
	margin-right: 10px;
	width: 145px;
	}

.field-reserviername input,
.field-fax input,
.field-nachname input,
.field-abteilung input,
.field-ort input,
.field-uhrzeit input {
	width: 145px;
	}

.field-tag,
.field-monat,
.field-uhrzeit {
	float: left;
	}

.field-tag select,
.field-monat select {
	margin-right: 10px;
	}

.field-tag select {
	width: 40px;
	}

.field-monat select {
	width: 95px;
	}

textarea,
.field-adresse input,
.field-email input {
	width: 300px;
	}

#checkbox_1,
#checkbox_2 {
	float: left;
	width: 20px;
	}

#checkbox_1,
#checkbox_2 {
	background-color: transparent !important;
	border: none !important;
	}

label.field-checkbox {
	display: block;
	margin-left: 30px;
	width: 266px;
	}

.button {
	float: right;
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
	line-height: 16px;
	border: 1px solid #000;
	}
	
.error {
	color: #FF0000;
	} 
