.layout_column2 .top {
	display: none;
}

.contact_form {
}

.contact_form .form_headline{
	display: none;
}

.contact_form .form_headline span{
	font-size: 14px;
	font-weight: bold;
	color: #486984;
}

.contact_form .row_wrapper{
	margin: 0px 0 0 0;
}

.contact_form .row {
	margin: 0 0 5px 0;
}

.contact_form .row .labels{
	float: left;
	width: 30%;
	font-size: 12px;
	text-align: left;
}
.contact_form .row .labels label {
	font-size: 11px;
	color: #5c5c5c;
	margin: 0px 0px 0px 0px;
	display: block;
}
.contact_form .row .labels label.message {
	display: none;
}
.contact_form .row .labels .required {
	font-weight: bold;
	color: #ff0033;
	display: none;
}

.contact_form .row .inputs{
	float: left;
	margin: 0 0 0 0px;
}

.contact_form .row .inputs input.text {
	background-color: #ffffff;
	border: 1px solid #a6a6a6;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333333;
	width: 376px;
	height: 26px;
	padding: 8px 7px 0px 7px;
}
.contact_form .row .inputs input.text.error {
	border: 1px solid #ff0033;
}

.contact_form .row .inputs textarea {
	background-color: #ffffff;
	border: 1px solid #a6a6a6;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333333;
	width: 376px;
	height: 212px;
	padding: 8px 7px 8px 7px;
}
.contact_form .row .inputs textarea.error {
	border: 1px solid #ff0033;
}

.contact_form .row .inputs input.error{
	border: 1px solid red;
}

.contact_form .row .errors{
	float: left;
	margin: 0 0 0 5px;
}

.contact_form .row .errors span.error a{
	text-decoration: none;
	font-size: 12px;
	color: red;
	font-weight: normal;
}

.contact_form .form_footer_message{
	margin: 10px 0 0 0;
	display: none;
}

.contact_form .form_footer_message span{
	font-size: 12px;
}

.contact_form .submit_button{
	margin: 10px 0 0 0;
}

.contact_form .submit_button input.submit,
.contact_form .submit_button input[type="submit"] {
	height: 36px;
	background: #888888;
	text-decoration: none;
	padding: 0px 40px 0px 40px;
	border: 1px solid #6a6a6a;
	font-size: 11px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #5c5c5c;
	background: #ededed url('/fileadmin/images/button_bg.gif') repeat-x 0px 0px;
}

.contact_form input.hidden,
.contact_form input[type="hidden"] {
        display: none;
}
