.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#contact{
	margin-left:100px;
}

.form-boxes {
	margin:10px 0px;
}

.form-submit-boxes {
	margin: 10px 0 10px 100px;
}

.form-boxes label {
	float: left;
	width: 100px;
	color:#785944;
	font-weight:bold;
	text-align:left;
}

.form-boxes label.right-label {
	float: left;
	width: auto;
}

.form-boxes label.width-label {
	width: 120px;
}

.error {
	/*color: #ff0000;*/
}

.success {
	color: #21A61A;
}

.form-boxes input {
	width: 230px;
}

.form-boxes select {
	width: 232px;
}

.form-boxes input.small-field {
	width: 165px;
}

.form-boxes input.form-button {
	width: auto;
	margin-left:100px;
}

.form-boxes input.form-but {
	width: auto;
	margin-left:50px;
}

.form-boxes input.checkbox {
	width: auto;
	float: left;
	margin-right: 5px;
}

.left-margin, .form-field-error {
	margin: 0px 0 0px 100px;
	font-weight:bold;
	color:#785944;
}

.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: 230px;
	height: 150px;
	font-size:11px;
}

.form-boxes input.error-field, .form-boxes textarea.error-field, .form-boxes select.error-field {
	border: 1px solid #785944;
}

#contact-form {
	position: relative;
	line-height:12px;
	font-size:11px;
}

#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: #ff0000;
}

#boxes-error-content {
	padding: 15px 0;
}

.form-boxes div.posdown {
	margin-left: 120px;
}

.success {
	color: #21A61A;
}

.form-boxes label.label-agreement {
	float: left;
	width: 280px;
}

.no-margin-error div.form-field-error {
	margin-left: 0;
}

div#pagebody div#content div#contact-form{
	color:#846E62;
	font-size:16px;
	font-style:italic;

}

div#pagebody div#content div#contact-form  div.form-boxes label {
	font-weight:normal;
}

div#pagebody div#content div#contact-form div.form-field-error{
	font-style:normal;
	font-size:12px;
}

.form-button2{
	display:none;
}

div#pagebody div#content div#contact-form  input.form-button2{
	display:block;
	width:auto;
	margin-left:99px;
}

div#pagebody div#content div#contact-form  input.form-button{
	display:none;
}

div#pagebody div#content div#contact-form  form#contact{
	margin-left:30px;
}

select#anrede{
	/*margin-top:10px;*/
}


