.search {
	display: block;
	background: transparent url(/nickjr20122015/assets/header/search-bar.png) no-repeat center;
	width: 157px;
	height: 22px;
}

.search .text {
	display: inline;
	position: relative;
	left: 5px;
	border: 0;
	color: #a58b74;
	width: 120px;
	height: 13px;
	font-size: 12px;
	text-transform: lowercase;
	outline: none;
}

.search .submit {
	background: transparent url(/nickjr20122015/assets/header/search-btn-kids.gif) no-repeat center;
	position: relative;
	top: 2px;
	left: 15px;
	border: 0;
	width: 14px;
	height: 18px;
	cursor: pointer;
}