.fieldset--reset {

	border: 0;
	margin-bottom: 0;
}


/* TODO move this to the poor-man’s fluid images */
input[type="image"] {

	max-width: 100%;
	height: auto;
}

.text-input {

	cursor: text;
}

.text-input--disabled,
.text-input[disabled] {

	cursor: not-allowed;
	color: #C0C0C0;
}