/* input style */
#form {
	text-align:center;
	margin:50px auto 20px auto;
}
#form #title{
	margin: 10px auto 10px auto;
	font-size: 100%;
	font-weight: bold;
	text-align:center;
}

#form .note{
	margin: 10px auto;
	font-size; 90%;
	text-align: center;
}
#form dt {
	clear: both;
	float: left;
	width: 340px;
	padding: 12px 14px 4px 0;
	font-size: 100%;
	text-align:right;
}

#form dd {
	padding: 6px 0 10px 0;
	color: #360;
	font-size: 100%;
	text-align:left;
}
#form dd .text{
	padding: 12px 14px 4px 0;
}

#form label {
	color: #666;
}

#form .button {
	clear: both;
	width: 100%;
	margin: 20px auto;
	text-align: center;
}
