	.dhtmlgoodies_tabPane{
		height:21px;	/* Height of tabs 
		border-bottom:1px solid #919b9c;*/
	}
	.dhtmlgoodies_aTab{
		/*background-image:url(../imgWidget/bkg_ristoranti.jpg);
		border-left:1px solid #919b9c;
		border-right:1px solid #919b9c;
		border-bottom:1px solid #919b9c;*/
		font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
		padding:5px;		
		
	}
	.dhtmlgoodies_tabPane DIV{
		float:left;
		height:100%;	/* Height of tabs */
		padding-left:3px;
		vertical-align:middle;
		
		background-repeat:no-repeat;
		background-position:bottom left;
		cursor:pointer;
		position:relative;
		bottom:-1px;
		margin-left:2px;
		margin-right:0px;
	}
	.dhtmlgoodies_tabPane .tabActive{
		/*background-image:url('../images/tab_left_active.gif');*/
		background-image:url('../imgWidget/tab_ristoranti_active.jpg');
		color:#FFF;
		font-weight:bold;
		margin-left:2px;
		margin-right:0px;
		z-index:10;	
	}
	.dhtmlgoodies_tabPane .tabInactive{
		/*background-image:url('../images/tab_left_inactive.gif');*/
		background-image:url('../imgWidget/tab_ristoranti_inactive.jpg');
		color:#333;
		font-weight:bold;
		margin-left:2px;
		margin-right:0px;
		z-index:1;
	}

	.dhtmlgoodies_tabPane .inactiveTabOver{
		/*background-image:url('../images/tab_left_over.gif');*/
		background-image:url('../imgWidget/tab_ristoranti_active.jpg');
		color:#333;
		font-weight:bold;
		margin-left:2px;
		margin-right:0px;
	}
	.dhtmlgoodies_tabPane span{
		font-family:arial;
		vertical-align:middle;
		font-size:11px;
		padding-left:3px;
		padding-right:3px;		
		line-height:21px;
		float:left;
	}
	.dhtmlgoodies_tabPane .tabActive span{
		padding-bottom:1px;
		line-height:20px;
	}
	
	.dhtmlgoodies_tabPane img{
		float:left;
	}

.bottone{
margin-top:30px;
}
.inputT{
margin-left:40px;
width:100px;
z-index:inherit;
margin-top:30px;
}



body{
		margin:10px;
		font-size:0.9em;
	}
	a{
		color:#F00;
	}
	.clear{
		clear:both;
	}
	.closeBtn{

	text-align:right;
	}
	.code{
	font-size:11px;
	font-family:"Courier New", Courier, monospace;

	}
	.explain{
	font-size:10px;

	font-family:Georgia, "Times New Roman", Times, serif;
	}
	#istruzioni{
	width:260px;
	padding-left:10px;
	padding-right:10px;
	text-align:center;
	margin-top:40px;
	
	}
#apDiv1 {
	position:absolute;
	padding-left:5px;
	padding-right:5px;
	left:23px;
	top:55px;
	width:246px;
	height:105px;
	z-index:50;
	overflow:hidden;
	visibility: hidden;
	background-color: #FFFFFF;
	border:#999 dashed 1px;
	filter:alpha(opacity=80);
	-moz-opacity:.8;
	opacity:.8;
}

