#confirmOverlay { width:100%; height:100%; position:fixed; top:0; left:0; background-color:#000; z-index:9999999; display: none; }
#confirmBox { background-color:#ffffff; border:1px solid #1b5586; width:515px; position:fixed; left:0; right:0; top:35%; margin: 0 auto; box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 30px; -moz-box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 30px; -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 30px; z-index: 9999999; background-position: bottom; display:none; text-shadow:none;  min-height:195px; }
#confirmBox h1 { font-size:20px; text-align:center; background-color:#1b5586; padding: 0px 25px; height:51px; line-height:51px; text-shadow:none; color:#FFF; margin-top: 0px;}
#confirmBox p strong { font-size:16px; color:#333; text-align:center; display:block; font-weight:normal; }

#confirmButtons { position:relative; bottom:12px; width:100%; text-align:center; }
#confirmButtons a {font-weight:normal; letter-spacing:2px; border-radius:2px; min-width:101px;}



