#confirmOverlay{width:100%;height:100%;position:fixed;top:0;left:0;z-index:1988;*display:none;background:url('/app/images/overlay.png') 0 0 repeat;}#confirmBox{position:fixed;left:50%;top:30%;width:460px;height:200px;}#confirmBox h1{background:#fff url('/app/images/bg-box-shadow.png') 50% 100% no-repeat;font-size:20px;color:#000;font-weight:normal;padding:10px 50px 10px 50px;margin:0 0 20px 0;position:relative;}#confirmBox h2{background:#fff url('/app/images/bg-box-shadow.png') 50% 100% no-repeat;font-size:18px;color:#000;font-weight:normal;padding:5px 10px 5px 10px;margin:0 0 20px 0;position:relative;}#confirmBox .wrap{background:#fff;position:relative;overflow:hidden;margin:0 0 0 -195px;width:450px;border-radius:5px;-moz-border-radius:5px;box-shadow:#000 0 0 20px;-moz-box-shadow:#000 0 0 20px;}#confirmBox a.close{display:block;position:absolute;right:10px;top:10px;width:19px;height:19px;background:url('/app/images/a-close-popup.png') 50% 50% no-repeat;}#confirmBox .body{padding:0 40px 10px 40px;font-size:12px;overflow:hidden;}#confirmBox .body img.fl-l{float:left;width:100px;margin-right:25px;margin-bottom:10px;}#confirmButtons{padding:15px 30px 15px;text-align:center;overflow:hidden;}#confirmButtons .button{float:right;display:inline-block;height:30px;line-height:30px;background:url('/app/images/a-btn.png') 0 0 no-repeat;padding-left:20px;position:relative;font-size:12px;font-weight:bold;text-decoration:none;color:#fff;}#confirmButtons .button-grey{background:url('/app/images/a-btn-gr.png') 0 0 no-repeat;height:29px;line-height:30px;}#confirmButtons .button span,#confirmButtons .button-grey span{display:block;width:20px;height:30px;background:url('/app/images/a-btn.png') 100% 0 no-repeat;position:absolute;top:0;right:-20px;}#confirmButtons .button-grey span{background:url('/app/images/a-btn-gr.png') 100% 0 no-repeat;height:29px;}#confirmButtons .button:hover{background-position:0 -30px;}#confirmButtons .button:hover span{background-position:100% -30px;}#confirmButtons .button:last-child{margin-right:30px;}