i want $textbox style to read from the variables above it, im getting parse errors though and i dont know why, suggestions?
$textboxfont-family = "tahoma";
$textboxfont-size = "10pt";
$bordersize = "1px";
$borderstyle = "solid";
$bordercolor = "#0000AA";
$textboxbackground-color = "#00427B";
$textboxcolor = "#DDDDCC";
$textboxstyle = ".textbox {font-family: $textboxfont-family; font-size: $textboxfont-size; border: $bordersize $borderstyle $bordercolor; background-color: $textboxbackground-color; color: $textboxcolor}.";
~E39M5