#headerBarline {
	background-image: url(../images/headerBarline.jpg);
	background-repeat: no-repeat;
	height: 3px;
	width: 960px;
	position: absolute;
	top: 80px;	
	}

#navEZPagesTop {
	font-size: 14px;
	text-align: left;
	letter-spacing: 1px;
	color: #fff;
	white-space: nowrap;
	display: block;
	height: 22px;
	width: 710px;
	padding-top: 2px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-left: 0px;
	position: absolute;
	right: 0px;
	top: 56px;
	font-weight: bold;
	}

#navMainSearch {
	display: block;
	position: absolute;
	height: 36px;
	width: 205px;
	bottom: 0px;
	top: 49px;
	right: 0px;
	margin: 0px;
	padding: 0px;
	}

input.search_input {
	font-size: 11px;
	margin: 0px;
	height: 14px;
	width: 120px;
	position: absolute;
	top: 10px;
	right: 55px;
	bottom: 10px;
	display: block;
	color: #999;
	background-color: #fff;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	border: 1px solid #CCC;
}

input.search_input:FOCUS {
	background-color: #fff;
	color: #333;
}

