﻿#contentcontainer {
	width: 650px;
	border-right: 1px solid #ccc;
}
h1 {
	margin-top: 7px;
	margin-bottom: 10px;
}
h2 {
	margin-bottom: 10px;
}
#edit {
	margin-bottom: 20px;
}
fieldset {
	padding: 10px;
	padding-top: 0px;
	border: 3px solid #ccc;
	margin-bottom: 10px;
}
label {
	display: inline-block;
	width: 175px;
	font-size: 1.0em;
	font-weight: bold;
}
div.field {
	margin-bottom: 15px;
}
div.field input {
	width: 370px;
	padding: 2px;
}
div.field select {
	width: 375px;
	padding: 2px;
}
div.note {
	color: #777;
	font-size: 1.0em;
	margin-left: 178px;
}
#buttons {
	margin-bottom: 30px;
	text-align: center;
}
#buttons input {
	width: 150px;
}
#pageinfo {
	clear: both;
	overflow: auto;
	margin-top: 8px;
	padding: 5px;
	background: #eee;
	border: 1px solid #ccc;
}
#pageinfo div.edit {
	float: left;
	font-size: 1.2em;
}
#pageinfo div.info {
	float: right;
	font-size: 1.2em;
}