yep,
you will need to make some changes.
edit the css file and change
#comment div#comments_info {
float:left;
padding-left:5px;
}
to
#comment div#comments_info {
float:right;
padding-left:5px;
}
#comment div.josc_buttons {
float:right;
}
to
#comment div.josc_buttons {
float:left;
}
#joomlacommentform label {
color:#000000;
float:right;
font-weight:bold;
margin:0;
width:8em;
}
to
#joomlacommentform label {
color:#000000;
float:left;
font-weight:bold;
margin:0;
width:8em;
}
it should look much better.