#confirm-page {
    width: 100%;
    height: 100%;
	display:none;
	position:fixed;
	z-index:1000;
    background-color: #000;
	opaticy: 0.8;	
}

#confirm-title {
	padding:5px;
	color:#000 !important;
	background:url(icon/icon_delete.png) no-repeat right center;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;		
}

#confirm {
    width: 250px;
    position: fixed;
    border: 10px solid #67C2CC;
    left: 54%;
	top:70%;
    margin: -200px 0 0 -200px;
    z-index: 1002;
    box-shadow: 0 0 15px #111;
    background:#fff;
	color:#000 !important;
	border-radius:10px;
	padding:5px;
	direction:rtl;
}

#confirm .button{
	border:0 !important;
	color:#fff !important;
    background:#FBA103 !important;
	border-radius:0px !important;
	padding:5px !important;
	direction:rtl !important;
	height:auto !important;
	float:none !important;
	margin:5px !important;
}