body {	
	background-color: #DADADA;
    }
    div#content {
        /*border-right: 1px solid #333;
        border-left: 1px solid #333;
	border-top: 1px solid #333;
        border-bottom: 1px solid #333;*/
	background-color: #ffffff;
	border-radius: 15px;
    }
    div#content {
        clear: left;
        width: 700px;
        margin: 0 auto;
        padding: 10px 20px 10px 20px;
	font-family: tahoma;
	font-size: 12pt;
    }
    .button {
	FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
	color: white;
	FONT-SIZE: 14px;
	font-weight: bold;
	TEXT-ALIGN: center;
	background-color: #FF9400;
	BORDER-RIGHT: 1px solid #FF8100;
	BORDER-TOP: 1px solid #FF8100;
	BORDER-LEFT: 1px solid #FF8100;
	BORDER-BOTTOM: 1px solid #FF8100;
	border-right: 1px solid #FF8100;
	border-top: 1px solid #FF8100;
	border-left: 1px solid #FF8100;
	border-bottom: 1px solid #FF8100;
        height: 30px;
    }
    #paymenttable {
        width: 600px;
        padding: 5px;
	margin-left: 0px;
	margin-left:auto;
	margin-right:auto;
    }
    #paymenttable input {
        width: 250px;
    }
    #cardchargetext {
        color: #B00707;
        font-size: 10pt;
        height: 20px;
        display: none;
    }
    #confirmationtext {
        text-align: center;
    }
    
    #footer {
        text-align: center;
        font-size: 10pt;
        color: black;
    }
    
    #footer a {
        color: green;
        font-weight: bolder;
    }
    
    .bluetext {
        color: #0031AA;
        font-size: 10pt;
        font-weight: bold;
    }
    .error {
        margin-left: 5px;
        color: red;
        font-size: 8pt;
        display: block;
    }
    
