#winBg {
	display: none;
	position: fixed;
	_position: absolute;
	width: 100%;
	height: 100%;
	background: #ffffff;
	top: 0;
	left: 0;
	border: 0;
	z-index: 1;
}
#kommentShowCont {
	display: none;
	position: fixed;
	_position: absolute;
	top: 0;
	left: 0;
	width: 500px;
	height: 500px;
	background: url(../images/commentpopup_bg.gif) top left no-repeat;
	border: 0;
	z-index: 2;
	margin: 0;
	padding: 0;
}
#kommentShowContBg {
	display: none;
	position: fixed;
	_position: absolute;
	width: 100%;
	height: 100%;
	background: #ffffff;
	top: 0;
	left: 0;
	border: 0;
	z-index: 1;
}
#kommentShowCont .tarto {
	width: 500px;
}
#kommentShowCont .tarto .xx {
	float: right;
	padding: 15px 20px 0px 0px;
}

#kommentShowCont .scrollkeret {
	width: 460px;
	height: 450px;
	margin-left: 20px;
	overflow-y: scroll;
}

