input,
textarea,
select,
.button {
	border: 1px solid #999;
}
legend,
label {
	display: block;
	font-weight: bold;
}
label input,
fieldset input,
label textarea,
fieldset textarea,
label select,
fieldset select {
	display: block;
	margin: 2px 0;
}
label input,
fieldset input,
label textarea,
fieldset textarea {
	padding: 3px;
}
fieldset.inline label,
fieldset.inline input,
fieldset.inline select {
	display: inline;
}
label .checkbox input,
label .radio input{
	float: left;
	padding: 0;
}
body legend span,
body label span {
	display: block;
}
body legend span.identifier,
body label span.identifier {
	padding: 0 0 0 18px;
}
body legend span.note,
body label span.note {
	font-size: .8em;
	display: inline;
	font-weight: normal;
}
body .button {
	background-color: #ddd;
	margin: 8px 0 0 0 !important;
	padding: 2px 6px;
	font-weight: bold;
}
body .button:hover {
	cursor: pointer;
}
body a.button,
body a.button:hover {
	color: #000;
	text-decoration: none;
	display: block;
	float: left;
}
