﻿.checkbox {
	vertical-align: middle;
	margin: 6px 0;
}

.field-name {
	width:100px;
	white-space:nowrap;
}
.field-input {
	width:500px;
	width:auto;
	vertical-align:middle;
}
.field-input-nowidth input {
	border:1px inset;
}
.field-input input {
	border:1px inset;
	width:400px;
}
.field-input textarea {
	border:1px inset;
	height:156px;
	width:580px;
}
.required {
	font-weight:bold;
	color:#000033;
}