/* User-defined styles for dform */
/* *********************** *********************** *********************** */
#dform {
	font-size:.9em;
	}
/* Overall Font setting for the form. Overrides page defaults */
#dform, #dform p,#dform th,#dform td {
	}
/* Horizontal rule style */
#dform hr { 
	color:#808080;
	background:#808080;
	height:2px;
	}
/* =========================================*/
/*             FORM FIELDS                  */
/* Fieldset box, frame and background (framed by Legend) */
#dform fieldset,#dform .fieldset,#dform .error {
	border:1px solid #808080;
	background:url(images/bg_table.jpg) no-repeat 0 0; /* Legend (form group) Background */
	padding-bottom:0.5em;
	}
/* Legend heading */
#dform h3 {
	background-color:#fff;
	border-bottom:1px solid #808080;
	color:#868080;
	font-size:1.5em;
	text-transform:uppercase;
	font-weight:normal;
	padding-top:0;
	margin-top:20px;
	}
/* Field border colour */
#dform .dform_textfield,
#dform select,
#dform .dform_textfield_required,
#dform .dform_required,
#dform .dform_textfield_error,
#dform .dform_error,
#dform .dform_control_error {
	border-color:#808080;
	}
#dform .dform_textfield_required,#dform .dform_required {
	background-color:#fff !important;	/* REQUIRED field background colour */
	}
/* Form Button style */
#dform .dform_button {
	background-color:#868080;
	}
#dform .dform_table {
	margin:1px;
	width:99%;
	}
/* TABLE form set -- header style. */
#dform .dform_table th {
	background:#fccde5;
	}	
/* TABLE form set -- row cell style. */
#dform .dform_table td {
	border-color:#fccde5;
	}
/* =========================================*/
/* WHAT PAGE ARE WE ON -- Show progress bar */
/* Progress bar outline */
table.dform_progress_bar {
	border-color:#f0047f;
	}
/* Progress bar page cell */
table.dform_progress_bar td {
	border-color:#f0047f;
	}
/* Progress bar page cell -- the page we're on */
table.dform_progress_bar td.here {
	background:#fdcfb6;
	}
/* =========================================*/


