<?php if ($this->getProp("cssCustom")): ?>
	<!-- custom css -->
	<style type="text/css">
		<?=$this->getProp("cssCustom")?>
	</style>
<?php endif; ?>