.jbar{
	height:30px;
	width:100%;
	background-color: #fff;
	position:fixed;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=95); 
	opacity: 0.95;
	-moz-opacity: 0.95;
	text-align:center;
	left:0px;
	z-index:9999999;
	margin:0px;
	padding:0px;
}
.jbar-top{
	top:0px;
	border-top:2px solid #fff;
	border-bottom: 1px solid #ebebeb;
}
.jbar-bottom{
	bottom:0px;
	border-bottom:2px solid #fff;
	border-top: 1px solid #ebebeb;
	color:#777;
}
.jbar-content{
	line-height:30px;
	font-size: 18px;
	font-family:'Lucida Grande',sans-serif;
}
a.jbar-cross{
	position:absolute;
	width:16px;
	height:16px;
	background:transparent url(../images/oie_cross_x.png);	
	cursor:pointer;
	right:10px;
}
a.jbar-cross:hover{
	background-image: url(../images/oie_cross_x.png)
}
.jbar-top a.jbar-cross{
	top:7px;	
}
.jbar-bottom a.jbar-cross{
	bottom:7px;
}