@charset "utf-8";

.member   input {
	display: block;
	float: left;
	margin-bottom: 10px;
	margin-right: 5px;
	width: 220px;
	color: #666666;
	height: 20px;
	border: 1px solid #999999;
}
.member  form {
	margin-top: 15px;
	margin-bottom: 15px;
}
.member  label {
	text-align: right;
	width: 100px;
	padding-right: 20px;
	display: block;
	margin-bottom: 10px;
	float: left;
}
.member  br {
	clear: left;
}
.member  fieldset {
	width: 400px;
	padding: 0 0 20px;
	border: 1px solid #DBDBDB;
}
.member legend {
	font-weight: bold;
	color: #FFFFFF;
	margin-left: 10px;
}
#button {
	width: 100px;
}
