#confirmOverlay { width: 100%; height: 100%; position: fixed; top: 0; left: 0; background: url('ie.png'); z-index: 100000; }
#confirmBox { background: #FFFFFF; box-shadow: 0 0 10px rgba(0, 0, 0, 0.4); width: 460px; position: fixed; left: 50%; top: 50%;	margin: -130px 0 0 -230px; padding: 30px; }
#confirmBox p { margin-top: 20px; }
#confirmButtons { padding: 15px 0 25px; text-align: center; }
#confirmBox .button { border: 1px solid #1E728C; display: inline-block; color: white; position: relative; margin-right: 15px; width: 130px; }
#confirmBox .button:last-child { margin-right: 0; }
