.jbar{
	height:48px;
	width:100%;
	/*background:-webkit-linear-gradient(#3278bc,#1d5c99);*/
	background:-webkit-gradient(linear,0% 0%,0% 100%,from(#3278bc),to(#1d5c99));
	color:#fff;
	position:fixed;
	text-align:center;
	left:0px;
	z-index:9999999;
	margin-top:-48px;
	padding:0px;
	-webkit-box-shadow: 0 -2px 5px 3px #888;
}
.jbar-top{
	top:0px;
	border-top:1px solid #6fa1d0;
	border-bottom: 1px solid #072846;
}
.jbar-content{
	line-height:46px;
	font-size: 14px;
	font-weight:bold;
	text-shadow:rgba(0,0,0,0.6) 0 -1px 0;
}
.jbar-img {
	position:relative;
	top:5px;
	margin-right:5px;
}
a.jbar-cross{
	position:absolute;
	width:58px;
	height:34px;
	background:transparent url(../images/error_close.png) no-repeat top left;	
	cursor:pointer;
	right:15px;
	top:7px;
}