.clearer:after {
	content: '.';
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

/* Clear for IE6 */
* html .clearer {
	height: 1%;
}

/* Clear for IE7 */
*:first-child+html .clearer {
	min-height: 1px;
}

.form-boxes {
	margin: 4px 0;
}

.form-submit-boxes {
	margin: 10px 0 10px 140px;
}

.form-boxes label {
	float: left;
	width: 100px;
}

.form-boxes label.right-label {
	float: left;
	width: auto;
}

.form-boxes label.width-label {
	width: 120px;
	text-align: right;
	padding-right:20px;
}

.form-boxes label.label-portions {
	width: 235px;
}

.error {
	color: #9C3234;
}

.success {
	color: #21A61A;
}

.form-boxes input {
	width: 200px;
}

.form-boxes select {
	width: 100px;
}

.form-boxes input.small-field, .form-boxes select.small-field {
	width: 165px;
}

.form-boxes input.form-button {
	width: auto;
}

.form-boxes input.checkbox {
	width: auto;
	float: left;
	margin-right: 5px;
}

.left-margin, .form-field-error {
	margin: 4px 0 4px 140px;
}

.form-error {
	margin-bottom: 10px;
}

.form-boxes input#house {
	width: 20px;
}

.form-boxes input#street {
	width: 169px;
}

.form-boxes input#zip {
	width: 40px;
}

.form-boxes input#city {
	width: 149px;
}

.form-boxes textarea {
	width: inherit;
	height: inherit;
}

.form-boxes input.error-field, .form-boxes textarea.error-field, .form-boxes select.error-field {
	border: 1px solid #9C3234;
}

#contact-form {
	position: relative;
	font-size: 12px;
}

#boxes-error {
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 99;
	margin-left: -200px;
	width: 400px;
	height: 300px;
	min-heigth: 300px;
	background: url(/typo3conf/ext/nfc_emailform/res/icons/background.png) left top;
	border: 1px solid #ccc;
	border-right: 3px solid #ccc;
	border-bottom: 3px solid #ccc;
	display: none;
}

div[id]#boxes-error {
	height: auto;
}

#boxes-error-headline {
	background: url(/typo3conf/ext/nfc_emailform/res/icons/bg_headline.png) left top repeat-x;
}

#boxes-error-headline h2 {
	float: left;
	color: #fff;
	padding: 2px 0 2px 10px;
}

#boxes-error-headline #boxes-error-close {
	float: right;
	width: 20px;
	padding: 3px 5px 2px 0;
}

#boxes-error-headline #boxes-error-close img {
	cursor: pointer;
}

#boxes-error-left {
	float: left;
	width: 70px;
	text-align: center;
}

#boxes-error-right {
	float: left;
	width: 320px;
	padding-bottom: 20px;
	color: #9C3234;
}

#boxes-error-content {
	padding: 15px 0;
}

.form-boxes div.posdown {
	margin-left: 120px;

}

.form-boxes div.portions-error-fields {
	margin-left: 235px;

}

.success {
	color: #21A61A;
}

.form-boxes label.label-agreement {
	float: left;
	width: 280px;
}

.no-margin-error div.form-field-error {
	margin-left: 0;
}


