#Contents .user,
#Contents .notice {
	margin: 20px auto 10px;
	max-width: 300px;
}
#Contents .notice {
	padding: 10px;
	background-color: #222;
	box-sizing: border-box;
}


#Contents h3 {
	border: none;
}
#Contents p {
	color: #FFF;
}

#Contents div.entry {
	margin-top: 0;
	font-size: 0.8rem;
	color: #CCC;
}
#Contents div.entry input {
	padding: 5px;
	border: none;
	background-color: rgba(248, 237, 255, 0.1);
	color: #FFF;
}


#Contents .button {
	background-color: #222;
}
#Contents .button.submit {
	background-color: #69C;
}
#Contents .button.update {
	background-color: #ef5042;
}

#Contents .notice .button {
	padding: 0;
	height: auto;
	background-color: #CCC;
	color: #333;
}
#Contents .notice .button.new {
	background-color: #cc7c78;
}