section {
	border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
	background-color: #fffffe;
	padding: 15px;
	font-size: 13px;
}
section h1 {
	border-left: 10px solid #aaa;
	padding-left: 15px;
	margin-bottom: 15px;
	font-size: 20px;
}
section h2 {
	font-size: 16px;
	margin-top: 1em;
	color: #555;
	border-bottom: 1px solid #aaa;
	margin-bottom: 0.5em;
}

#save_button {
	width: 100%;
}