

.formInfo a, .formInfo a:active, formInfo a:visited{
	background-color:#FF0000;
	font-size: 1.3em;
	font-weight:bold;
	padding:1px 2px;
	margin-left:5px;
	color:#FFFFFF;
	text-decoration: none;
}

.formInfo a:hover{
	color:#660000;
	text-decoration: none;
}

/* ---------->>> jtip <<<---------------------------------------------------------------*/

a.jTip { position:relative; left:0px; top:-2px;}
a.jhead {font-weight:bold; font-family:Georgia, "Times New Roman", Times, serif}
img.info_bubble {border:none}


.jtip_content {color:#000; font-family:Arial, Helvetica, sans-serif; font-size:13px; margin:0; padding:8px}
.jtip_content h1 {font-size:16px; margin:0 0 -5px 0;}

#JT_arrow_left{
	background-image: url(../../assets/jtip/assets/content/jtip-img/arrow_left.png);
	background-repeat: no-repeat;
	background-position: left -3px;
	position: absolute;
	z-index:101;
	left:-13px;
	height:23px;
	width:10px;
    top:-3px;
}

#JT_arrow_right {
	background-image: url(../../assets/jtip/assets/content/jtip-img/arrow_right.png);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index: 101;
	height: 23px;
	width: 11px;
	top: -2px;
}

@media only screen and (max-width: 767px) {
	#JT_arrow_right {
		background-image: none;
	}
}

#JT {
	position: absolute;
	z-index:100;
	border: 3px solid #3399cc;
	background-color: #fff;
	box-shadow: -1px 3px 3px #555;
	-moz-box-shadow: -1px 3px 3px #555; /* Firefox 3.6 and earlier */
	margin:3px 0 0 10px
}


#JT_copy{
	color:#333333;
}

.JT_loader {
	background-image: url(../../assets/jtip/assets/content/jtip-img/loader.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width: 50%;
	height: 50%;
}

#JT_close_left{
	background-color: #3399cc;
	text-align: left;
	padding-left: 8px;
	padding-bottom: 5px;
	padding-top: 2px;
	font-weight:bold;
}

#JT_close_right{
	background-color: #3399cc;
	text-align: left;
	padding-left: 8px;
	padding-bottom: 5px;
	padding-top: 2px;
	font-weight:bold;
}

#JT_copy p{
/*padding:0 16px;
*/}

#JT_copy img{
	margin:0
}

.jTip{
/*cursor:help;*/
}

@media only screen and (max-width: 767px) {
	img.info_bubble {
		padding: .5rem .5rem 2rem 0;
	}
}

