.formInfo a, .formInfo a:active, formInfo a:visited{
	background-color:none;
	text-decoration:none;
}

.formInfo a:hover{
	color:#000;
	text-decoration: none;
}

/* ---------->>> jtip <<<---------------------------------------------------------------*/

#JT_arrow_left{
	background-image: url(images/arrow_left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index:101;
	left:-12px;
	height:23px;
	width:10px;
   	top:-3px;
}

#JT_arrow_right{
	background-image: url(images/arrow_right.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index:101;
	height:23px;
	width:11px;
  	top:-2px;
}

#JT {
	position: absolute;
	z-index:100;
	border: 2px solid #cccccc;
	background-color: #f7f7f7;
	margin-top:-6px;
}

#JT_copy{
	padding:7px 7px;
	color:#333333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-style:normal;
	text-align:justify;
	margin-top:-6px;
}

.JT_loader{
	background-image: url(images/loader.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width:100%;
	height:10px;
}

#JT_close_left{
	background-color: #cccccc;
	text-align: left;
	padding: 2px;
	font-size:12px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
}

#JT_close_right{
	background-color: #cccccc;
	text-align: left;
	padding: 2px;
	font-size:12px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
}

#JT_copy p{
	margin:5px 2px;
	
	
}

#JT_copy img{
	padding: 1px;
	border: 1px solid #cccccc;
}

.jTip{
cursor:help;
}
