.modal-box>div:before,.modal-box>div>*{
    vertical-align:middle;
    display:inline-block
}
.modal-box{
    line-height:0;
    position:fixed;
    z-index:10000;
    top:0;
    right:0;
    bottom:0;
    left:0
}
.modal-box>div,.modal-box>span{
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    left:0
}
.modal-box>span{
    opacity:.8;
    background:#000;
    filter:alpha(Opacity=80)
}
.modal-box>div{
    overflow:auto;
    min-width:300px;
    padding:12px;
    text-align:center
}
.modal-box>div:before{
    height:100%
}
.modal-box>div>*{
    max-width:99.9%
}
.modal-box>div,.modal-box>div>div{
    cursor:pointer
}
.modal-box>div>div{
    width:99.9%
}
.modal-box-content{
    position:relative;
    display:inline-block;
    overflow:hidden;
    width:100%;
    min-height:100px;
    cursor:default;
    -webkit-transition:width ease-in-out .12s,height ease-in-out .12s;
    transition:width ease-in-out .12s,height ease-in-out .12s;
    text-align:left;
    background-color:#fff;
    -webkit-box-shadow:0 0 10px rgba(0,0,0,.4);
    box-shadow:0 0 10px rgba(0,0,0,.4);
    border-radius:6px
}
.modal-box-content>div,.modal-box-content>iframe{
    width:100%;
    height:100%
}
.modal-box-content>div>:last-child{
    margin-bottom:0
}
.modal-box-btns{
    text-align:center
}
.modal-box-content>a[href$='#close']{
    position:absolute;
    z-index:10;
    outline:0;
    top:0;
    right:0;
    display:inline-block;
    width:44px;
    height:44px;
    background:url(images/close.png) rgba(0, 0, 0, 0.5) 50% 50% no-repeat
}
