.searchExt {
	text-align: center;
	positioon: relative;
}

.leftCorner,
.middleCorner,
.rightCorner {
	height: 30px;
	position: absolute;
	top: 0px;
}

.leftCorner {
	width: 10px;
	background-position: top right;
	background-repeat: no-repeat;
}

.middleCorner {
	width: 650px;
	left: 10px;
	line-height: 30px;	
	background-position: top left;
	background-repeat: repeat-x;
}

.rightCorner {
	width: 10px;
	left: 660px;
	background-position: top left;
	background-repeat: no-repeat;
}
