#windowdistribuzione{
	position: absolute;
	left: 380px;
	top: 70px;
	width: 550px;
	height: 300px;
	overflow: hidden;
	display: none;
}
#windowdistribuzioneTop
{
	height: 30px;
	overflow: 30px;
	background-image: url(window_t.png);
	background-position: right top;
	background-repeat: no-repeat;
	position: relative;
	overflow: hidden;
	cursor: move;
}
#windowdistribuzioneTopContent
{
	margin-right: 13px;
	background-image:url(window_u.png);
	background-position:left top;
	background-repeat: no-repeat;
	overflow: hidden;
	height: 30px;
	line-height: 30px;
	text-indent: 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: black;
}
#windowdistribuzioneMin
{
	position: absolute;
	right: 25px;
	top: 10px;
	cursor: pointer;
}
#windowdistribuzioneMax
{
	position: absolute;
	right: 25px;
	top: 10px;
	cursor: pointer;
	display: none;
}
#windowdistribuzioneClose
{
	position: absolute;
	right: 10px;
	top: 10px;
	cursor: pointer;
}
#windowdistribuzioneBottom
{
	position: relative;
	height: 270px;
	background-image: url(window_b.png);
	background-position: right bottom;
	background-repeat: no-repeat;
}
#windowdistribuzioneBottomContent
{
	position: relative;
	height: 270px;
	background-image: url(window_c.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	margin-right: 13px;
}
#windowdistribuzioneResize
{
	position: absolute;
	right: 3px;
	bottom: 5px;
	cursor: se-resize;
}
#windowdistribuzioneContent
{
	position:absolute;
	top: 30px;
	left: 10px;
	width: auto;
	height: auto;
	overflow: auto;
	margin-right: 10px;
	border: 1px solid #5c4424;
	height: 255px;
	width: 525px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	/*background-color: #d3bd74;*/
	background-image: url(bg.gif);
}
#windowdistribuzioneContent *
{
	/*
	margin: 10px;
	A CHE MINCHIA SERVE ???????????
	*/
}
.transferer2
{
	border: 1px solid #5c4424;
	background-color: #d3bd74;
	filter:alpha(opacity=30);
	-moz-opacity: 0.3;
	opacity: 0.3;
}