I need to display the form (Input case), in more than one columns.
like:

Desc Time Date

{Desc1} {Time1} {Date1}
{Desc2} {Time2} {Date2}
{Desc3} {Time3} {Date3}

I need to change theme_form_element and show the output form as above form.

Can anybody help me out?