#contactContainer {
	z-index: 50;
	width:495px;
	height: 300px;
	margin: 100px 0 0 40px;
	position: absolute;
}

#contactContainer .errors img {
	float: left;
	margin: 0 20px 0 0;
}
#contactContainer .errors span {
    float: left;
    line-height: 28px; 
    color: #8baf2e;
    font-weight: bold;
}

.danke {
	top:200px;	
}

#contact .gray_bg {
	display: block;
	width: 434px;
	background: #dadada;
	margin:  0 0 3px 0;
	padding: 3px;
}

#contact label.error {
	color: red;	
}


.gray_bg label {
	display: block;
	width: 65px;
	float:left;
	font-size: 10px;
line-height: 16px;
font-weight: bold;
	
}

.message label{
	display: block;
	width: 434px;
}

textarea {
	width: 434px;
	background: #dadada;
	height:60px;
	border: 0;
	font-size: 12px;
    font-family: Arial,Helvetica,sans-serif;
}

.gray_bg input {
	display: block;
	float:left;
	border: 0;
	background: #dadada;
	line-height: 16px;
}



input#email,
input#company, 
input#phone {
	width: 364px;	
}

#contact .info {
	display: block;
	width: 200px;
	float:left;
	margin: 10px 0 10px 0;
	font-size: 10px;
}

#dankeContainer {
	display: block;
/*	width: 702px; */
	width: 690px;
	height: 440px;
	float: left;
	position: relative;
}
#dankeBox {
	width: 430px;
	position: absolute;
	margin-left: 40px;
	bottom: 40px;
}
