hi all
i have seen that there are default class for html tag in joomla like
<input type="button" class="button" value="<?php echo JTEXT::_('save');?>" style="width:100px;" >
<input type="text" id="txt_price" name="txt_price" readonly="readonly" class="inputbox" style="width:100px;>
where can i find the docoumention/ defination of this...