

.serch {
	position: relative;
	height: 50px;
	width: 400px;
	z-index: 0;
	background: url(bar.gif) no-repeat;
}



.words_2 {
	position: absolute;
	top: 12px;
	left: 10px;
	height: 25px;
	width: 300px;
	z-index: 2;
}


.searchsubmit {
	position: absolute;
	top: 10px;
	right: 10px;
	height: 30px;
	width: 70px;
	z-index: 3;
	border-width: 0px;
	border-style: none;
	margin: 0px;
	padding: 0px;
}



