#logoBar #form1 {
	background-image: url(../images/bg_search.png);
	background-repeat: no-repeat;
	width: 380px;
	position: absolute;
	right: 2px;
	bottom: 26px;
	z-index: 60;
	height: 219px;
}
#logoBar #form1 #textfield,#logoBar #form1 #positionfield {
	position: absolute;
	z-index: 61;
	left: 40px;
	width: 300px;
	height: 20px;
	color: #FFFFFF;
	background-color: #273233;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;

}
#logoBar #form1 #textfield {
	top: 118px;
}
#logoBar #form1 #positionfield {
	top: 66px;
}
#logoBar   #form1   #ukregions,#logoBar   #form1   #duration {
	color: #FFFFFF;
	background-color: #273233;
	height: 20px;
	width: 125px;
	position: absolute;
	top: 170px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;

}
#logoBar #form1 #ukregions {
	left: 38px;
}
#logoBar   #form1   #duration {
	left: 177px;
}
#logoBar #form1 #btnGo {
	position: absolute;
	right: 37px;
	bottom: 26px;
	z-index: 61;
}

#logoBar #cart {
	background-image: url(../images/bg_cartBar.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 36px;
	width: 350px;
	position: absolute;
	top: 6px;
	right: 2px;
	list-style-type: none;
	z-index: 61;
	padding-top: 16px;
	padding-left: 30px;
}
#logoBar #cart li {
	float: left;
}
#logoBar #cart a {
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	height: 20px;
	width: 99px;
	margin-right: 10px;
	text-indent: -10000px;
}
#logoBar #cart a.last {
	margin-right: 0px;
}
#logoBar #cart a:hover {
	background-position: left -20px;
}
#logoBar #cart a.jobcart {
	background-image: url(../images/btn_jobCart.gif);
}
#logoBar #cart a.login {
	background-image: url(../images/btn_login.gif);
}
#logoBar #cart a.logout {
	background-image: url(../images/btn_logout.gif);
}

#logoBar #cart a.news {
	background-image: url(../images/btn_news.gif);
}

