/* dialogs */

.cDialog { display:none; position: fixed; z-index: 2; top:0px; left:0px; width: 100%; height: 100%; }
.cDialog .bgCDialog { position: absolute; z-index: 0; width: 100%; height: 100%; background: #000; opacity: 0.5; filter: alpha(opacity = 50); }
.cDialog .cDialogIn { position: absolute; z-index: 1; top: 50%; left: 50%; }

.cDialog .cDialogIn { display: table; background: #fff; text-align: center; border: 8px solid; padding: 20px; color: #000; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius:5px; }
.cDialog .cDialogIn .cDialogCell { display: table-cell; vertical-align: middle; }

.cDialog .cDialogIn .close { position: absolute; top: 10px; right: 10px; height: 20px }