function frmDefault_alignImage(pvList, pvImg) {
	pvImg.style.marginLeft = 0-((pvImg.width > 0) ? pvImg.width : 272) + "px";
}