<?php echo <<<CSS
background-image: -moz-linear-gradient(top, %%top%% 0%, %%middle%% %%cutoff%%%, %%bottom%% 100%);
background-image: -ms-linear-gradient(top, %%top%% 0%, %%middle%% %%cutoff%%%, %%bottom%% 100%);
background-image: -o-linear-gradient(top, %%top%% 0%, %%middle%% %%cutoff%%%, %%bottom%% 100%);
background-image: -webkit-linear-gradient(top, %%top%% 0%, %%middle%% %%cutoff%%%, %%bottom%% 100%);
background-image: linear-gradient(to bottom, %%top%% 0%, %%middle%% %%cutoff%%%, %%bottom%% 100%);
CSS;
?>