@charset "utf-8";
/* CSS Document */

/* HELP POPUP */




#pic {

	left: 5px;
	
	position: relative;
	
	top: 2px;
	
	width: 235px;
	
	float:right;
	
}

 

#pic a .popup {

	display: none;

	position: absolute;
	
}

 

#pic a.p1, #pic a.p1:visited {

	background: #FFFFFF;

	display: block;

	height: 16px;

	left: 0px;

	text-decoration: none;

	top: 0px;

	width: 16px;

}

 

#pic a.p1:hover {

	background-color: #8C97A3;

	color: #000000;

	text-decoration: none;
	

}

 

#pic a.p1:hover .popup {

	display: block;

	left: 20px;

	position: absolute;

	top: -60px;

}

 

.popup-content {

	border: 1px solid #fb4f14;

	background:#ffffff;         

	width:200px;

	height:auto;

	opacity:0.8;

	filter:alpha(opacity=80);

	font-family:Arial, Helvetica, sans-serif;

	font-size:11px;

	line-height:14px;

	padding:17px;

}

 

.popup

{

	position:absolute;

	z-index:10;

	overflow:hidden;/*must have*/

	width:33em;/*must have for any value*/;

}

 

.popup iframe

{

	display:none;/*sorry for IE5*/

	display/**/:block;/*sorry for IE5*/

	position:absolute;/*must have*/

	top:0;/*must have*/

	left:0;/*must have*/

	z-index:-1;/*must have*/

	filter:mask();/*must have*/

	width:3000px;/*must have for any big value*/

	height:3000px/*must have for any big value*/;

}

 

.overflowVis { 

	overflow:visible !important;

	padding-bottom:22px;

}

 

/* END: HELP POPUP */


