// JESS - Javascript-Enhanced Style Sheets
// Copyright (c) 2009 Petr Stanicek, http://pixy.cz

// JESS predefined styles (from the JESS StyledBox Library)


JE$$.styledBox({
	id : 'purplebox',
	bgColor : '#741782',
	img : '../images/layout/purple',
	ext : 'png',
	width : { top:10, right:10, bottom:10, left:10 },
	padding : '10px',
	minHeight : 180,
	minWidth : 20,
	zIndex:10
	});
JE$$.styledBox({
	id : 'blackbox',
	bgColor : '#252525',
	img : '../images/layout/black',
	ext : 'png',
	width : { top:10, right:10, bottom:10, left:10 },
	padding : '10px',
	minHeight : 180,
	minWidth : 20,
	zIndex:10
	});
