/*
form {
	margin: 1em;
	width: 41em;
	clear: left;
}
*/
form div { background: #f6f6f6 url(/images/form_corner_tl.gif) top left no-repeat }
form div div { background: url(/images/form_corner_br.gif) bottom right no-repeat }
form div div div {
	background: url(/images/form_corner_bl.gif) bottom left no-repeat;
	width: 100%;
}
fieldset {
	border: 0;
	background: url(/images/form_corner_tr.gif) top right no-repeat;
	padding: 1em;
	margin-bottom: 1em;
}
form div div div fieldset div {
	background: #eee url(/images/field_corner_tr.gif) top right no-repeat;
	border: 1px solid #f6f6f6;
	margin: 0 0 0.5em 0;
	float: left;
}
div div div fieldset div div {
	background: url(/images/field_corner_br.gif) bottom right no-repeat;
	border: 0;
	margin: 0;
}
div div fieldset div div div {
	background: url(/images/field_corner_bl.gif) bottom left no-repeat;
}
div fieldset div div div div {
	background: url(/images/field_corner_tl.gif) 0 0 no-repeat;
	padding: 0.5em 1em 0.5em 1em;
}
fieldset div span {
	width: 25em;
	float: left;
	overflow: hidden;
}

.ferror { background: #fcc url(/images/efield_corner_tr.gif) top right no-repeat }
.ferror div { background: url(/images/efield_corner_br.gif) bottom right no-repeat }
.ferror div div { background: url(/images/efield_corner_bl.gif) bottom left no-repeat }
.ferror div div div { background: url(/images/efield_corner_tl.gif) 0 0 no-repeat }
.ferror label { color: red }

.fsuccess { background: #cf9 url(/images/sfield_corner_tr.gif) top right no-repeat }
.fsuccess div { background: url(/images/sfield_corner_br.gif) bottom right no-repeat }
.fsuccess div div { background: url(/images/sfield_corner_bl.gif) bottom left no-repeat }
.fsuccess div div div { background: url(/images/sfield_corner_tl.gif) 0 0 no-repeat }

label, form div p em {
	float: left;
	width: 10em;
	margin-right: 1em;
	font-weight: bold;
	font-style: normal;
}
input, textarea, select {
	font: 1em arial, helvetica, sans-serif;
	width: 24.6em;
}
.short { width: 7em }
.long { width: 16em }
.withbaby { width: 25em }
.nottext, table input { width: auto }
textarea {
	width: 35em;
	float: left;
	clear: left;
}
legend {
	font-size: 1.5em;
	letter-spacing: -0.05em;
	padding-left: 1.333em;
}
form p { padding: 0 2em }
form h2 { padding: 0 1.5em }
#content form div ul, #lb form div ul {
	float: left;
	margin: 0;
	padding-left: 1.5em;
	width: 23.5em;
}
form div p {
	padding: 0;
	margin: 0;
}
.submit {
	clear: left;
	background: white;
	padding-left: 2em;
	float: none;
	margin-top: 1em;
}
.submit input { width: auto }
#content #editsite ul {
	margin: 1em 0;
	padding: 0;
	list-style: none;
	float: left;
	clear: left;
}
#editsite li { clear: left }
#editsite ul input { float: left }
#editsite ul label { font-weight: normal }
#editsite ul p {
	padding-left: 1em;
	float: left;
}
.bog { clear: both }
body label span, .ast {
	color: red;
	float: none;
	font-size: 1.5em;
	line-height: 1;
	margin-top: 0.2em;
	vertical-align: middle;
}
.formhelp {
	background: #ffc;
	float: left;
	margin: 0 0 0.5em 0;
	width: 34.5em;
	padding: 0.5em;
}