form {
	margin-top: 0px;
	margin-bottom: 0px;
}
fieldset {
	padding: 5px;
	font-size: small;
	color: #666666;
	margin-bottom: 10px;
	border: 1px solid #CCCCCC;
	margin-top: 0px;
	background-color: #FFFFFF;
}
legend {
	font-weight: bold;
	color: #666666;
	margin-bottom: 10px;
}
label {
	font-size: small;
	font-weight: bold;
	color: #666666;
	padding-top: 10px;
	display: block;
	margin-bottom: 2px;
}
.input_box {
	width: 300px;
}
.necessity {
	font-size: small;
	color: #FF0000;
	font-weight: normal;
	margin-left: 2px;
}
.example {
	display: block;
}
.system_message {
	font-weight: bold;
	color: #FF0000;
	margin-top: 5px;
	margin-bottom: 5px;
}
dl {
	width: 400px;
	font-size: small;
	border: 1px solid #CCCCCC;
	margin: 10px;
	padding: 10px;
}
dt {
	font-size: small;
	color: #666666;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 5px;
}
dd {
	margin-left: 0px;
	padding-left: 0px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}

