/*copyright 2011 buchmann medienservice*/

form table {
	margin-right: 5px;
	margin-left: 5px;
}
form table td {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
fieldset {
	background-color: #EEE;
	width: 610px;
}
legend {
	margin-left: 155px;
	color: #000;
	font-style: italic;
}

input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #333;
	width: 445px;
}
input.optionbutton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #000;
	width: 20px;
}
input.sendbutton {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 20px;
	color: #000;
	width: 100px;
	font-weight: bold;
}
select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	width: 150px;
}
select option{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	width: 150px;
}
textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #333;
	width: 595px;
}
label #inputtext {
	margin-left: 40px;
}
.numberformfield {
	width: 40px;
	text-align: center;
}
.veryshortformfield {
	width: 100px;
}
.mediumshortformfield {
	width: 140px;
}
.shortformfield {
	width: 250px;
}
#nomarginbottom  {
	margin-top: 10px;
	margin-bottom: 0px;
}
