@charset "utf-8";
tr.odd .crudform-item, tr.even .crudform-item {
	margin-top: 0;
	margin-bottom: 0;
	white-space: nowrap;
}

.crudform-item {
	margin-top: 1em;
	margin-bottom: 1em;
}

.crudform-item input.error, .crudform textarea.error, .crudform select.error {
	border: 2px solid red;
}

.crudform-item .description {
	font-size: 0.85em;
}

.crudform-item label {
	display: block;
	font-weight: bold;
    float:left;
    width:120px;
}

.crudform-item label.option {
	display: inline;
	float: none;
	font-weight: normal;
}

.crudform-checkboxes, .crudform-radios {
	margin: 1em 0;
}

.crudform-checkboxes .crudform-item, .crudform-radios .crudform {
	margin-top: 0.4em;
	margin-bottom: 0.4em;
}

.wwFormTable {}
.label {}
.errorLabel {
	color:red;
}
.errorMessage {font-weight:bold; color:red; }
.checkboxLabel {}
.checkboxErrorLabel {color:red; }
.required {color:red;}

.wwgrp{
	display:inline;
}
.wwctrl{
	display:inline;
}