/*
= Popup CSS =
The CSS that follows is used to style popup windows.
*/
/* Layout of a popup window */
div#pageWrapper { width: 95%; margin: 5px auto; }
#innerWrapper { padding: 0 .5em 15px .5em; }
#header { position: relative; background: #036 url(/images/top_right.gif) no-repeat top right; height: 90px; }

.commentItem .title { display: block; font-size: 1.2em; color: #333; margin-top: 1em; }
.commentItem .comment { padding: .2em 1em; background: #FEFEFE; }
.commentItem .actions { float: left; width: 5em; background: #F5F5F5; margin: 0; }
.commentItem .actions li { padding: .2em .5em .2em; margin: 0; }
.commentItem .metadata { font-size: 90%; background: #F5F5F5; margin: 0; padding: .2em .5em .2em; }
.commentItem .reply { margin-left: 2em; }

