#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;
}
#confirmBox{
    width:460px;
    position:fixed;
    left:50%;
    top:50%;
    margin:-130px 0 0 -230px;
    border: 1px solid rgba(33, 33, 33, 0.6);
	background: #fff;
	border-radius: 5px;
    -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{
	font: 18px 'Cuprum','Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	padding: 10px;
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.6);
	color:#666;
	border-bottom: 1px solid #EAEAEA;
	border-radius: 5px 5px 0 0;
	background: #F6F7F8;
}
#confirmBox .contenido{
    font: 16px 'Cuprum','Lucida Sans Unicode', 'Lucida Grande', sans-serif;
    padding: 20px;
	line-height:1.4;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.6);
    color: #666;
}
#confirmBox .contenido .left { float:left; width:170px; margin:20px 0 20px 20px; text-align:center; }
#confirmBox .contenido .right { }


#confirmButtons{
	clear: both;
    padding:35px 0 35px;
    text-align:center;
}
#confirmButtons .button {
	padding: 15px 30px;
}
#confirmButtons .button:first-child {
	margin-right: 20px;
}