/* Layout des Formulars 'Katalogbestellung' */


form#mailform,
form#mailform fieldset {
	border:				none;
	margin:				26px 0 0 0;
	background-repeat:no-repeat;
/*	background-position: right top; */
}

.mailform-check-field input {
	margin:				0 5px 0 244px;
}

.mailform-field label {
	float:				left;
	padding:			3px 0;
	width:				244px;
}

.mailform-field input {
	border-color:		#000;
	border-width:		0 0 1px 0;
	float:				left;
	width:				200px;
}

.mailform-field .csc-mailform-submit {
	border:				1px solid #000;
	clear:				both;
	margin:				30px 0 30px 244px;
	width:				100px;
}

.mailform-field,
.mailform-check-field {
	clear:				both;
	margin:				0 0 10px 0;
	zoom:				1;
}

.mailform-field{
	margin-bottom: 18px;
}

.mailform-field select {
	font-family:	Verdana, Helvetica, sans-serif;
	font-size:	12px;
	width:		150px;
}

.mailform-field:after,
.mailform-check-field:after {
	clear:				both;
	content:			".";
	display:			block;
	height:				0;
	line-height:		0;
	padding:			0;
	visibility:			hidden;
}

