#loginerr-2 { position: relative; float:left; width:852px; height:580px; z-index:200;}
.overlay {position:absolute; top:142px; bottom:0; left:82px; width:100%; background:#000000; opacity: 0.65; -moz-opacity: 0.65;filter:progid:DXImageTransform.Microsoft.Alpha(opacity=65);}
#loginerr-2 .content {width:560px; padding:20px; z-index:210; height: 380px;}
.content {position:relative; top:200px; left:200px; float:left;
       color:white; font-family: sans-serif; font-size:24px; font-style:normal; font-variant:small-caps; }
/* per visualizzazione di messaggio di download, stile identico a loginerr-1 */
#downloadexcel { position: relative; float:left; width:852px; height:630px; z-index:200;}
.overlay {position:absolute; top:142px; bottom:0; left:82px; width:100%; background:#000000; opacity: 0.65; -moz-opacity: 0.65;filter:progid:DXImageTransform.Microsoft.Alpha(opacity=65);}
#downloadexcel .content {width:560px; padding:20px; z-index:210; height: 380px; background-image: url('/icons/chiudi3.png');background-repeat: no-repeat;}
.content {position:relative; top:200px; left:200px; float:left;
       color:white; font-family: sans-serif; font-size:24px; font-style:normal; font-variant:small-caps; } 
/* messaggio di errore da includere nel div box */
#legamierr .legcontent {padding: 20px; background:#000000; opacity: 0.65; -moz-opacity: 0.65;filter:progid:DXImageTransform.Microsoft.Alpha(opacity=65); position:relative; top:20px; left:20px; width:90%; float:left;
       color:white; font-family: sans-serif; font-size:24px; font-style:normal; font-variant:small-caps; }
.contentcondacc {padding: 5px 15px; background:#000000; opacity: 0.65; -moz-opacity: 0.65;filter:progid:DXImageTransform.Microsoft.Alpha(opacity=65); position:relative; top:5px; left:5px; width:90%; float:block;;
       color:white; font-family: sans-serif; font-size:20px; font-style:normal; font-variant:small-caps; }

/*
 * SimpleModal Confirm Modal Dialog
 * http://www.ericmmartin.com/projects/simplemodal/
 * http://code.google.com/p/simplemodal/
 *
 * Copyright (c) 2010 Eric Martin - http://ericmmartin.com
 *
 * Licensed under the MIT license:
 *   http://www.opensource.org/licenses/mit-license.php
 *
 * Revision: $Id: confirm.css 254 2010-07-23 05:14:44Z emartin24 $
 */

#confirm {display:none;}

/* Overlay */
#confirm-overlay {background-color:#ffffff; cursor:wait;}

/* Container */
#confirm-container {position:absolute; top:142px; bottom:0; left:82px; height: 480px; width:860px; background:#000000; opacity: 0.65; -moz-opacity: 0.65;filter:progid:DXImageTransform.Microsoft.Alpha(opacity=65);}
#confirm-container .header {height:30px; line-height:30px; width:100%; color:#fff; font-weight:bold;}
#confirm-container .header span {padding-left:8px;}
#confirm-container .message {position:relative; top:150px; left:180px; padding:20px; float:left;
       color:white; font-family: sans-serif; font-size:24px; font-style:normal; font-variant:small-caps; }
#confirm-container .lungo {top:80px;left:100px;}
#confirm-container .buttons {position:relative; top:180px; left:0px; line-height:26px; width:160px; float:left; margin-left:40%; padding:10px 8px 0;} 
#confirm-container .buttons div {float:right; margin-left:4px; width:70px; height:26px; color:#666; font-family: sans-serif; font-size:24px; font-weight:bold; text-align:center; border:1px solid #bbb; cursor:pointer;} 
#confirm-container .lungob {top:90px; margin-left:30%; width:280px;}
#confirm-container a.modal-close,
#confirm-container a.modal-close:link,
#confirm-container a.modal-close:active,
#confirm-container a.modal-close:visited {text-decoration:none; font-weight:bold; position:absolute; right:10px; top:2px; color:#fff;}
#confirm-container a.modal-close:hover {color:#ccc;}


