/**
 * form
 */
#content form {
	margin-left: 0;
}

#content fieldset {
}

#content label {
	width: 70px;
}

#content textarea {
	width: 332px;
	height: 120px;
}

#content input.text {
	width: 260px;
}


/* button */
#content div.button {
	float: right;
}