.jquery-bar {
	background: #f6f6f6; /* #FAFAFA */ 
	width:100%;
	position: relative;	
	padding: 7px 6px 6px 4px;	
	/*border-bottom:2px solid #CC0000;*/
	box-shadow: 0px 4px 5px #AAAAAA;
	font-size:10px;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.jquery-bar .notification {
	display:block;
	width:auto;
}

.downbar {
	cursor:pointer;	
	top:0px;
	right:70px;	
	padding:0px 3px 0px 3px;
	position:absolute;
	background:#FFFFFF;
	border-radius:0px 0px 5px 5px;	
	border:2px solid #CC0000;
	box-shadow: 0px 4px 5px #AAAAAA;	
	border-top:none;
}

.downbar:hover{
	background: url(../jix/bg.png);
	cursor:pointer;
}

.down {
	position:absolute;
	top:6px;
	right:85px;
}

.up {
	top: -45px;
	display: none;
}

.arrow {
	cursor:pointer;
}

.font-style{
	text-align: center;
}

.font-style{
	color:#666;
	font-size:15px;
	text-transform:none;
}