
#confirmOverlay {
	width:100%;
	height:100%;
	position:fixed;
	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:#FFFFFF;
	width:400px;
	position:fixed;
	left:50%;
	top:50%;
	margin:-130px 0 0 -230px;
	border: 1px solid #999999;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	padding:15px;
}
*/
#confirmBox {
	background:#8bcef2;
	width:400px;
	position:fixed;
	left:50%;
	top:50%;
	margin:-130px 0 0 -230px;
	border: 3px solid #FFF;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	padding:15px;
	opacity:0.95;
	filter: alpha(opacity=95);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";
	-moz-box-shadow:0px 0px 5px #000;
	-webkit-box-shadow:0px 0px 5px #000;
}
#confirmBox a.confirmboxclose {
	/* background:url(<?=$TOOLBAR_IMAGES?>/confirmboxclose.png) no-repeat 0px 0px; */
	height:38px;
	width:38px;
	position:absolute;
	top:-20px;
	right:-20px;
	text-indent:-9999px;
}
#confirmBox .confirmboxin {
	background:#FFF;
	width:400px;
	float:left;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	padding:0px;
}
#confirmOverlay a.bookmarklet {
	background: url(../images/aa/dragndrophlgrey.png) no-repeat scroll 0 0 transparent;
	display: block;
	height: 48px;
	margin: 0 auto;
	padding: 0;
	text-indent: -9999px;
	width: 129px;
}
#confirmBox h1 {
	background-color:#c6eafd;
	-moz-border-radius:5px 5px 0px 0px;
	-webkit-border-radius:5px 5px 0px 0px;
	float:left;
	padding:10px 0px;
	margin:0px 0px 10px 0px;
	font-size:24px;
	font-weight:bold;
	color:#000000;
	text-align:center;
	width:100%;
}
#confirmBox h1, #confirmBox p {
	font:22px/1 'Cuprum', 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	/*background:url('header_bg.jpg') repeat-x left bottom #f5f5f5;*/
	padding: 10px 15px;
	color:#000;
}
#confirmBox h1 {
	letter-spacing:0.3px;
	color:#0088ba;
	padding:10px 0px;
}
#confirmBox p {
	background:none;
	font-size:13px;
	line-height:1.4;
	padding-top: 18px;
}
#confirmButtons {
	padding:15px 0 25px;
	text-align:center;
   cursor: pointer;
}
#confirmBox .button {
	display:inline-block;
	/* background:url(/images/hp_toolbar/buttons.png) no-repeat; */
	background: url("/images/bluebtnbg.png") repeat-x scroll 0 0 transparent;
	color:white;
	position:relative;
	height: 33px;
	font:17px/33px 'Cuprum', 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	margin-right: 15px;
	padding: 0 35px 0 40px;
	text-decoration:none;
	border:none;
	border-radius: 5px;
}
#confirmBox .button:last-child {
	margin-right:0;
}
#confirmBox .button span {
	position:absolute;
	top:0;
	right:-5px;
	background:url(/images/hp_toolbar/buttons.png) no-repeat;
	width:5px;
	height:33px
}
#confirmBox .blue {
	background-position:left top;
	text-shadow:1px 1px 0 #5889a2;
}
#confirmBox .blue span {
	background-position:-195px 0;
}
#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 0 #707070;
}
#confirmBox .gray span {
	background-position:-395px 0;
}
#confirmBox .gray:hover {
	background-position:-200px bottom;
}
#confirmBox .gray:hover span {
	background-position:-395px bottom;
}
