form {
	margin: 10px 0;
}

form p {
	margin-bottom: 10px;
}

form table {
	width: 100%;
}

form a {
	border: 1px solid #000;
	color: #000;
	text-decoration: none;
	padding: 1px 6px;
}

form th, form td {
	vertical-align: baseline;
	text-align: left;
	margin: 0;
	padding: 3px;
}

fieldset {
	margin-bottom: 10px;
}

form td label {
	margin: 5px 0;
}

form td input, form td textarea {
	width: 100%;
}

input, select, textarea {
	border: 1px solid #000;
}

option {
	background: #fff;
}

input:focus, select:focus, textarea:focus {
	background: #eadfb8;
}

.obligatory {
	font-weight: bold;
	color: #713d41;
}

.error {
	color: #f00;
	font-weight: bold;
}

form ul {
	margin-bottom: 10px;
}

form p.error span.error {
	padding-left: 20px;
}

form li.error {
	margin-left: 20px;
}

form div#progress {
	padding: 10px 0;
	border-top: 1px dotted #000;
	border-bottom: 1px dotted #000;
	text-align: right;
	margin-bottom: 15px;
}

form div#progress span {
	padding: 3px;
	border: 1px solid #000;
}

form div#progress span.current {
	padding: 6px;
	font-weight: bold;
	background: #eadfb8;
}

form div#progress span.obsolete {
	background: #ddd;
	color: #aaa;
}

form div#progress span.complete {
	background: #cfc;
}

form div#formFooter {
	padding: 10px 0;
	border-top: 1px dotted #000;
	border-bottom: 1px dotted #000;
	text-align: right;
	margin-top: 15px;
}