#confirmOverlay{
    width:100%;
    height:100%;
    position:fixed;
    display:flex;
    top:0;
    left:0;
/*    background:url('ie.png');*/
    background: -moz-linear-gradient(rgba(11,11,11,0.1), rgba(11,11,11,0.6)) repeat-x rgba(11,11,11,0.2);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(11,11,11,0.1)), to(rgba(11,11,11,0.6))) repeat-x rgba(11,11,11,0.2);
    z-index:100000;
}

#confirmBox{
/*    background:url('body_bg.jpg') repeat-x left bottom #e5e5e5;*/
/*    background-color: #111111;*/
    width:300px;
    position:relative;
    left:0;
    top:0;
    margin:auto;
    border: 1px solid rgba(33, 33, 33, 0.6);

    -moz-box-shadow: 0 0 2px rgba(255, 255, 255, 0.6) inset;
    -webkit-box-shadow: 0 0 2px rgba(255, 255, 255, 0.6) inset;
    box-shadow: 0 0 2px rgba(255, 255, 255, 0.6) inset;
}

#confirmBox h1{
    height: 50px;
    background-image: url(../img/plane2x.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

#confirmBox p{
    font:26px/1 'Cuprum','Lucida Sans Unicode', 'Lucida Grande', sans-serif;
    background-color: #525252;
    padding: 9px 18px;
    color: gray;
}

#confirmBox h1{
    letter-spacing:0.3px;
    color:#888;
}

#confirmBox p{
    background:none;
    font-size: 12px;
    line-height: 1.4;
    padding-top: 10px;
}

#confirmButtons{
    padding:15px 0 25px;
    text-align:center;
}

#confirmBox .ui-button{
    display:inline-block;
    position:relative;
    height: 33px;
    font: 12px/33px 'Cuprum','Lucida Sans Unicode', 'Lucida Grande', sans-serif;
    margin-right: 15px;
    padding: 0 35px 0 40px;
    text-decoration:none;
/*    border:none;
    background-color: rgb(67, 67, 67);
    background: rgb(67, 67, 67);
    color: rgb(240, 240, 240);*/
    font-weight: 400;
}

  /*#confirmBox .ui-button:hover {
    background-color: #dddddd;
    background: #dddddd;
    color: #3d3d3d;
  }*/
  
#confirmBox .ui-button:last-child{ margin-right:0;}

#confirmBox .ui-button span{
    position:absolute;
    top:0;
    right:-5px;
    width:5px;
    height:33px
}

#confirmBox .titlebar-close {background: none; border: none;float:right;}
#confirmBox .titlebar-close .ui-icon-close { background: url(../svg/cancel.svg) no-repeat right; }
