/* search form 
-------------------------------------- */


li.search {
	width:290px;
	font-weight:bold;
	color: #ddd;
	text-shadow: 0px 1px 2px #333;
	letter-spacing:1px;
	word-spacing:2px;
	color:#42B6E4;
	text-shadow: 1px 1px 1px #000, 3px 3px 5px white; */
}
.searchform {
	display: inline-block;
	zoom: 1; /* ie7 hack for display:inline-block */
 *display: inline;
 position:relative;
}
.searchform input {
	font: normal 12px/130% Arial, Helvetica, sans-serif;
}
.searchfield {
	background: #fff;
	height:16px;
	padding: 5px 0 7px 8px;
	margin-right:0;
	width: 258px;
	border: solid 1px #bcbbbb;
	outline: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
	box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
	margin-top:1px;
}
.searchbutton {
	color: #fff;
	border: solid 1px #8BB90D;
	border-left:none;
	font-size: 11px;
	height: 32px;
	width: 32px;
	margin-left:0;
	padding-left:0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #5f5f5f;
	background:  url(../images/go.png) left top no-repeat; 
position: absolute;
right: 0;
top: 0;
	}
.searchbutton:hover { background-position:bottom;  }

}
