
var strLocation = ""+window.location+"";

if(strLocation.match(/one-page-checkout/i)) {
	$(document).ready(function(){
		$('input[name="Orders.Custom_Field_terms"]').closest('table').find('td:first').css('color', 'red').css('font-weight','bold').css('background-color', '#000');
	});
}
