
/*
	pagelet style sheet
	-------------------
	layout - 4 columns:

	[__________]
	[____][____]
	[____][____]
	[__________]

*/ 

.pl-col-1 { width: 100%; float: left; }
.pl-col-2 { width: 49%; float: left; }
.pl-col-3 { width: 49%; float: right; }
.pl-col-4 { width: 100%; float: left; }