.invisible {
	display : none;
}

div.confirm_dialog {
	margin:0 auto;
	padding:20px;
	background-color:#666666;
	opacity:0.95;
		filter:alpha(opacity=95);
		-ms-filter:"alpha(opacity=95)";
		-khtml-opacity:0.95;
		-moz-opacity:0.95;
	color:#fff;
	border-radius:5px;
	-moz-border-radius:5px;
	min-height:30px;
	position:fixed;
	width : 80%;
	box-sizing:border-box;
	z-index:10000;
	left:10%;
	top:10%;
}

div.confirm_dialog div#title{
	text-align:center;
	font-size:16pt;
	font-weight:bold;
}
