.kh-dialog {
	display: none;
	position: absolute;
	background: white;
	padding: 10px;
	border: solid 2px #ddd;
	padding-bottom: 70px;
}
.kh-dialog-title {
	font-weight: bold;
	color: #345;
	font-family: Verdana, sans-serif;
	font-size: 10pt;
	border-bottom: solid 1px #ddd;
	margin-bottom: 10px;
}
.kh-dialog-body {
	height: 100%;
	overflow: auto;	
}
.kh-dialog .errors {
	font-family: Helvetica, sans-serif;
	font-size: 9pt;
	color: #d33;	
}

.kh-mask {
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	background: #eee;
	opacity: .6;
	display: none;	
}

.kh-mask-title {
	font-family: Verdana, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #345;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	display: none;
}

.kh-mask-title div {
	background: white;
	width: 100px;
	text-align: center;
	margin: 20px auto;
	border: solid 1px #ddd;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	padding: 4px;
}
.kh-dialog-bar {
	bottom: 0px;
	right: 0px;
	padding: 10px;
	text-align: right;
}
.kh-dialog-bar button {
	color: #456;
	background: #eef;
	border: solid 1px #456;
	margin: 1px;
	width: 85px;
	font-family: Verdana, sans-serif;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.kh-dialog-ok {
	font-weight: bold;	
}
