DIV.search-engine {
	width:589px;
	text-align:left;
}

DIV.search-engine FORM .submit {
	font-weight:normal;
}

DIV.contact-container {
	margin:10px;
	margin-right:0;
}

DIV.contact-container H3 {
	clear:left;
	border-bottom:1px solid red;
	margin:0;
	margin-right:10px;
	font-size:14px;
	background-color:#f6f6f6;
	padding-top:2px;
}

DIV.search-form-container {
	margin-bottom:15px;
	clear:left;
}

DIV.contact-container H1.page-title {
	color:#000;
	font-size:16px;
	font-weight:bold;
	margin-bottom:10px;
	margin-top:15px;
}

DIV.contact-forms {
	margin-right:0;
	clear:left;
	font-size:12px;
	line-height:19px;
	color:#333;
	margin-top:15px;
	width:500px;
}

DIV.contact-forms DIV.image-holder {
	float:left;
	border:0;
	margin-right:10px;
	width:86px;
	text-align:center;
	height:80px;
}

DIV.contact-forms B {
	color:#000;
}

DIV.contact-forms  H4 {
	font-size:12px;
	color:#000;
}

DIV.contact-forms  H2 {
	color:#c00;
	font-size:16px;
}

DIV.contact-forms  SUP {
	text-decoration:underline;
}

/*	CONTACT FORM */

DIV.contact-formular {
	margin-top:15px;
}

DIV.contact-formular DIV.formular-error {
	background:url('../images/icon-form-error.gif') no-repeat 120px 0 #FFF;
	padding-left:180px;
	padding-right:10px;
	padding-top:5px;
	padding-bottom:5px;
	color:#E00;
	font-size:12px;
	line-height:19px;
}

DIV.contact-formular DIV.formular-thanks {
	background:url('../images/icon-form-thanks.gif') no-repeat 120px 0 #FFF;
	padding-left:180px;
	padding-right:10px;
	padding-top:5px;
	padding-bottom:5px;
	color:#090;
	font-size:12px;
	line-height:19px;
}

DIV.contact-formular DIV.form-field {
	width:540px;
	font-size:12px;
	line-height:19px;
	color:#222;
	clear:both;
	padding:6px 15px;
    display:block;
    overflow:hidden;
}

DIV.contact-formular DIV.form-field.odd {
	background-color:#fff;
}

DIV.contact-formular DIV.form-field.even {
	background-color:#f6f6f6;
}

DIV.contact-formular DIV.form-field.required {
	background-image:url('../images/icon-required.gif');
	background-repeat:no-repeat;
	background-position:4px 12px;
}

DIV.contact-formular DIV.form-field DIV.label {
	float:left;
	width:160px;
}

DIV.contact-formular DIV.form-field DIV.label.error {
	color:#f00;
	text-decoration:underline;
}

DIV.contact-formular DIV.form-field DIV.field {
	float:left;
}

DIV.contact-formular DIV.form-field.button {
	padding-left:175px;
	width:auto;
	margin:0;
}

DIV.contact-formular INPUT.text {
	width:300px;
	font-size:11px;
	letter-spacing:1px;
	color:#036;
	padding-left:2px;
	border-bottom:1px solid #dcdcdc;
	border-right:1px solid #dcdcdc;
	border-top:1px solid #999;
	border-left:1px solid #999;
}


DIV.contact-formular TEXTAREA.textarea {
	overflow:auto;
	width:300px;
	height:120px;
	font-size:11px;
	letter-spacing:1px;
	color:#036;
	padding-left:2px;
	border-bottom:1px solid #dcdcdc;
	border-right:1px solid #dcdcdc;
	border-top:1px solid #999;
	border-left:1px solid #999;
    display:block;
}

DIV.contact-formular INPUT.submit {
	font-weight:bold;
	font-size:12px;
	padding:2px 0;
	width:140px;
}
