.search {
	position: relative;
	height: 150px;
	width: 210px;
	line-height:20px;
	z-index: 20;
}

.search .description {
	position: absolute;
	top: 10px;
	left: 6px;
	width: 200px;
	height: 135px;
	text-decoration: inherit;
}
.search .label {
	width: 85px;
	font-size: inherit;
	font-family: inherit;
	z-index: 2;
	float: left;
	clear: left;
	text-decoration: inherit;
}

select.form {
	width: 40px;
	height: 17px;
}

.search .corner {
	position: absolute;
	width: 30px;
	height: 30px;
	z-index: 1;
}