div.veil {
  position: absolute;
  display: none;
  top: 0px;
  left: 0px;
  width:100%;
  /*height: 100%;*/
  background-color: #555;
  /*filter:alpha(opacity=20);*/
  -moz-opacity:0.30;
  opacity: 0.30;
  z-index: 10090;

}

div.veilIE {
  position: absolute;
  display: none;
  top: 0px;
  left: 0px;
  width:100%;
  height: 100%;
  background-color: #555;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='myimage.png',sizingMethod='scale');
  filter:alpha(opacity=30);
  z-index: 10090;
}


div.modal {
background:#ECE9D8 none repeat scroll 0%;
color:black;
display:none;
font-family:verdana;
font-size:11px;
position:absolute;
top:200px ;
left:20px ;
/*width:600px;*/
z-index:10100;
}
div.modalTitle {
cursor:move;
}

.tab_fissa {
background:transparent url(../img/tab_on_blu.jpg) repeat-x scroll 0%;
border-left:1px solid #225290;
border-right:1px solid #225290;
color:#000000;
font-family:Arial,Helvetica,sans-serif;
font-size:11px;
font-weight:bold;
height:25px;
}
.tab_fissa_inbox {
background:transparent url(../img/tab_on_blu.jpg) repeat-x scroll 0%;
color:#000000;
font-family:Arial,Helvetica,sans-serif;
font-size:11px;
font-weight:bold;
height:25px;
}

.button_container			{clear:both;width:auto;min-height: 31px; height: auto !important; height: 31px;}
.f_sx						{float:left;margin-left:15px;}
.f_dx						{float:right;margin-right:15px;}