.field {
	font-size: 11px ;
	border: 1px solid #6688AA ;
	BACKGROUND-COLOR: white ;
	line-height: 1.3em ;
}

.field_disabled {
	border: 1px solid #CCCCCC ;
	BACKGROUND-COLOR: #E8E8E8 ;
}

.field_body {
	/*PADDING: 2px;*/
	margin: 0px ;
	vertical-align: middle ;
	/*width: 50% ;*/
}

.field_body_complete {
    /*background-color: #E0E0CB ;*/
    /*border: 1px solid #F0F0DD ;*/
    white-space: pre ;
    font-size: 14px ;
}

.field_required {
	/*BORDER-COLOR: #AA0000 ; */
	BACKGROUND-COLOR: #fff6f2 ; 
}

.field_label {
	PADDING: 0px 5px;
	TEXT-ALIGN: right ;
	font-size: 12px ;
	/*background-color: #F0F4E0 ;*/
	vertical-align: middle ;
	line-height: 1em ;
	/*width: 50% ;*/
}

.field_label_required {
	color: #990000 ;
}

.field_label_disabled {
	color: gray ;
}

.field_modify {
	width: 1px ;
	vertical-align: middle ;
}

.field_modify input {
	background-color: transparent; 
	border: none;
	display: inline ;
}

.field_choice {
	line-height: 1.25em ;
	font-size: 11px ;
	color: #335566 ;
	white-space: nowrap ;
	vertical-align: middle ;
}

.field_calendar {
	background-color: gray ;
}

.field_calendar_selected {
	background-color: white ;
}

.field_linked {
	font-size: 9px ;
	color: #808066 ;
	font-style: italic ;
	border-right: 1px dotted black ;
}

.field_numeric {
	text-align: right ;
}

.field_value {
    border: 1px dashed #EFE69E ;
    width: 100% ;
}
