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

/***** form *****/
form {
	margin-top: 0px;
	margin-bottom: 20px;
}
form p{
	margin-bottom: 10px;
}
form fieldset {
	padding: 10px;
	margin-bottom: 15px;
	white-space: nowrap;
	border: 1px solid #999999;
}
form legend {
	font-weight: bold;
	color: #666666;
	font-size: 0.90em;
}
form label {
	font-size: small;
	font-weight: bold;
	color: #666666;
	display: block;
	margin-bottom: 2px;
}
form .input_box {
	width: 90%;
}
form .example {
	font-size: 0.8em;
	color: #666;
	display: block;
	margin-top: 2px;
}
/***** other *****/
.system_message {
	font-weight: bold;
	color: #FF0000;
	margin-top: 5px;
	margin-bottom: 5px;
}
.required {
	color: #FF0000;
	font-weight: normal;
	margin-left: 2px;
	margin-right: 2px;
}
