@charset "utf-8";
/* CSS Document */

ul#form {
	font-size: 84%;
	text-align: left;
	width: 540px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}

ul#form li {
	border-bottom: 1px dotted #473101;
	padding-top: 10px;
	padding-bottom: 10px;
}

ul#form li label {
	width: 10em;
	display: block;
	float: left;
	margin-right: 2em;
	background-image: url(../img/formul.png);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 1.2em;
}

ul#form li label span {
	color: #C60000;
}

