.box-separator {
	border-bottom: 1px solid lightgrey;}
	
.box {
	text-align:center;
	font-family: Arial;
	min-width:20em;
	max-width: 40em;
	border:1px solid #aaa;
	background: #f0f0f0;
	border-radius: 4px;
	box-shadow: 10px 10px 5px #888888;
	position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%); 
	}

.box-title {
	color: SteelBlue;
	font-weight: bold;
	padding: 10px;
	}	

.box-content {
	padding:1em;
	background: white;
}

.box-buttons {
	padding:1em;
}

.cancel {
	margin-left:5em;
}

.prompt-text {
	border-bottom:1px dashed grey;
	margin-top: 10px;
	padding:4px;
	text-align: left;
	background: white;
}

.content-image {
}

*:focus {
	outline:none;
}