@charset "utf-8";
		
/***************************************** Mailformular *******************************************/
	 {
		/*position: absolute;
		z-index: 20;*/
	}
	fieldset, form {
		position:relative;
		border:0;
		margin:0px 0 0 0 ! important;
		padding:0 ! important;
		}
	input {
		border: 1px solid #cccccc;
		margin: 0px 0px 0px 0px;
		padding: 2px;
		width:170px;
	}	
	input.radio  {
		width:auto ! important;
		margin: 7px 5px 0px 0px;
		padding: 0 2px 0 2px;
	}
	label.radioFemale, label.radioMale {
		width:55px ! important;
		padding-bottom:5px;
	}
	input:focus {
		border: 1px solid #999999;
	}
	textarea {
		border: 1px solid #CCCCCC;
		padding: 2px;
		font-size: 1em;
	}
	textarea:focus {
		border: 1px solid #999999;
	}
	label {	
		border:0;
		padding-top:4px;
		float:left;
		width:120px;
		}
	label.anrede {
		padding-top:14px;
		}
	label.wide {
		padding:0;
		margin:8px 0 0 0;
		position:relative;
		display:block;
		width:298px;

		}
	.cell {
		font-size: 0.88em;
		position:relative;
		display:block;
		margin:2px 0 0 0;
		border:0;
		margin-bottom:4px;
		line-height:140%;
		clear:left;
		}
	.cell span {
		display:block;
		float:left;
		width:120px;
		clear: left;
		}
	.noClear {
		clear:none;
		}
	.floatBox {
		clear:none;
		height:auto;
		overflow:hidden;
		}
	input.module_sys_dmail_html {
		position:absolute;
		width:auto ! important;
		bottom:3px;
		right:2px;
		}
	
	div.module_sys_dmail_html {
		margin-top:8px;
		}
	div.submit {
		margin-top:60px;
		}
	input.submit {
		font-size: 1em;	
		width:auto;
		}
	a.bearbeiten {	
		margin-left:60px;
		color:#333;
		}
	
	
	div.tx_dfdirectmailsubscription_gender .errorIcon {
		margin-top:12px;
		vertical-align: bottom;
	}	
	
	div.EVAL_ERROR_FIELD_email {
		margin-top:8px;
		margin-left:120px;
		color:#d20c29;
		}
