#Contents dl dt {
	float: left;
	width: 130px;
	min-height: 26px;
	line-height: 26px;
	text-align: right;
	color: #AAA;
	font-size: 0.9em;
	box-sizing: border-box;
}
#Contents dl dt::after {
	content: ':';
	margin: 0 0 0 10px;
	line-height: 26px;
}
#Contents dl dt.group {
	float: none;
	color: #666;
	font-weight: bold;
}
#Contents dl dt.group::after {
	color: #FFF;
}
#Contents dl dd {
	position: relative;
	margin: 0 0 2px 120px;
	padding: 0 10px;
	min-height: 26px;
	line-height: 26px;
	overflow: hidden;
	text-overflow: ellipsis;
	box-sizing: border-box;
}
#Contents dl dd.input {
	padding: 0;
	height: 26px;
}
#Contents dl dd.textarea {
	padding: 0;
	height: 70px;
}
#Contents dl dd.submit,
#Contents dl dd.button {
	padding: 0;
	text-align: right;
}

#Contents dl dd input[type='text'],
#Contents dl dd input[type='password'],
#Contents dl dd textarea {
	position: relative;
	margin: 0;
	border: none;
	padding: 2px 10px;
	width: 100%;
	height: 100%;
	min-height: 26px;
	font-size: 1em;
	line-height: 20px;
	background-color: rgba(207, 218, 232, 0.8);
}
#Contents dl dd textarea {
	line-height: 20px;
}

#Contents dl dd.input input[type='submit']{
	position: absolute;
	display: none;
	right: 2px; bottom: 2px;
}
#Contents dl dd.changed input[type='text']{
	background-color: #FFD4D4;
}
#Contents dl dd.changed input[type='submit']{
	display: block;
}