#shutdown{
    z-index: 999999999;
    position: absolute;
    font-family: arial;
    color: #fff;
}
#shutdown>div{
    width:377px;
    height:250px;
    background:url("/modules/module_leallitas/pazirik.png") no-repeat scroll 261px 198px #333;
    position:fixed;
    left:0;
    bottom:0;
    padding:5px 0 0 5px;
    display:none;
}
#seckeys div{
    width:50px;
    height:50px;
    margin:5px;
    border:1px solid #999;
    text-align: center;
    line-height:50px;
    float:left;
    border-radius:6px;
    cursor:pointer;
}


#shutdown input{
    border:1px solid #000;
    border-radius:6px;
    float:right;
    margin-right:9px;
    outline:0;
    color:#fff;
    background:#000;
    padding-right:10px;
    text-align:right;
    height:50px
}

#seckeys div:active{
    box-shadow:0px 0px 3px #555
}

#shutdown label{
    font-size:14px;
    line-height:50px;
    padding-left:5px;
}

#seckeys{
    padding-top:5px;
}

#seckeys div:last-child{
    width:236px!important;
}
