@CHARSET "ISO-8859-1";

div.input {
	padding: 0 0 0.5em 10.5em;
	position: relative;
}

div#formWindowContainer div.input {
	padding-left: 0;
	padding-bottom: 0;
}

div.input label {
	position: absolute;
	left: 0em;
	width: 10em;
}
* html div.input label { /* workaround für IE6 */
	left: -10.5em;
}

div.input input {
	width: 40em;
	font-size: 100.01%;
	font-family: Helvetica, Arial, sans-serif;
}

div.input input.Radiobutton {
	width: 1em;
}

div#formWindowContainer div.input input {
	width: 10em;
}

div.input textarea {
	width: 40em;
	height: 30em;
	font-size: 100.01%;
	font-family: Helvetica, Arial, sans-serif;
}

div.input textarea.Small {
	height: 5em;
}

div.input select {
	width: 40em;
	font-size: 100.01%;
	font-family: Helvetica, Arial, sans-serif;
}

div.Preview {
	margin: 0 0 0.5em 0;
	border: 1px solid #939397;
	padding: 0.2em;
	background-color: #fff;
}
.Definition {
	display: block;
	font-style: italic;
	background-color: #ececee;
	padding: 0.2em;
	margin: 0 0 0.5em 0;
}
.form-error {
	background-color: #ffed00;
}

form.ChurchServiceMultiAddForm table div.input {
	padding: 0 0 0 0;
	position: static;
}

form.ChurchServiceMultiAddForm table div.input input {
	padding: 0 0 0 0;
	width: 6em;
	position: static;
	font-size: 100.01%;
	font-family: Helvetica, Arial, sans-serif;
}

form.ChurchServiceMultiAddForm table div.input input.Radiobutton {
	width: 1em !important;
}

form.ChurchServiceMultiAddForm table div.input select {
	width: 6em;
	font-size: 100.01%;
	font-family: Helvetica, Arial, sans-serif;
}
