<?php
if ($customwidgetbackgroud > "0") {
echo "background: $widgetbackgroudcolour;";
} else {
echo "background: #FFF;";
}
?>