.anDialog{position:fixed; background-color: rgba(220, 220, 220, 0.95); z-index: 99998;margin: auto; left:50%;top_:50%; border-radius: 25px; overflow: hidden; padding:40px; box-shadow: 1px 1px 12px #555; visibility: hidden; border-radius: 20px;}
.anDialog .dcBg{position:absolute; background: #ddd; opacity: .8; top:40px; left:40px;width: inherit; height:inherit;border-radius: 25px; z-index: 99998;border:0px solid #fff;}
.anDialog .dcContent{position:relative; background: #eee; z-index: 99999; overflow: hidden; height: inherit; }
.anDialog .dcContentInner{ background: #eee; z-index: 99999;overflow:hidden;}
.anDialog .dcTop{position:absolute; background_: #ddd; top:0; left:0;width: 2000px; height:40px;border-radius: 0px; z-index: 99998;border:0px solid #fff;}
.anDialog .dcClose{display:block; position:absolute; right:7px; top:7px; overflow:hidden; font-family:verdana; font-weight: bold; font-size:  18px; z-index: 99998; padding: 5px 7px; border-radius: 15px; color:#fff; border:1px solid #fff; text-decoration:none}
.anDialog .dcClose:hover{color: #999; border-color:#999 }
.anDialog .dcLoading{position: absolute; top:0; left:0; width: 1024px; height: 550px; background: #ccc url(../img/loading.gif) center center no-repeat; opacity: .8; filter:alpha(opacity=80); display: none;}
.anDialog h2.dcTitle{padding:10px; text-align: center; font-size:16px; color:#999}
.anDialogVeil{position:fixed; top:0; left:0; background: #555; opacity:.3 }



.dcLoading .dcContent{background-image:url(../img/anDlgLoading.gif);background-position: center center; background-repeat:  no-repeat; }
input.anDlgClose32{background-image:url('../img/anDlgClose32.png'); background-position: top center; background-repeat:   no-repeat}
input.anDlgSave32{background-image:url('../img/anDlgSave32.png'); background-position: top center; background-repeat:   no-repeat}
.anDialog p.dlgClose{text-align: center; padding-top: 25px;}


.sectionInDialog{text-align: left; padding: 10px}
.sectionInDialog .firstAttachment, .sectionInDialog .attachments{display: none}