td.left {
	text-align:left;
}


#AcctInfo {
	float:left; 
	position:relative;
	width:60%;	
}


#PayInfo {
	float:left; 
	position:relative;
	width:40%;	
}


#TandC {
	float:left; 
	font-size:.6em;	
	position:relative;
	width:100%;
}


#th4 {
	background-image: url(images/padlock.gif);
	background-position: center;
	background-repeat: no-repeat;
}


.colspan4 {
	colspan: 4;
}


.colspan3 {
	colspan: 3;
}


.colspan2 {
	colspan: 2;
}


.alignCenter {
	text-align: center;
}

.width110pct {
	width:110%;
}

.width100pct {
	width:100%;
}


.width50pct {
	width:50%;
}
.padlock  {
	background-image:url('images/padlock.gif');
	background-repeat: no-repeat;
	background-position: right;
}