html,body { height: 100% }
.mio-stags { width: 100%; height: 100%; position: fixed; top: 0; left: 0; z-index: 9999999999; background: url(black.png); display: none }
.mio-stags-box { width: 1000px; background-color: #fff; margin: 160px auto; padding: 50px; }
.mio-stags-box h2 { margin-bottom: 20px; }
.mio-stags-box ul {}
.mio-stags-box ul li { width: 15%; display: inline-block; line-height: 40px; }
.mio-stags-box ul li a { color: #0099CC; text-decoration: none; }
.mio-stags-box ul li a:hover { color: #c00 }
.mio-stags-close { width: 30px; height: 30px; background: url(close.png) no-repeat center; position: fixed; top: 50px; right: 50px; z-index: 9999999999; cursor: pointer }
.mio-stags ul,
.mio-stags li { margin: 0; padding: 0; list-style: none }

#mio-ftag { cursor: pointer }