.btn_applica
{
	background-image:		url('../_fwz/img/icons/flag_ok.gif');
	background-position:	4px center;
	background-repeat:		no-repeat;
	padding-left:			20px;
	color:					green;
	font-weight:			bold;
	font-size:				x-small;
}

.btn_annulla
{
	background-image:		url('../_fwz/buttons/button_cancel.gif');
	background-position:	4px center;
	background-repeat:		no-repeat;
	padding-left:			20px;
	color:					red;
	font-weight:			bold;
	font-size:				x-small;
}

.btn_chiudi_small
{
	background-image:		url('../_fwz/buttons/chiudi.gif');
	background-position:	4px center;
	background-repeat:		no-repeat;
	padding-left:			12px;
	color:					black;
	font-weight:			bold;
	font-size:				x-small;
}

.btn_windowClose
{
	background-color:		transparent;
	background-image:		url('../_fwz/buttons/chiudi.gif');
	background-position:	center center;
	background-repeat:		no-repeat;
	color:					black;
	font-weight:			bold;
	font-size:				x-small;
	width:					12px;
	height:					12px;
	border:					solid 1px black;
	border-bottom:			solid 2px black;
	border-right:			solid 2px black;
}

.btn_applica:hover,
.btn_annulla:hover,
.btn_chiudi_small:hover,
.btn_windowClose:hover
{
	background-color:		#FFFF99;
}
