div form {
	margin: 1em;
}
fieldset {
	border: 1px dotted #e4c87b;
	padding: 5px;
	margin-top: 1ex;
}
fieldset legend {
	color: black; font-weight: bold;
}
fieldset legend span.section_description { margin-top: 0px; margin-bottom: 1ex; } 

fieldset fieldset legend {
	font-weight: normal;
}
fieldset p {
	font-size: 80%;
	line-height: 1.4em;
	margin: 1em 1em 1px 1em; 
	padding: 0px;
}
form p a {
	margin-left: 0px !important; font-size: 100% !important;
}
fieldset dl dd {
	padding-bottom: 0.5em; padding-left: 0px; padding-right: 0px; padding-top: 0px;
}
fieldset dl dt {
	border: medium none;
	text-align: right;
	margin-top: 0px;
	width: 8em;
	float: left;
	clear: left;
	font-weight: normal;
	margin-right: 1em;
}
form dt:after {
	content: ":";
}
fieldset dl dd:after {
	display: block;
	height: 0px;
	visibility: hidden;
	clear: both;
	overflow: hidden;
	content: ".";
}
fieldset ol {
	padding-bottom: 0px; list-style-type: none; padding-left: 0px; width: 100%; padding-right: 0px; list-style-image: none; padding-top: 0px;
}
fieldset ul {
	padding-bottom: 0px; list-style-type: none; padding-left: 0px; width: 100%; padding-right: 0px; list-style-image: none; padding-top: 0px;
}
fieldset ol li {
	float: left;
}
fieldset ol li:first-child {
	width: 45%;
}
fieldset ol li:first-child span {
	margin-left: 9.5em;
}
fieldset ol li + li {
	width: 27%;
}
fieldset ol li + li dt {
	display: none;
}
fieldset ol + * { clear:both; } 
input[type=text] {
	width: 14em;
}
input[type=submit] {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
p.button {
	text-align: center;
}
label {
	position: relative;
}
label input + span {
	position: absolute; width: 15em; bottom:0; left: 5em;
}
fieldset#callback ul {
	list-style-type: none; width: 25em; margin-left: 10em; list-style-image: none;
}
fieldset#callback li + li {
	margin-top: 1ex;
}
fieldset#callback input[type=text] {
	width: 13em;
}
fieldset#callback select {
	width: 13em;
}
legend.empty {
	padding: 0px;
	margin: 0px;
}
