.form {
	padding:0;
	margin:0;
	color:black;
	width:333px;
}
.error, .myerror, .form_warning {
	border:1px solid #990000;
	width:313px;
	border-bottom-width: 1px;
	color: #990000;
	margin: 1em 0;
	padding: 10px;
}
label.error {
	border-color:white;
	padding:0;
}
.okay {
	width:333px;
	border-bottom-width: 1px;
}
.form input.error, .form input.form_warning {
	border:1px solid red;
}
div.form p {
	margin: 0px;
}
.myerror {
	margin: 15px;
}
div.form label.error, div.form label.form_warning {
	font-size: 100%;
	width:333px;
	border-bottom-width: 1px;
	color: #990000;
}
.form fieldset {
	margin: 0;
	padding: 5px 0px 1em 0px;
	border:1px solid #fff;
	background-color:white;
	margin-bottom:10px;
	/* sonst Fehler beim WIN-Sarafi bei mehreren Fieldsets */
	float:left;
}
.form legend {
	font-size:110%;
	font-weight:bold;
	color:black;
	padding: 10px 0 2px 0;
	margin: 0px 0px 10px 0px;
	display:none;
}
.form .element {
	display:block;
	border-top:2px solid #fff;
	float:left;
	width:350px;
}
#contentContainer p.formtext {
	clear:both;
	padding-bottom:0;
	margin-bottom:0;
}
.form label {
	padding:5px 0 0 0;
	border-right:2px solid #fff;
	width:42px;
	float:left;
}
.form label.checkbox {
	border-left:2px solid #fff;
	border-right:none;
	width:308px;
}
.form input, .form select, .form textarea {
	background:#d9dadb;
	margin-bottom:5px;
	width:287px;
	padding:2px;
	border:1px solid #fff;
	text-indent:5px;
	float:left;
	margin:1px 4px;
}
.form select {
	padding:2px;
	text-indent:0px;
}
.form .selectshort {
	width:100px;
}
.form input.textshort {
	width:50px;
}
.form input.textmiddle {
	width:100px;
}
.form textarea {
	width:350px;
	background-image: url("../images/inner-multiple.gif");
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 100%;
}
.form input.radio {
	border:0;
}
.form select option, .form selectshort option {
	padding: 0 0 1px 4px;
}
.form input:focus, .form input:hover, .form selectshort:focus, .form selectshort:hover, .form select:focus, .form select:hover, .form textarea:focus, .form textarea:focus {
}
.form input.text {
	height:1.4em;
}
.form input.checkbox {
	width:20px;
	padding:0;
	border:none;
	margin-left:0px;
	background-image:none; 
	background-color:transparent; 
}
p.checkbox span {
	display:block;
	padding-top:2px;
}
.form input.submit {
	float:left;
	margin:1em 1em 1em 0;
	padding:2px 5px;
	width:120px;
	background-color:#E6E6E6;
	background-image:none;
	border-width:1px;
	color:#000;
	font-size:1em;
	text-align:center;
	cursor:pointer;
}
.form input.submit:hover {
	background-color:#fff;
	color:#000;
}
.form label.textarea {
	float:none;
	width:333px;
}
.form textarea.textarea {
	width:333px;
	float:left;
}
.form-thanks {
	display:block;
	color:#666;
	font-size:1.2em;
}
.form .multiselect {
	color:#000;
	width:355px;
	height:310px;
	background: url("../images/inner-multiple.gif") no-repeat;
}
.form select.multiselect optgroup option {
	padding-left:15px;
}
