Try right-clicking on the part of the page in question and select 'inspect element'. Most browsers have that feature now. It will show you the classes that are applied to the element you selected and then you can see what you need to do to align things the other way, I recommend the Firefox Firebug extension as the best one for inspecting and modifying the page, but all the other browsers also work.
The check image is in a td with class=ManualGatewayButton
And I would do this for that other text as it is superfluous to you now:
fieldset legend {display: none;}
If you do want to modify that text, it is done as part of the DNN language editor. Try this page on their site for info on editing the language files:
http://www.dnnsoftware.com/wiki/language-editor
Or just hide it as above.
Regards
Rob
The check image is in a td with class=ManualGatewayButton
And I would do this for that other text as it is superfluous to you now:
fieldset legend {display: none;}
If you do want to modify that text, it is done as part of the DNN language editor. Try this page on their site for info on editing the language files:
http://www.dnnsoftware.com/wiki/language-editor
Or just hide it as above.
Regards
Rob