input.midInput {
	width : 150px;
}

input.longInput {
	width : 300px;
}

input.shortInput {
	width : 50px;
}

input.sequenceInput {
	width : 25px;
}

textarea {
	width : 100%;
	height : 200px;
}