<!--

.iWin {			/* Definizione generale della finestra */
	position: 	absolute;
	left: 		200px;
	top: 		100px;
	width: 		400px;
	height: 	300px;
	overflow: 	hidden;
	display: 	none;
	z-index: 1000;
	text-align:left;
}

/*
	Barra del Titolo
*/
.iWin_top {		
	height: 	30px;
	/*overflow: 	30px;*/
	background: url(images/window_top_end.png) right top no-repeat;
	position: 	relative;
	overflow: 	hidden;
	cursor: 	move;
}
.iWin_topContent {
	margin-right: 	13px;
	background:		url(images/window_top_start.png) left top 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: 			#6caf00;
}



/*
	Contenuto della finestra.
*/
.iWin_mainContent {
	position:		absolute;
	top: 			30px;
	left: 			10px;
	width: 			auto;
	height: 		auto;
	overflow: 		auto;
	margin-right: 	10px;
	border: 		1px solid #6caf00;
	height: 		255px;
	width: 			375px;
	font-family:	Arial, Helvetica, sans-serif;
	font-size: 		11px;
	background-color: #fff;
}
.iWin_mainContent * {
	margin: 		10px;
}



/*
	Status Bar
*/
.iWin_bottom {
	position: 		relative;
	height: 		270px;
	background: 	url(images/window_bottom_end.png) right bottom no-repeat;
}
.iWin_bottomContent {
	position: 		relative;
	height: 		270px;
	background: 	url(images/window_bottom_start.png) left bottom no-repeat;
	margin-right: 	13px;
}






/*
	Definizioni per i bottoni di controllo della finestra. 
*/
.iWin_imgResize {
	display: 		block;
	width: 			10px;
	height: 		10px;
	background: 	url(images/window_resize.gif);
	
	position: 		absolute;
	right: 			3px;
	bottom: 		5px;
	cursor: 		se-resize;
}
.iWin_imgMin, .iWin_imgMax, .iWin_imgClose {
	display: 		block;
	width: 			12px;
	height: 		12px;
	position: 		absolute;
	top: 			10px;
	right: 			25px;
	cursor: 		pointer;
	border:			0px solid #fff;
}
.iWin_imgMin 	{
	background: 	url(images/window_min.jpg);
}
.iWin_imgMax 	{
	background: 	url(images/window_max.jpg);
	display: 		none;
}
.iWin_imgClose 	{
	background: 	url(images/window_close.jpg);
	right: 			10px;
}









-->
