#jv-tooltipswrap {
	background: #EBEBEB;
	display: block;
	padding: 15px 30px;
}
#jv-tooltipswrap #jv-tooltipscontent {
	background: #FFFFFF;
	display: block;
	padding: 10px 65px;
	text-align: center;
}
#jv-tooltipswrap h3 {
	margin: 5px 0;
	font-size: 20px;
}
.jv-tipdata {
	background: #FBFBFB;
	border: 1px solid #ccc;
	padding: 15px;
	white-space: normal;
	position: absolute;
	top: 100px;
	left: 10px;
	width: 150px;
}
.jfdefaulttext, .jv-tipdata br {
	display: none !important;
}
#jv-arrow {
	position: absolute;
	z-index: 9999;
}
.jv-applybutton {
	margin-top: 15px;
}
a.jv-applybutton-link,a.jv-applybutton-link:hover,a.jv-applybutton-link:focus,a.jv-applybutton-link:active {
	height: 53px;
	background: url(../images/button-r.gif) no-repeat right top;
	display: inline-block;
}
a.jv-applybutton-link span {
	background: url(../images/button-l.gif) no-repeat left top;
	color:#FFFFFF;
	display:block;
	font-size:20px;
	font-weight:bold;
	height:53px;
	padding:17px 30px;
}
.jv-tiptitle a {
	border-bottom:1px dotted #8A8C8C;
	color:#555555;
	display:block;
	font-size:18px;
	padding-bottom: 7px;
	padding-top:6px;
}
.jv-tiptitle a:hover {
	background: #F9F9F9;
}
*+html .jv-tiptitle a {
	zoom: 1;
	line-height: 1.2em;
}
* html .jv-tiptitle a {
	zoom: 1;
}
div.btext {
	border-bottom:1px dotted #8A8C8C;
	color:#4284B4;
	display:block;
	font-family:arial;
	font-size:19px;
	font-weight:bold;
	padding-bottom:10px;
}
div.btext h3 {
   font-size: 33px !important;
	line-height: 1em;
}
div.btext h4 {
   font-size: 18px !important;
	line-height: 1em;
	font-weight: normal;
	color: #000;
	margin: 12px 0;
	text-transform: none;
}