#confirmOverlay{
	width:100%;
	height:100%;
	position:fixed;
	top:0;
	left:0;
	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;
}
#confirmOverlay1{
	width:100%;
	height:100%;
	position:fixed;
	top:0;
	left:0;
	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{
	width:305px;
	padding:10px;
	background:#95cb6a;
	position:absolute;
	left:50%;
	top:50%;
	margin:-130px 0 0 -130px;
	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{
	background:#ebebeb;
	font-size:14px;
	padding-left:10px;
	height:30px;
	line-height:30px;
	text-shadow:1px 1px 0 rgba(255, 255, 255, 0.6);
	color:#666;
}
#confirmBox p{

	}

#confirmButtons{
	text-align:center;
	background:#fff;
	padding-bottom:10px;
}

#confirmBox .button{
	display:inline-block;
	background:url('../images/buttons.png') no-repeat;
	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;
}

#confirmBox .button:last-child{	margin-right:0;}

#confirmBox .button span{
	position:absolute;
	top:0;
	right:-5px;
	background:url('../images/buttons.png') no-repeat;
	width:5px;
	height:33px
}

#confirmBox .blue{				background-position:left top;text-shadow:1px 1px 0 #5889a2; cursor: pointer;}
#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; cursor: pointer;}
#confirmBox .gray span{			background-position:-395px 0;}
#confirmBox .gray:hover{		background-position:-200px bottom;}
#confirmBox .gray:hover span{	background-position:-395px bottom;}
.wm{ width:305px; height:140px; position:absolute; z-index:-100}
.smbox{ width:305px; height:150px; padding:10px; background:#060; position:absolute; z-index:100}
.smcon{ width:305px; height:150px; background:#fff;}
.smtitle{ width:285px; height:30px; line-height:30px; background:#ebebeb; font-size:14px; padding:0 10px; font-weight:bold; color:#666;}
.smmain{ width:285px; height:140px; padding:10px;}
.smmain dl dt { font-size:14px; font-weight:bold; color:#666;}
.smmain dl dd { font-size:12px; margin-top:6px; color:#459136; padding-left:10px; line-height:normal;}
.smclose{ width:285px; height:35px; margin-top:7px; border-top:1px dashed #dfdfdf; line-height:35px; font-size:14px; font-weight:bold; color:#666;}