div.editBox {
	width: 550px;
	background-color: #d8ffb4;
	border: #306300 5px solid;
	padding: 0.8em;
	margin: 0em auto 1em auto;
}

div.editBox div.title {
	position: relative;
	text-align: center;
	font-size: 1.1em;
	font-weight: bold;
	background-color: #e4fa79;
	padding: 0.4em 0;
	margin-bottom: 1em;
}

div.editBox .loadPageBox {
	font-style: italic;
	font-size: 0.8em;
	text-align: right;
	line-height: 1.1em;
	width: 12em;
	position: absolute;
	top: 0.1em;
	right: 0.2em;
}

div.editBox .addAndReport {
	position: relative;
	width: 100%;
	margin: 10px auto 0px auto;
}

div.editBox .actionReport {
	width: 96%;
	height: 3.8em;
	padding: 4px 2%;
	margin-bottom: 0.6em;
	background-color: #f2cf76;
	overflow: auto;
}

div.editBox .actionReport p {
	margin: 0px;
	padding: 0px;
}

div.editBox .previewedBody {
	width: 90%;	
	background-color: #e5e480;
	margin: 2em auto 1em auto;
	padding: 0.5em 1.5em;
}

div.editBox div.reportEndOK {
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: #99b5e3;
	position: absolute;
}

div.editBox div.reportEndOK div {
	margin: 0px auto 20px auto;
	width: 400px;
	text-align: center; 
}

div.editBox div.reportEndOK a.closeBox {
	display: block;
	margin: 20px auto 0px auto;
	width: 300px;
	text-align: center;
	text-decoration: none;
	background-color: #5b87d0;
	border: #29549a 2px solid;
	font-weight: bold;
	line-height: 1.3em;
	padding: 0.1em 0.5em 0.2em 0.5em;
}

div.editBox div.reportEndOK a.closeBox:hover {
	background-color: #6e5f94;
}

div.editBox form.edit {
	padding: 0px;
	margin: 0px;
	border: none;
}

div.editBox form.edit fieldset {
	padding: 0px;
	margin: 0px;
	border: none;
}

div.editBox form.edit a.help {
	display: block;
	float: right;
	width: 40px;
	text-align: right;
	font-style: italic;
}

div.editBox label {
	display: block;
	clear: left;
	float: left;
	width: 28%;
}

div.editBox input {
	display: block;
	float: left;
}
div.editBox input.authName {
	width: 18em;
}
div.editBox input.authEmail, div.editBox input.authUrl {
	width: 20em;
}
div.editBox input.title, div.editBox input.subtitle {
	width: 26em;
}
div.pageEditBox div.editBox input.title, div.pageEditBox input.subtitle {
	width: 30em;
}

div.editBox label.privateNote {
	width: inherit;
}

div.editBox textarea {
	width: 98%;
}

div.editBox div.infos {
	float: right;
	font-size: 0.8em;
	font-style: italic;
}

div.editBox span.superStrongEmphasis {
	font-style: italic;
	font-weight: bold;
}

div.editBox hr.notes {
	width: 33%;
	margin: 1.5em 0 0.6em 0;
}

div.editBox hr.short {
	width: 33%;
	margin: 0 auto;
}

div.editBox div.conTitle {
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 0.6em;
}
div.editBox div.conTitle1 {
	font-size: 1.1em;
	font-weight: bold;
	font-style: italic;
	margin: 0.2em 0;
}
div.editBox div.conTitle2 {
	font-weight: bold;
	font-style: italic;
	text-indent: 1em;
}
div.editBox div.conTitle3 {
	font-style: italic;
	text-indent: 1em;
}

div.editBox span.quoted {
	font-family: Georgia,serif;
}

div.editBox blockquote {
	font-family: Georgia,serif;
	margin: 0em 1em 0em 2em;
	padding: 0em;
}

div.editBox a.i, div.editBox span.i {
	font-style: italic;
}
div.editBox a.b, div.editBox span.b {
	font-weight: bold;
}
div.editBox a.s, div.editBox span.s {
	text-decoration: line-through;
}
div.editBox a.e, div.editBox span.e {
	font-size: 0.7em;
	vertical-align: super;
}
div.editBox span.century {
	font-variant: small-caps; 
}

/* page edit box */
div.pageEditBox {
	width: 720px;
	margin-top: 2em;
}
