#sucheContainer {
	display: block;
	width: 690px;
	height: 440px;
	float: left;
	position: relative;
}
#sucheBox {
	width: 430px;
	position: absolute;
	margin-left: 40px;
	bottom: 40px;
}

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

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


#send_button {
    float:right;
	border: 0;
margin: 0;
	line-height: 16px;
}
