@charset "UTF-8";
/* CSS Document */

fieldset {
	margin: 1em 0;
}
label {
	display: block;
	float: left;
	width: 8em;
	padding-right: .5em;
	text-align: right;
	clear: left;
	margin-top: 4px;
}
input {
	float: left;
}
form p {
	clear: both;
}
p.actions {
	text-align: center;
}
p.actions input {
	float: none;
}