div#div_container { 
	width: 700px; 
	height: 394px; 
	position: relative; 
	top: 0px; 
	left: 0px; 
	z-index: 2; 
	border: 0px solid #000;
}

div#pulzanti { 
	width: 700px; 
	height: 30px; 
	position: absolute; 
	bottom: -6px; 
	left: 0px;
	padding: 0px; 
	border: 0px solid #000;
}

TABLE.butTB { 
	height: 32px; 
	float: left;
	margin-right: 12px;
}
	TABLE.butTB TD.butTDlabel { 
		background-image: url(../../graphics/company_but_bg.gif);
		background-position: bottom left;
		background-repeat: no-repeat;
		text-align: center;
		vertical-align: bottom;
		padding: 0px 10px 5px 14px;
		font-size: 11px;
		font-weight: bold;
		color: #EF2D23;
	}
	TABLE.butTB TD.butTDlabel A:link, TABLE.butTB TD.butTDlabel A:visited { color: #EF2D23; text-decoration: none; }
	TABLE.butTB TD.butTDlabel A:active, TABLE.butTB TD.butTDlabel A:hover { color: #007DC3; text-decoration: none; }
	
	TABLE.butTB TD.butTDscoiattolo { 
		width: 28px; 
		height: 28px; 
		text-align: left;
		vertical-align: bottom;
		padding: 0px;
	}
	

div#filodirettoClose a:link, 
div#filodirettoClose a:visited { 
	color: #008ac8; 
	background-color: #fff; 
}
div#filodirettoClose a: active, 
div#filodirettoClose a:hover { 
	color: #fff; 
	background-color: #EF2D23; 
	/*border: 1px solid #008ac8;*/
}

.testoComp { 
	color: #007DC3; 
}