div.djamche {
	display:	block;
	padding:	0px;
	margin:	0px;
	font-size:	0px;
	border:	2px solid #aaaa33;
	position:	absolute;
	overflow:	hidden;
}
div.djamche div {
	display:	block;
	padding:	0px;
	margin:	0px;
	font-size:	0px;
	border:	0px solid;
	width:	100%;
	height:	100%;
	background-color:	#666600;
	opacity:	0.2;
	filter:	alpha(opacity=20);
}
div.djamche.mouseover {
	border:	2px solid #996666;
}
div.djamche.mouseover div {
	background-color:	#660000;
}
div.djambalon {
	display:	block;
	padding:	5px;
	margin:	0px;
	border:	1px solid #000;
	background-color:	#ffffe1;
	position:	absolute;
}
div.djambalon div {
	font-family:	verdana, arial, tahoma, serif;
	font-size:	8pt;
	color:	#000;
}
div.djambalon input {
	font-family:	verdana, arial, tahoma, serif;
	font-size:	8pt;
	color:	#000;
	background-color:	#fff;
	border:	1px solid #888;
	width:	130px;
}
div.djambalon input.btn {
	background-color:	#dedede;
	width:	auto;
	margin-left:	2px;
	cursor:	pointer;
	_height:	17px;
	padding-left:	0px;
	padding-right:	0px;
}
div.djambalon a.iconedit, div.djambalon a.icondel {
	display:	block;
	width:	14px;
	height:	14px;
	font-size:	0px;
	border:	0px solid;
	cursor:	pointer;
	background-repeat:	no-repeat;
	background-position:	top left;
	float:	left;
	padding:	0px;
	margin:	0px;
	margin-top:	7px;
	margin-right:	5px;
	margin-bottom:	-5px;
	_margin-bottom:	0px;
}
div.djambalon a.iconedit {
	background-image:	url("http://m1.kefche.com/imgareas/icon_edit.gif");
}
div.djambalon a.icondel {
	background-image:	url("http://m1.kefche.com/imgareas/icon_del.gif");
}
div.djambalon a.iconedit:hover, div.djambalon a.icondel:hover {
	background-position:	bottom left;
}