body {padding: 0; margin: 0;}
body,html{height: 100%;}
.dialog-background {height: 100%; overflow: hidden; position: absolute;width: 100%; background:gray;left: 0;margin: 0;padding: 0; top: 0;z-index: 100;}
.dialog-background[id] {display: table; position: static;}
.dialog-wrapper {position: absolute; top: 50%;} /* for explorer only*/
.dialog-wrapper[id] {display: table-cell; vertical-align: middle; position: static;}
.dialog-content {width: 600px;margin: 0 auto;} /* for explorer only */
.dialog-content {background-color: #FFFFFF !important;border-radius: 5px;height:300px;width:600px;padding:10px;box-shadow: 5px -5px 2px #453213;}
