form fieldset {
  margin:10px 0;
  border:0;
}
form legend {
  padding: 0 2px;
  font-weight: bold;
}
form label {
  display:block;
  line-height: 1.5;
  vertical-align: top;
  float:left;
  width: 170px; /* Width of labels */
  font-weight:bold;
}
form fieldset ol {
  margin-bottom:10px;
}
form fieldset li {
  clear:left;
  list-style: none;
  padding: 3px;
  margin: 0;
}
form fieldset fieldset {
  border: none;
  margin: 3px 0 0;
}
form fieldset fieldset legend {
  padding: 0 0 5px;
  font-weight: normal;
}
form fieldset fieldset label {
  display: block;
  width: auto;
}
form.cmxform em {
  font-weight: bold;
  font-style: normal;
  color:#A04A19;
}
form fieldset fieldset label {
  margin-left: 123px; /* Width plus 3 (html space) */
}
form input, textarea, select {
	float:left;
	width:300px;
	border:1px solid #666;
}
form select {
	width:302px;
}
form input, textarea {
	font-family:Arial;
	font-size:13px;
}
form input:focus, textarea:focus, select:focus {
	background:#fff;
}
form fieldset p {
	clear:left;
	padding:5px 0 0 172px;
}
form fieldset p.center {
	text-align:left;
	padding:5px 0 0 210px;
}
form label.error {
	text-align:left;
}
input.checkbox, input.radio {
	width:auto;
}
button.button_calendar {
	font-weight:bold;
	font-size:10px;
	padding:0 5px;
	height:18px;
	margin-left:5px;
}
textarea {
	width:298px;
}
form iframe {
	background:#FFF7DE !important;
}
label.toplabel {
	float:none;
	width:100%;
}
textarea.fullscreen {
	width:465px;
}
.mceEditorContainer select {
	width:auto;
	margin-left:3px;
}
#editmeldungform #intro, #editreviewform #intro {
	height:100px;
	width:525px;
}
#contactform textarea {
	height:100px;
	width:300px;
}
form #year, #showyear { width:60px; }
form #showyear { text-align:right; }
#review { border:3px solid red; }