		
/** Pretty Search **/
.prettysearchWrapper {
	margin-top:6px;
	position:relative;
	width:220px;
}	
	.prettysearchWrapper .left {
		width:19px;
		height:21px;
		display:block;
		position:absolute;
		left:0;
		top:0;
		background: transparent url(../images/prettysearch/prettysearch_left.gif) no-repeat 0 0;
	}		
	.prettysearchWrapper input.prettysearch {
		width:190px;
		/*height:18px;*/
		padding-top:4px;
		padding-bottom:4px;
		border:0px none;
		position:absolute;
		right:11px;
		background: transparent url(../images/prettysearch/prettysearch_repeat.gif) repeat-x 0 0;
		font:12px Arial, Helvetica, sans-serif;
		color:#666;
	}
	.prettysearchWrapper .right {
		width:11px;
		height:21px;
		display:block;
		position:absolute;
		right:0;
		top:0;
		background: transparent url(../images/prettysearch/prettysearch_right.gif) no-repeat 0 0;
	}