.search {
	display: block;
	padding: 0;
	margin: 15px 0 10px 0;
	width: 191px;
	height: 20px;
}
#jq-primarySearchForm {
	display: block;
	height: 100%;	
	width: 100%;
	padding: 0;
	margin: 0;		
}
#jq-primarySearchForm label {
	font-size: 1.0em;
	font-weight: bold;
	color: #fff;
	line-height: 1;
	margin-left: .2em;
}
#jq-primarySearchForm input#jq-primarySearch {
	width: 152px;
	height: 20px;
	margin: 0;
	padding: 2px 5px;
	font-size: 1.4em;
	color: #333;
	background: #fff;
	border: 1px solid #aaa;
	line-height: 1;
	font-size: 1.1em;
	-moz-border-radius: 5px;
	direction: rtl;
}
#jq-primarySearchForm button {
	background: url('images/icon_searchglass.png') left 0 no-repeat;
	position: relative;
	margin: 0;
	width: 26px; 
	height: 26px;
	position: absolute;
	border: 0;
	cursor: pointer;
	font-size: 1.1em;
}
#jq-primarySearchForm button span {
	position: absolute;
	left: -9999999px;
}
#jq-primarySearchForm button:hover {
	background-position: 0 -27px;
}