.search select, .search input {
	border: 1px solid #ccc;
}
.search select {
	font-size: 10px;
}
.search {
	margin: 10px 5px 25px 12px;
}
.search .search_text {
}
.search .submit {
	background: url(/images/go.png) left 1px no-repeat #fff;
	border: none;
	padding: 0;
	margin: 0;
	width: 15px;
	height: 18px;
	cursor: pointer;
}
#Maschinen td.separator {
	padding-bottom: 5px;
}
#Maschinen div.separator {
	height: 1px;
	overflow: hidden;
	background: #999;
	margin-top: 5px;
}
#Maschinen .head {
	padding: 0 10px;
	border-left: 1px solid #555;
	white-space: nowrap;
}
#Maschinen .item {
	background: #e5e5e5;
	padding: 5px 10px;
}
#Maschinen .item.more {
	padding: 0;
	vertical-align: middle;
}
#Maschinen .item.more a {
	padding: 9px 10px;
	display: block;
}
.error {
	display: block;
	margin: 10px 5px;
}

.machine_detail {
	position: absolute;
	top: 10%;
	left: 50%;
	margin-left: -250px;
	width: 500px;
	background: white;
	color: #555554;
	display: none;
}
.machine_detail .head {
	margin: 20px;
	background: url(/images/wintersteiger_logo_klein.png) right top no-repeat;
	height: 60px;
}
.machine_detail .name,
.machine_detail .detail_description,
.machine_detail .image {
	padding-left: 20px;
	background: url(/images/green_line.png) repeat-y;
	margin-right: 20px;
}
.machine_detail .name {
}
.machine_detail .detail_description {
	padding-bottom: 5px;
}
.machine_detail .image {
	text-align: center;
}
.machine_detail .detail_text {
	padding: 20px 0 0 20px;
	margin: 0 20px 25px 0;
}
.machine_detail .options {
	text-align: right;
}
.machine_detail .footer {
	background: #99c21d;
	height: 26px;
	padding: 60px 0 0 354px;
}
.machine_detail .footer .web {
}
.machine_detail .close {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
}
