commentbox styles are in your theme files
#commentform textarea { width: 250px;;}
or some other ID, depends your theme files.
go to your current themes directory, open up functions.php
add
`
register_sidebar(array(
‘name’ => __( ‘Sidebar2’ ),
‘id’ => ‘sidebar2’,
‘description’ => __( ‘Widgets in this area will be shown on sidebar2.’ ,’buddypress’ ),
‘before_widget’ => ‘