form.form span.field-caption {
	color: red;
	width: 250px;
}

form.form table.field_list {
}

form.form table.field_list td {
	padding: 3px;
	height: 22px;
}

form.form table.field_list td.caption {
	color: #808080;
	font-weight: bold;
}

form.form table.field_list td input[type=text]{
	width: 250px;
}

form.form table.field_list td input.input-type-date {
	width: 231px;
}

form.form table.field_list td select {
	width: 265px;
}

form.form table.field_list td textarea {
	height: 80px;
	width: 459px;
}

div#div_loader_table {
	background-color: #444444;
	background-image: url(/images/big-table-loader.gif);
	background-position: center;
	background-repeat: no-repeat;
	display: block;
	opacity: 0.4;
	position: absolute;
	z-index: 2;
}

div.alert_error {
	display: none;
	position: absolute;
	z-index: 2;
}

div#div_last_update {
	color: white;
	margin-left: 15px;
	margin-top: 7px;
}