/**
 * Style sheet xForm
 */
.captcha, .submit_container
{
	width:100%;
	margin:20px 5px 0px 10px;
}

.captcha_text
{
	margin:5px 5px 0px 0px;
	float:left;
}

/* Formular Weiterempfehlungen */
#weiterempfehlung h1, #kontakt h1
{
	margin:0px;
	padding:0px 0px 0px 20px;
}

#weiterempfehlung #f3 .col_first, #kontakt #f1 .col_first
{
	width:150px;
	display:block;
	padding:0;
	vertical-align:top;
}

#weiterempfehlung .col_last, #kontakt .col_last
{
	padding:0 0 0 10;
	vertical-align:top;
}

#weiterempfehlung #f3 .text, #kontakt #f1 .text
{
	width:180px;
	height:16px;
	margin:2px 0px;
	padding:0;
	vertical-align:top;
	border:0;
}

#weiterempfehlung #f3 .textarea, #kontakt #f1 .textarea
{
	width:180px;
	height:180px;
	margin:2px 0px;
	padding:0;
	vertical-align:top;
	border:0;
}

#weiterempfehlung #f3 .captcha, #kontakt #f1 .captcha
{
	width:180px;
	height:15px;
	margin:2px 0px;
	padding:0;
	vertical-align:top;
	border:0;
}

#kontakt #f1 .checkbox_container
{
	margin:0px;
	padding:0px;
}

#kontakt #f1 .submit_container
{
	margin:0px;
	padding:10px 0px 0px 0px;
}

div.checkbox_container
{
	margin:0px 0px 1px 10px;
}

* html div.checkbox_container
{
	margin:2px 0px -1px 0px;
}

*:first-child+html div.checkbox_container
{
	margin:2px 0px -1px 0px;
}

div.checkbox_container span
{
	display:block;
	padding-right:6px;
}

input.checkbox
{
	margin:3px 3px 0px 1px;
	padding:0px;
}

* html input.checkbox
{
	top:1px;
	position:relative;
	margin:-4px 0px 0px -3px;
}

*:first-child+html input.checkbox
{
	top:1px;
	position:relative;
	margin:-4px 0px 0px -3px;
}

select
{
	width:204px;
	margin:1px 0px;
}

* html select
{
	width:206px;
}

div.error
{
	color:#ff0000;
}

fieldset
{
	width:600px;
	display:block;
	margin:12px 0px 24px 0px;
	padding:12px 12px 0px 12px;
}

* html fieldset
{
	margin-top:12px;
}

*:first-child+html fieldset
{
	margin-top:12px;
}

legend
{
	color:#0000e6;
}

* html legend
{
	margin-top:-24px;
	padding:12px 0px;
}

*:first-child+html legend
{
	margin-top:-24px;
	padding:12px 0px;
}

input.file
{
	margin:1px 0px;
}

* html input.file
{
	margin:0px;
}

*:first-child+html input.file
{
	margin:0px;
}

div.radio_container
{
	margin:0px 0px 1px 0px;
}

* html div.radio_container
{
	margin:2px 0px -1px 0px;
}

*:first-child+html div.radio_container
{
	margin:2px 0px -1px 0px;
}

div.radio_container span
{
	display:block;
	padding-right:6px;
}

input.radio
{
	top:2px;
	position:relative;
	margin:1px 2px 0px 1px;
	padding:0px;
}

* html input.radio
{
	top:1px;
	position:relative;
	margin:-4px -1px 0px -3px;
}

*:first-child+html input.radio
{
	top:1px;
	position:relative;
	margin:-4px 0px 0px -3px;
}

input.text, input.password
{
	width:200px;
	margin:5px 10px;
}

* html input.text, * html input.password
{
	margin:0px;
}

*:first-child+html input.text, *:first-child+html input.password
{
	margin:0px;
}

textarea
{
	width:360px;
	height:140px;
	margin-top:5px;
	margin-left:10px;
}

* html textarea
{
	width:358px;
}

