.webmodel-dialog-overlay {
	background-color: rgb(0,0,0);
	background-color: rgba(0,0,0,0.3);
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 103;
}

.webmodel-dialog-window {
	position: absolute;
	top: 0;
	left: 0;
	border: 1px solid #888;
	border-radius: 4px;
	background-color: white;
	box-shadow: 2px 2px 10px rgba(0,0,0,0.3);
	z-index: 104;
	overflow: hidden;
}
