.anket-dialog { position: absolute; border:solid 1px #333; background-color:#fff; z-index:1000; /* width: 340px; top:60px; bottom:60px; height:540px;*/ } .anket-dialog h1 { text-align:left; height:25px; line-height:25px; color:#fff; background:url(../img/viewer/pophdbg.png) 0 0 repeat; margin:0; padding:0 0 0 5px; /*height:5%; line-height:100%;*/ } .anket-dialog .anket-container { /*height:85%; overflow:auto;*/ } .anket-dialog .anket-container iframe { -webkit-overflow-scrolling: touch !important; overflow: scroll !important; } .anket-dialog .anket-commands { text-align:center; border-top:solid 1px #333; height:60px; line-height:60px; margin:0; padding:0; /*background-color:#fff;*/ } .anket-dialog .anket-commands input[type='button'] { border-radius:10px; padding:0 10px; border:solid 1px #333; background-color:#ccc; cursor:pointer; margin-right:5px; width:100px; height:30px; line-height:30px; } .anket-dialog .anket-commands input[type='button']:hover { background-color:#fff; }