/* search styles ... used to override the grid stylesheet and other artist search page elements */

#nm_maskSearch {
	padding-left: 20px;
	color: #7b8184;
	border-radius:20px;
	border: none;
	width: 300px;
	height: 34px;
	font-style: italic;
	background: url('../img/search-icon.png') 330px center no-repeat #d9dbdc;
	padding-right: 40px;
}

#gridboxSearch {
	/* by default, hide from display until the user has searched */
	display: none;
}