If you want to see what CSS styles are being applied to an element that is being rendered on your browser you should look into using Firefox and Firebug to view the DOM and CSS information.
http://getfirebug.com/
If you are using IE8 you could use the IE8 Developer tools to do the same thing.