@charset "UTF-8";
/* CSS Document */
fieldset {
	position: relative;
/*	float: left;*/
/*	clear: left;*/
	width: 100%;
/*	margin: 0 0 -1em 0;*/
	margin: 0;
	padding: 0 0 1em 0;
	border-style: none;
	border: 1px solid #bcceff;
	background-color: #f0f4ff;
}

legend {
	padding: 0;
	color: #000000;
	font-weight: bold;
}

fieldset ul {
	padding: 1em 1em 0 1em;
	list-style: none;
}

fieldset li {
	float: left;
	clear: left;
	width: 100%;
	padding-bottom: 1em;
}

.submit {
	padding: 5px;
/*	margin: 5px;*/
	font-size: 14px;
}

.indentsubmit {
	padding: 5px;
	margin-left: 11em;
	font-size: 14px;
}

fieldset label {
	position: relative;
	float: left;
	width: 8em;
	margin-right: 1em;
}

label span.required {
	position: absolute;
	left: 8em;
	top: 5px;
}

label span.error {
	position: absolute;
	font-weight: bold;
	color: #c00;
	left: 8em;
	top: 5px;
}

.block {
	display: block;
}

legend span {
	position: absolute;
	left: 5px;
	top: 0;
	margin-top: 0.5em;
	font-size: 115%;
}

.textf {
	font-size: 14px;
	height: 1.2em;
}

.textareaf {
	font-size: 14px;
	width: 23.2em;
}

fieldset table {
	padding-top: 15px;
}

fieldset.clearfieldset {
	margin-top: 1em;
	margin-bottom: 1em;
	background-color: transparent;
	border: none;
}

fieldset p {
	padding: 5px;
}

fieldset table {
	padding-top: 30px;
	padding-left: 5px;
}

fieldset div {
	padding-left: 5px;
}

/* Other */
.textf {
/*	width: 140px;*/
	font-size: 14px;
	color: #8f9495;
	background-color: white;
	padding: 2px;
	border: 1px solid #c2c2c2;
	margin-bottom: 4px;
	margin-top: 3px;
}
.textf:hover {
	border: 1px solid #8f9495;
}
.textf:focus {
	color: #555;
	border: 1px solid #1b9fe0;
}
/* Django errors */
.errorlist {
	font-weight: bold;
	color: #c00;
	padding: 0 0 0 9em;
/*	color: red;*/
}
.errorfield input, .errorfield textarea {
	border: 1px solid #c00;
}

table ul {
	list-style-type: none;
}