#btn {
font-size:<?=$button_font_size;?>;
font-family:<?=$button_font_family;?>;
color:<?=$button_text_color;?>;
background-color:<?=$button_background_color;?>;
border-width:<?=$button_border_width;?>;
border-color:<?=$button_border_color;?>;
border-style:<?=$button_border_style;?>;
}