input, label, form, select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.normal {
	width:80px;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
.medium {
	width: 100px;
}

.long {
	width: 244px;
}

.very-small-field {
	width: 14px;
	margin-right: 5px;
}

.small-field {
	width: 30px;
}

.button {
	cursor: pointer;
	margin: 10px 0 0 10px;
}

label {
	display: block;
	width: 90px;
	float: left;
	height: 16px;
	line-height: 16px;
	text-indent: 10px;
}
.narrower label {
	width: 80px;
}
.warning {
	color: red;
	font-weight: bold;
}

.optional {
	color: orange;
	font-weight: bold;
}

.error {
	display: block;
	margin-bottom: 4px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 0 0 10px 10px;
	color: red;
}

.error-field,
.error-field * {
	color: red !important;
	font-weight: bold !important;
}

legend {
	display: block;
	margin: 10px 0 0 20px;
	text-indent: 20px;
	color: #333;
	font-size: 16px;
	font-weight: bold;
}

.right {
	text-align: right;
	width: 100px;
	margin-right: 20px;
}

input[type=submit] {
	font-weight: bold;
}
