/* */#header #search_term {
    outline: none;
    background: none;
    border: none;
    width: 125px;
	color: #00925e;
    cursor: pointer;
	font-size:11pt;
	padding-top:3px;
	padding-left:3px;
}

#header li form {
    background: url('../images/misc/search_bg.png') no-repeat -5px 0;
    width: 21px;
    height: 20px;
    overflow: hidden;
	
}
#header li form.active {
    background: url('../images/misc/search_bg.png') no-repeat -5px -30px;
	
}


