#confirm-page {
    width: 100%;
    height: 100%;
    display:none;
    position:fixed;
    z-index:10000;
    background-color: #000;
    opaticy: 1;	
}

#confirm-title {
    padding:5px;
    margin:10px 10px 10px 10px;
    color:#000;
    padding-right:0px;
    background:url(icon/icon_delete.png) no-repeat right center;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;	
    text-align: center;	
}

#confirm {
    position: fixed;
    left: 50%;
    top:50%;
    margin: -200px 0 0 -200px;
    z-index: 10002;
    box-shadow: 0 0 15px #111;
    border-radius: 15px;
    background-color:#fff;
    padding:5px;
    width:280px;
    height: 120px;
    border:1px solid #1881A4;
    border-radius:5px;
    text-align: right;
    direction: rtl;
    color: #000
}

#confirm .btn{
    float:none !important; 
    display:inline-block;
}

#confirmok {
    margin-left: 40px;
}
