#confirmOverlay {
	background: url("ie.png"); left: 0px; top: 0px; width: 100%; height: 100%; font-family: "QlassikMediumRegular"; position: fixed; z-index: 100000;
}
#confirmBox {
	background: url("body_bg.jpg") repeat-x left bottom rgb(229, 229, 229); margin: -130px 0px 0px -230px; border: 1px solid rgba(33, 33, 33, 0.6); border-image: none; left: 50%; top: 50%; width: 460px; position: fixed; box-shadow: inset 0px 0px 2px rgba(255,255,255,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;
}
#confirmBox h1 {
	background: url("header_bg.jpg") repeat-x left bottom rgb(245, 245, 245); font: 26px "Cuprum", "Lucida Sans Unicode", "Lucida Grande", sans-serif; padding: 18px 25px; color: rgb(102, 102, 102); font-size-adjust: none; font-stretch: normal; text-shadow: 1px 1px 0px rgba(255,255,255,0.6);
}
#confirmBox p {
	background: url("header_bg.jpg") repeat-x left bottom rgb(245, 245, 245); font: 26px "Cuprum", "Lucida Sans Unicode", "Lucida Grande", sans-serif; padding: 18px 25px; color: rgb(102, 102, 102); font-size-adjust: none; font-stretch: normal; text-shadow: 1px 1px 0px rgba(255,255,255,0.6);
}
#confirmBox h1 {
	margin: 0px; color: rgb(136, 136, 136); letter-spacing: 0.3px;
}
#confirmBox p {
	background: none; line-height: 1.4; padding-top: 35px; font-size: 16px;
}
#confirmButtons {
	padding: 15px 0px 25px; text-align: center;
}
#confirmBox .button {
	background: url("buttons.png") no-repeat; font: 17px/33px "Cuprum", "Lucida Sans Unicode", "Lucida Grande", sans-serif; padding: 0px 35px 0px 40px; border: currentColor; border-image: none; height: 33px; color: white; text-decoration: none; margin-right: 15px; display: inline-block; position: relative; font-size-adjust: none; font-stretch: normal;
}
#confirmBox :last-child.button {
	margin-right: 0px;
}
#confirmBox .button span {
	background: url("buttons.png") no-repeat; top: 0px; width: 5px; height: 33px; right: -5px; position: absolute;
}
#confirmBox .blue {
	background-position: left top; text-shadow: 1px 1px 0px #5889a2;
}
#confirmBox .blue span {
	background-position: -195px 0px;
}
#confirmBox .blue:hover {
	background-position: left bottom;
}
#confirmBox .blue:hover span {
	background-position: -195px bottom;
}
#confirmBox .gray {
	background-position: -200px top; text-shadow: 1px 1px 0px #707070;
}
#confirmBox .gray span {
	background-position: -395px 0px;
}
#confirmBox .gray:hover {
	background-position: -200px bottom;
}
#confirmBox .gray:hover span {
	background-position: -395px bottom;
}
