form {
	margin: 0px;
	padding: 0px;
}

.hidden {
	visibility: hidden;
}

/* Labels */
label {
	clear: none;
	display: block;
	float: left;
	margin: 2px;
	padding-top: 4px;
	width: 200px;
}
label.small {
	width: 120px;
}
label.medium {
	width: 220px;
}
label.large {
	width: 360px;
}
label.huge {
	width: 520px;
}
label.enormous {
	width: 100%;
}

/* Inputs General */
input.tiny {
	width: 40px;
}
input.small {
	width: 120px;
}
input.medium {
	width: 220px;
}
input.large {
	width: 360px;
}
input.huge {
	width: 520px;
}
input.enormous {
	width: 100%;
}

/* Text nputs */
input.text {
	border: 2px inset;
	height: 16px;
	margin: 2px;
	padding: 1px;
}

/* File Inputs */
input.file {
	border: 2px inset;
	height: 22px;
	margin: 2px;
	padding: 1px;
}
input.fileTiny {
	width: 45px;
}
input.fileSmall {
	width: 125px;
}
input.fileMedium {
	width: 225px;
}
input.fileLarge {
	width: 365px;
}
input.fileHuge {
	width: 525px;
}
input.fileEnormous {
	width: 100%;
}

/* Buttons */
button, input.button {
	background: #ffffff;
	border: 2px outset;
	height: 22px;
	margin: 2px;
	padding: 0px 2px 4px 2px;
}
input.buttonTiny, button.buttonTiny {
	width: 44px;
}
input.buttonSmall, button.buttonSmall {
	width: 124px;
}
input.buttonMedium, button.buttonMedium {
	width: 224px;
}
input.buttonLarge, button.buttonLarge {
	width: 364px;
}
input.buttonHuge, button.buttonHuge {
	width: 520px;
}
input.buttonEnormous, button.buttonEnormous {
	width: 100%;
}

/* Checkbox */
input.checkbox {
	display: block;
	float: left;
	clear: none;
}
label.checkbox {
	margin-top: 0px;
	padding-top: 3px;
}
label.checkboxContainer {
	margin: 0px;
	padding: 0px;
	width: 20px;
}

/* Radio */
input.radio {
	display: block;
	float: left;
	clear: none;
}
label.radio {
	margin-top: 0px;
	padding-top: 3px;
}
label.radioContainer {
	margin: 0px;
	padding: 0px;
	width: 20px;
}

/* Textarea */
textarea {
	border: 2px inset;
}
textarea.small {
	height: 80px;
	width: 242px;
}
textarea.medium {
	height: 150px;
	width: 454px;
}
textarea.large {
	height: 220px;
	width: 666px;
}

/* Select */
select {
	border: 2px inset;
	margin: 2px;
	padding: 0px;
}
select.tiny {
	width: 44px;
}
select.small {
	width: 124px;
}
select.medium {
	width: 224px;
}
select.large {
	width: 364px;
}
select.huge {
	width: 524px;
}
select.enormous {
	width: 100%;
}