.fieldRequired, .fieldNotRequired, .fieldRequiredText, .fieldJoin {
	font-family			: Verdana, Arial, Helvetica, sans-serif;
	font-size			: 11px;
	text-align			: left;
	color				: #333333;
	margin				: 1px;
	padding-top			: 2px;
	padding-right		: 2px;
	padding-bottom		: 2px;
	padding-left		: 6px;
	border-top			: 1px outset #AAAAAA;
	border-right		: 1px inset #CCCCCC;
	border-bottom		: 1px inset #CCCCCC;
	border-left			: 1px outset #AAAAAA;
}

.fieldRequired {
	background-color	: #FFFFFF;
}

.fieldNotRequired {
	background-color	: #FFFFFF;
}

.fieldText {
	width				: 210px;
}

.fieldSelect {
	width				: 221px;
}

.fieldTextArea {
	height				: 80px;
	width				: 210px;
}

.fieldJoin {
	background-color	: #FFFFFF;
}

.errorReport { 
	font-family			: Verdana, Arial, Helvetica, sans-serif; 
	font-size			: 8pt;
	font-weight			: normal;
	text-decoration		: none;
	color				: #FF0000;
}

/* TABLE DEFINITIONS */

table.formTable { 
	empty-cells			: show;
}
table.formTable tr { 
	vertical-align		: top; 
}
table.formTable td { 
	padding				: 2px 2px 2px 4px; 
}
table.formTable td.label { 
	width				: 110px;
	padding-right		: 10px;
	text-align			: left; 
}
table.formTable tr.divider { 
	height				: 10px;
}

.radiotable { 
	empty-cells			: show;
	width				: 100%;
	color				: #25678F;
}
.radiotable table {
	empty-cells			: show;
	width				: 100%;
}
.radiotable tr { 
	height				: 40px;
}
.radiotable td { 
	padding				: 3px;
	text-align			: center;
	border				: 1px solid #EEEEEE;
	background-color	: #EEEEEE;
}
.radiotable td.description { 
	text-align			: left;
	width				: 220px;
	padding-right		: 20px;
	border				: 0px solid #AAAAAA;
	background-color	: #FFFFFF;
}
.radiotable td.bullet { 
	background-image	: url("../assets/images/icons/arrow_blue.gif");
	background-repeat	: no-repeat;
	background-position	: center;
}
.radiotable tr.header	{ font-weight: bold; background-color: #BACDEB; color: #FFFFFF; height: 20px; }
.radiotable tr.rowlight	{ background-color: #FFFFFF; }
.radiotable tr.rowdark	{ background-color: #FFFFEE; }
