/* CSS Document */


.textfieldSearch, .categorySearch, .promotionSearch {
	background: transparent url(../images/trans.gif);
	color: #5c5c5c;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	padding: 3px;
	border: none;
	width: 160px;
	position: absolute;
	top: 45px;
	right:350px;
	z-index: 5;
}
	.textfieldSearch {
	width: 120px;
	margin-top: 1px;
	}
	.categorySearch {
	width: 170px;
	right: 175px;
	}
	.promotionSearch {
	right: 3px;
	}

.goButt {
	width: 18px;
	height: 18px;
	position: absolute;
	top: 46px;
	right: 340px;
	z-index: 6;
}

.go, .go2 {
	position: absolute;
	top: 0px;
	left: 161px;
}

