@charset "utf-8";
.jbar {
	position:relative;
	height: 120px;
	width: 100%;
	line-height: 100px;
	background-image: url(../images/jbarbg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

.jbar .textbox {
	display:block;
	width:100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.jbar .textbox .text_t{
	color: #333333;
	text-align: center;
	font-size: 30px;
	text-indent: 50px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: default;
}
.jbar .textbox .text_t b{
	color: #369D02;
	font-size: 50px;
	font-weight: bold;
	padding-right: 10px;
	padding-left: 10px;
}
.jribbon {
	position:absolute;
	top:0px;
	right:40px;
	display:none;
	box-shadow:0 2px 5px #666666;
	cursor:pointer;
	border-radius:0 0 3px 3px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	background-color: #FFFFFF;
}
.downarrow {
	position:absolute;
	top:47px;
	right:50px;
}
.up {
	top:-50px;
}
.arrow {
	cursor:pointer;
}
