#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;
	width:460px;
	position:fixed;
	left:50%;
	top:50%;
	margin:-130px 0 0 -230px;
	border: 1px solid rgba(33, 33, 33, 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;
	box-shadow: 0 0 2px rgba(255, 255, 255, 0.6) inset;
}

#confirmBox h1,
#confirmBox p{
	font:26px/1 'Cuprum','Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	background:url('header_bg.jpg') repeat-x left bottom #f5f5f5;
	padding: 18px 25px;
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.6);
	color:#666;
}

#confirmBox h1{
	letter-spacing:0.3px;
	color:#888;
}

#confirmBox p{
	background:none;
	font-size:16px;
	line-height:1.4;
	padding-top: 35px;
}

#confirmButtons{
	padding:15px 0 25px;
	text-align:center;
}

#confirmBox .button{
	display:inline-block;
	background:url('buttons.png') no-repeat;
	color:white;
	position:relative;
	height: 33px;
	
	font:17px/33px 'Cuprum','Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	white-space: nowrap;
	margin-right: 15px;
	padding: 0 25px 0 35px;
	text-decoration:none;
	border:none;
}

#confirmBox .button:last-child{	margin-right:0;}

#confirmBox .button span{
	position:absolute;
	top:0;
	right:-5px;
	background:url('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;white-space: nowrap;}
#confirmBox .gray span{			background-position:-395px 0;}
#confirmBox .gray:hover{		background-position:-200px bottom;}
#confirmBox .gray:hover span{	background-position:-395px bottom;}


#confirmBox {background: #f6f6f6; border: 0;}
#confirmBox h1 { background: #08599a; padding: 0; height: 35px; line-height: 35px; text-align: center; color: #fff; text-shadow: 0 0 0; font-size: 16px; font-family: microsoft yahei;}
#confirmBox .button {text-shadow:0 0 0; font-family: microsoft yahei; border-top-left-radius: 5px; border-bottom-left-radius: 5px; font-size: 16px;}
#confirmBox .button span {border-top-right-radius: 5px; border-bottom-right-radius: 5px;}
#confirmBox .button.blue {background: #09589b; margin-right: 20px;}
#confirmBox .button.blue span {background: #09589b;}

#confirmBox .button.gray {background: #b2b2b2; margin-left: 20px;}
#confirmBox .button.gray span {background: #b2b2b2;}

#confirmBox p {text-align: center; color: #1c1c1c; font-family: microsoft yahei; padding: 30px 20px 40px; font-size:18px;}

.tip-face { padding: 45px 0 10px; text-align: center; font-size: 16px; color: #0078dd;}
.tip-face .face-text {padding-left: 40px; position: relative;}
.tip-face .face-text .ico {position: absolute; width: 30px; height: 30px; background: url('face.png') 0 0 no-repeat; left: 0; top: -5px;}
.tip-time {padding: 0 20px; font-size: 16px; color: #0078dd; text-align: center;}
.tip-time .time-num  { font-size: 20px; color: #e90506;}