/** Following is for EPayments */


FIELDSET	
{
	margin: 5px;
	padding: 0;
	border: 0px solid #ffffff
	font-family: Arial, Helvetica, sans-serif;
}

#centre LABEL
{
	FONT-STYLE: normal;
	FONT-SIZE: 100%;
	FONT-WEIGHT: bold;
	FLOAT: left;
	WIDTH: 40%;
	VERTICAL-ALIGN: top;
	font-family: Arial, Helvetica, sans-serif;
}

LABEL.buttonLabel
{
	FONT-STYLE: normal;
	FONT-SIZE: 100%;
	FONT-WEIGHT: bold;
	FLOAT: left;
	WIDTH: 0%;
	VERTICAL-ALIGN: top;
	font-family: Arial, Helvetica, sans-serif;
}

INPUT#nextButton
{
/*	display:inline;
	float:left;
	vertical-align: top;
*/
	color: white;
	background-color: green;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
 
INPUT#cancelButton
{
/*
	margin-left:5px;
	vertical-align: top;
*/
	color: white;
	background-color: green;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#ActionForm {
	background-color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	border-bottom: 0px;
	margin-bottom: 0;
}
#QuitForm  {
	margin-top: 0px;
	border-top: 0px;
	background-color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
#QuitForm #cancelButton {
	margin-top: 5px;
	margin-bottom: 5px;
}

#ePayment_Details LEGEND, #ePayment_Failed LEGEND, #ePayment_Authorised LEGEND {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12pt;
	color: black;
	margin-bottom:5px;
	margin-left:-5px;
}
