Topic: Editing template

http://img43.imageshack.us/img43/1308/56531872.png
What should i edit in the .css file to change the width of that panel (marked in red)?
Thanks!

Re: Editing template

solved

#brd-viewtopic #brd-main .main-topic span.post-byline,
#brd-viewtopic #brd-main .main-topic div.post-author    {
                                    width:19em;
                                    margin-left:-21em
                                    }

#brd-viewtopic #brd-main .main-topic div.post-author li.useravatar img { max-width: 80px; max-height:80px;}

#brd-viewtopic #brd-main .main-topic div.postbody,
#brd-viewtopic #brd-main .main-topic div.posthead     {
                                    margin-left:19em;
                                    }