/* ----------
CSS
---------- */
#paymentInfo {margin: 10px 0px;}
#paymentInfo label, #paymentInfo input, #paymentInfo select, #paymentInfo textarea {
  display: block;
  float: left;
  width: 150px;
  margin-bottom: 10px;
}

#paymentInfo select {
  width: 154px;
}

#paymentInfo label {
  width: 130px;
  text-align: right;
  padding-right: 10px;
  margin-top: 2px;
}
#paymentInfo textarea {
  height: 50px;
}
#paymentInfo br {
  clear: left;
}
/*#paymentInfo p {
  width: 600px;
}*/

* html .boxhead h2 {height: 1%;} /* For IE 5 PC */

.sidebox {
        margin: 0 auto; /* center for now */
	margin-top: 10px;
	margin-right: 20px;
	margin-left: 20px;
        float: left;
        width: 650px;
        background: url('/images/lowerright.gif') no-repeat bottom right;
        font-size: 100%;
        }
.boxhead {
        background: url('/images/upperright.gif') no-repeat top right;
        margin: 0px;
        padding: 0px;
        text-align: center;
        }
.boxhead h2 {
        background: url('/images/upperleft.gif') no-repeat top left;
        margin: 0;
        padding: 10px 30px 5px;
        color: #2B546D;
        font-weight: bold;
        font-size: 18px;
        }
.boxbody {
        background: url('/images/lowerleft.gif') no-repeat bottom left;
        margin: 10;
        padding: 0px;
        }
.boxbody label {
	width: 130px;
	color: #2B546D;
	padding-right: 10px;
	margin-top: 2px;
}

.widthlessbox {
        margin: 0 25%; /* NO WIDTH! Opens up a world of possibilities! */
        background: url('/images/sbbody-r.gif') no-repeat bottom right;
        font-size: 100%;
        }
.billing-confirm-receipt{padding: 5px 0px 31px;}
#programme{padding: 5px 0px 1px 130px;}
#programme label{text-align: left;}
#programme input{width:15px; margin:3px 5px 0px;}
