/******************************************************************************************************************
WIDE SEARCH ON NEWS, ETC.
******************************************************************************************************************/

#content #searchnews {
	width:364px;
	margin:8px 0 14px 0;
	color:#999;
	padding:0;
	background:#FFF;
	font-size:80%;
	zoom:1;
}

#content #searchnews fieldset {
	border:none;
	margin:0;
	padding:0;
}

#content #searchnews legend {
	display:none;
}

#content #searchnews label {
	width:159px;
	padding:4px 7px 5px;
	margin:0;
	background:#8cc641;
	color:#FFF;
	font-size:120%;
	text-align:left;
}

#content #searchnews input {
	float:left;
	width:164px;
	padding:2px 2px 3px;
	border:1px solid #CCC;
	border-right:none;
	height:16px;
}

#content #searchnews button {
	clear:none;
	float:left;
	width:22px;
	height:23px;
	background:#8cc641 url(../images/icon-search.gif) top left no-repeat;
	margin:0;
	padding:0;
}

#content #searchnews button span {
	position:absolute;
	left:-1000em;
	/* Padding / Margin required to cancel oversizing of button in Safari */
	margin:0;
	padding:0;
}
