.pictcapt_help{
	background-color:#eeeeee;
	font-size: 10pt;
	font-family: Arial, 'sans serif';
	color: #000099;
	text-align:center;
}
.pictcapt_explain{
	background-color:#eeeeee;
	font-size: 10pt;
	font-family: Arial, 'sans serif';
	color: #000000;
	text-align:justify;
	padding: 3px;
}
.pictcapt_explain ol{
	margin-left: 0px;
	padding-left: 20px;
	list-style-position:outside;
}
.pictcapt_explain > ol > li > ol{
	list-style-type: lower-latin;
}
.pictcapt_act{
	background-color:#000000;
	height:1px;
	width: 1px;
	border:0;
	display:block;	
}
.pictcapt_inact{
	background-color:green;
	height:1px;
	width: 1px;
	border:0;
	display:block;	
}
.pictcapt_arrow{
	border:1px solid black;
	background-color:#cccccc;
}
.pictcapt_menu{
	height:200px; 
	width:80px;
	overflow:auto; 
	position:absolute
}
 
  |