/* directmail -------------------------------------------------------------------------- */
/* directmail: anmeldung */
.directmail-dropshadow {
	background-image:url(img/bg-shadow-762-bottom.gif);
	background-repeat:no-repeat;
	background-position:left bottom;
	padding-bottom:6px;
}
.directmail-container {
	padding:5px;
	background-color:#CFCBCB;
	border:1px solid #000000;
}
.directmailform-label {
	float:left;
	clear:left;
	width:90px;
	font-size:11px;
	font-weight:bold;
}
.directmailform-field {
	margin-bottom:10px;
	font-size:11px;
	float:left;
}
.directmailform-field input {
	border:solid 1px #000000;
}
.directmailform-field .checkbox {
	margin:0px;
	padding:0px;
	display:block;
	float:left;
	margin-right:5px;
}