@CHARSET "UTF-8";

#opaco {
	position: absolute;
	background-color: black;
	opacity: 0.7;
	z-index: 10;
	display: none;
	z-index: 10;
}

#dialog {
	position: absolute;
	z-index: 11;
	width: 300px;
	height: auto;
	border: 1px white solid;
	background-color: black;
	text-align: center;
	display: none;
	font-family: Arial;
	font-size: 14px;
}

#dialog_close {
	color: white;
	background-color: red;
	border: 1px solid white;
	cursor: default;
}

#dialog_header {
	color: white;
	background-color: blue;
	border: 1px solid transparent;
}

#dialog_client {
	margin: 12px;
	font-size: 12px;
}