body {						
	font-family: Tahoma, Arial, sans-serif; font-size: 11px; color: #011545;
}
table.form {			
	border-collapse: collapse; width: 100%; margin: 0 0 1em 0;
}
table.form th, table.form td {	
	border: 1px solid #5b709f; padding: 5px;
	vertical-align: top; font-size: 11px;
}
table.form th {
	width: 50%;	
	background-color: #c5d9e4; font-weight: normal; text-align: left;
}
table.form td.center {
	text-align: center; vertical-align: middle;
}

/*** Labels ***/
form#sdForm label {
	display: block;
	font-family: Tahoma, Arial, sans-serif; font-size: 11px; color: #011545;
}
form#sdForm .invalid {
	font-weight: bold; color: red;
}
form#sdForm label.invalid em, form#sdForm label.invalid big {
	font-style: normal; font-size: 11px;
}
table.form td p, table.form th p {
	margin: 6px 0 6px 0;
	line-height: 120%;
}
/*** Inputs ***/
form#sdForm input.text, form#sdForm select {
	width: 95%; padding: 2px; margin-bottom: 2px;
	font-family: Tahoma, Arial, sans-serif; font-size: 11px; color: #011545;
}
form#sdForm select {
	width: 98%; 
}
/*** Text area ***/
form#sdForm textarea {
	width: 95%; padding: 2px; height: 90px;
	font-family: Tahoma, Arial, sans-serif; font-size: 11px; color: #011545;
}
	
/*** Fieldsets ***/
form#sdForm fieldset {
	border-width: 0; padding: 0; margin: 0;
}
/* Option group */
form#sdForm fieldset.radioGroup label {
	display: block; margin: 0 0 5px 0;
}
/* Date */
form#sdForm fieldset.date input.text {
	width: 20px; margin-right: 3px; 
}
form#sdForm fieldset.date input#current_date_dob_year,
form#sdForm fieldset.date input#current_date_icnTodaysDate_year,
form#sdForm fieldset.date input#current_date_declarationTodaysDate_year
{
	width: 40px;
}
/*  Bank Sort Code */
form#sdForm fieldset.bankSortCode input.text {
	width: 25px; margin-right: 3px; 
	text-align: center;

}
/*** Buttons ***/
form#sdForm input.submit {
	float: right;
	display: block; width: 97px; height: 21px; border: 0; margin: 0 0 0 20px;
	font-family: Tahoma, Arial; font-weight: bold; font-size: 0px; text-align: left;
	color: #E6EAF4; cursor: pointer;
}

form#sdForm input.submit:hover {
	color: #5B709F; background-position: 0 -21px;
}
form#sdForm input.submit {
	background-image: url(/eng/includes/images/buttons/submit.png);
}
form#sdForm input#back {
	background-image: url(/eng/includes/images/buttons/back.png);
}
form#sdForm input#next {
	background-image: url(/eng/includes/images/buttons/next.png);
}
form#sdForm input#register {
	background-image: url(/eng/includes/images/buttons/register.png);
}

/** Form progress list **/
ol#stepIndicator {
	margin: 0; padding: 0;
	list-style-position:inside;
}
ol#stepIndicator li {
  padding: 0 0 0 15px; margin: 0 0 1em 0;
}
ol#stepIndicator li.selected {
  background: url(/eng/includes/images/arrowOn.gif) no-repeat 0 4px;
}
ol#stepIndicator li.done {
  background: url(/eng/includes/images/tick.gif) no-repeat 0 4px;
}

