
/*razredi za hover help*/
/*razredi za hover help*/

blockquote {
	border-left: 1px dotted #BF3A07;
	padding-left: 10px;
}
blockquote.helpContents {
	text-align: left;
	width:175px;
	font-family: Verdana, Arial;
	font-size: 11px;
	margin: 0;
	padding: 5px;
	position: absolute;
	top: -1000px;
	left: -1000px;	
	border: 1px solid #000;
	z-index: 100;
	background-color: #E6E7E8;
	-moz-border-radius: 5px;
	-moz-opacity: .85;
	opacity: .85;
	filter: alpha(opacity=85);

}
blockquote.helpContents a {
	font-family: Arial;
	color: #CC3300;
	font-weight: bold;
}
