@charset "utf-8";

/* ---- Superbar ---- */
* {
	margin: 0; 
	padding: 0; 
	}
#superbar {		
	height: 31px;
	background-color: #97D354;
	}
.widget {
	margin-left: auto;
	margin-right: auto;
	width: 940px;
	position: relative;
	}
.siteselector {
	height: 21px;
	position: absolute;
	right: 240px;
	top: 5px;
	font-size: 11px;
	}
.searchform	 {
	position: absolute;
	right: 35px;
	top: 5px;
	font-size: 11px;
	}	 
#search {
	border: 1px solid #59b238;
	padding: 0 2px;
	width: 170px;
	height: 19px;
	font-size: 11px;
	color: #999;
	}
.searcharrow {
	position: absolute;
	right: 10px;
	top: 5px;
	} 
.searcharrow input {
	margin: 0;
	border: 0;
	padding: 0;
	}


