.jbar{
	width:100%;
	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:25px;
    /*background-color: #DFF0D8!important;
    color: #333!important;*/
}
.jbar-top{
	top:0px;
}
.jbar-bottom{
	bottom:0px;
	color:#777;
}
.jbar-content{
	line-height:46px;
	/*font-size: 18px;*/
	font-family:'Lucida Grande',sans-serif;
    font-size: 16px!important;
    font-weight: normal!important;
}
a.jbar-cross{
	position:absolute;
	width:31px;
	height:31px;
	background:transparent url(../images/cross.png) no-repeat top left;	
	cursor:pointer;
	right:10px;
}
a.jbar-cross:hover{
	background-image: url(../images/cross_hover.png)
}
.jbar-top a.jbar-cross{
	top:8px;	
}
.jbar-bottom a.jbar-cross{
	bottom:8px;
}

.jbar.error
{
color: #A94442;
background-color: #F2DEDE;
border-color: #EBCCD1;
}

.jbar.success
{
background-color: #DFF0D8;
border-color: #EBCCD1;
}