/* all labels should reference to an element, so they will be marked as clickable */
label {cursor: pointer;}
label.required {font-weight: bold;}


.FormFieldset {	width: 100%;border: 2px solid #e9e9e9;	overflow: hidden;
	font-size: 12px;
}

.FormLegend {
	padding: 8px 15px;
	display: block;
	background: #e9e9e9;
	font-weight: bold;
	font-size: 13px;
}
.FormList {	width: 100%;}

.FormList li {display: block;}

.FormLabel { width: 170px; display: block; float: left; padding-top:5px;}
.FormLabel2 { float: left; padding-top:5px;}

div.form .border-top	{ border-top: 1px solid #dde0e5; border-bottom: 1px solid #dde0e5;padding:8px 0 10px 0; margin-top:5px; margin-bottom:10px; vertical-align: top; width:100%;}
.FormInput { float:left;}


.FormInputRadio {
	position: relative;
	bottom: -3px;
}

.FormRadio {
	margin-right: 4px;
	position: relative;
	bottom: -2px;
}

/* nasty ie6 */
* html .FormRadio {
	bottom: 0;
	top: -4px;
}
/* nasty ie7 */
*+html .FormRadio {
	bottom: 0;
	top: -3px;
}


.FormRadioLabel {
	padding-bottom: 6px;
	margin-right: 8px;
	display: inline-block;
}

.FormText,
.FormTextOver,
.FormSelect,
.FormSelectOver {
	width: 441px;
	border: 1px solid #bcc3cd;
	height:15px; 
	color: #7e8895;
	font-size:13px;
	padding:5px 10px;
	vertical-align: top;
}


#zipupload .FormText,
#zipupload .FormTextOver,
#zipupload .FormSelect,
#zipupload .FormSelectOver {
	width: 450px;
	border: 1px solid #bcc3cd;
	height:27px; 
	color: #7e8895;
	font-size:13px;
	padding-top:5px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;
	vertical-align: top;
}

div.form textarea {	font-family: Arial, Verdana, sans-serif; width: 441px; border: 1px solid #bcc3cd; color: #7e8895; font-size:13px; padding:5px 10px; vertical-align: top;}

div.form #htmlinhalt textarea { color: #000000; font-family: Courier, Arial, Verdana, sans-serif;}


.FormTextSmall,
.FormTextSmallOver,
.FormSelectSmall,
.FormSelectSmallOver {
    width: 121px;
	padding: 2px 10px 2px 10px;
	border: 1px solid #bcc3cd;
	height:15px; 
	color: #7e8895;
	font-size:11px;
	vertical-align: top;
}


.FormSelect,
.FormSelectOver {
	width: auto;
	margin-right: 5px;
}

.FormErrorBorder {
	border-color: #e37a10;
	border-width: 1px;
}

.FormError {
	display: block;
	color: #e37a10;
	margin-top: 4px;
	font-weight: bold;
}

.FormCheckboxLabel { float:left; padding-top: 5px;}

.FormInputCheckboxList .FormCheckbox {
	float: left;
	display: block;
}

.FormInputCheckboxList .FormCheckboxLabel {
	float: left;
	display: block;
	width: 199px;
	padding-left: 25px;
	height: 20px;
	position: relative;
	top: -1px;
	* top: 2px;
}


/* clearing */
/* float clearing for IE6 */
* html .FormList li {
  height: 1%;
  overflow: visible;
  clear: both;
}

/* float clearing for IE7 */
*+html .FormList li {
  min-height: 1%;
  clear: both;
}

/* float clearing for everyone else */
.FormList li:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  position: relative;
}

div.form,
div.formbig {
    border: 1px solid #dde0e5;
    margin: 0;
	padding:12px 20px;
	clear:both;
	width:638px;
}

div.form fieldset {
    border: 0;
    width: 400px;
}

div.form fieldset legend,
div.form fieldset div.legend {
    padding: 5px 10px;
    font-weight: bold;
    background-color: #e9e9e9;
    color: #1b1b1b;
    font-size: 14px;
}


div.form ol 	{margin: 0;padding: 0;}
div.form ol li 	{list-style: none; margin: 0; padding: 0; padding-bottom: 10px;}


div.form ol.extendedFormLabel {
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #C7C7C7;
	border-left: 0;
	border-right: 0;
}
div.form ol.extendedFormLabel li.label {
	background: url(/images/main/content/bg_box1.gif);
}

div.form ol li span.label label {
    text-align: right;
}

div.form span.label {
    display: block;
    float: left;
    width: 170px;
    text-align: right;
    padding-right: 10px;
}

input.FormRadio,
input.FormCheck {
    width: inherit;
}

div.form div.group {
    margin-left: 155px;
}

div.form button,
form button,
div#form_mailing_test input.input,
form input.FormButtonLight,
form input.FormButtonLightOver,
div.form input.FormButtonLight,
div.form input.FormButtonLightOver {
	background: url(/images/main/content/button.gif) no-repeat right;
	cursor:pointer;
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: bold;
	color: #18b0e7;
	cursor: pointer;
	padding-right:32px;
	padding-left:20px;
	padding-bottom:2px;
	line-height:25px;
	height:36px;
	width:204px;
}



div.form div.FormHints {
	float: right;
	font-size: 10px;
	color: #656565;
	padding-right:5px;
	line-height:13px;
}

div.form fieldset.not_first {
    margin-top: 15px;
  }