div#rex-form fieldset {
}

div#rex-form p {
	clear: left;
	margin-bottom: 2px;
}
div#rex-form p.formcheckbox, 
div#rex-form p.formmcheckbox {
	float: left;
	width: 100%;
}

div#rex-form p.formselect, 
div#rex-form p.formtextarea, 
div#rex-form p.formcheckbox, 
div#rex-form p.formmcheckbox {
	margin-bottom: 10px;
}
div#rex-form p.formhtml, 
div#rex-form p.formcaptcha {
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: bold;
}
div#rex-form p.formhtml {
	font-weight: bold;
}

/******************************	Warning */
div#rex-form ul.form_warning { }
div#rex-form ul.form_warning li { list-style-type: square; color: #e00; }


/******************************	Label */
div#rex-form p label {
	display: block;
	float: left;
	width: 185px;
	padding-top: 3px;
}
div#rex-form p.formtextarea label {
	float: none;
}
div#rex-form p.formcheckbox label {
	padding-top: 0px;
}
div.com-answer div#rex-form div.com-content p.formtext label {
	width: 100px;
}
div#rex-form p.formtextarea label {
	width: auto;
}

/******************************	Captcha */
div#rex-form p.formcaptcha input {
	margin-top:4px;
}
div#rex-form p.formcaptcha span {
	display:block;
}

/******************************	Input */
div#rex-form p.formtext input, 
div#rex-form p.formpassword input, 
div#rex-form p.formcaptcha input {
	padding: 2px;
	width: 370px;
}
div.com-answer div#rex-form div.com-content p.formtext input {
	width: 200px;
}
div#rex-form p.formcaptcha input {
	width: 100px;
}
div#rex-form p.formtext input, 
div#rex-form p.formpassword input, 
div#rex-form p.formcaptcha input, 
div#rex-form p.formmediapool input {
	border: 1px solid #ddd;
}

/******************************	TEXTAREA */
div#rex-form p.formtextarea textarea {
	padding: 2px;
	width: 555px;
	height: 80px;
	border: 1px solid #ddd;
}

/******************************	Select */
div#rex-form p.formselect select {
	width: 376px;
}

/******************************	CHECKBOX */
/*	formmcheckbox - doppeltes M -> Userbild loeschen */
div#rex-form p.formcheckbox input, 
div#rex-form p.formmcheckbox input {
	float: left;
/*
	margin: 5px;
	margin-left: 130px;
*/
  margin:5px 5px 5px 190px;
}
div#rex-form p.formmcheckbox input {
	margin-left: 0px;
}
div#rex-form p.formcheckbox label, 
div#rex-form p.formmcheckbox label {
	float: left;
	margin-left: 10px;
	width: 250px;
}

/******************************	Mediapool */
/*	persoenliches Bild loeschen */
div#rex-form p.formmediapool label img {
	display: block;
	margin-top: 10px;
}
/******************************	LINE */
div#rex-form p.formline {
	overflow: hidden;
	height: 1px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
}



/******************************	SUBMIT */
div#rex-form p.formsubmit label {
	display: none;
}
div#rex-form p.bt1, 
div#rex-form p.formsubmit input {
	margin-left: 155px;
}
div#rex-form p.formsubmit input {
	padding: 6px 16px;
/*
	background-color: #000;
	background-color: #F49F24;
	border: none;
	color: #fff;
*/
}

div#rex-form .radio input { margin-right: 20px; }
div#rex-form fieldset { margin-top: 14px; border: 1px solid #000; padding: 18px 14px; }
div#rex-form .formsubmit { margin-top: 14px; margin-bottom: 14px; }
div#rex-form .formsubmit input.submit { margin-left: 184px; width: 200px; }

div.einzug label { margin-left: 10px; }
div.einzug select,
div.einzug input { margin-left: -10px; }