clone() not copying the css in my anchors

clone() not copying the css in my anchors

Why does .clone() copy the css styles for some elements and not my anchors
I am doing something like this

$('a.button').clone().prependTo('#container');

I am only getting the value of the anchor, not the styling.

Any help would be greatly appreciated