protected function _getFormattedAttributes()
 {
     $_aAttributes = parent::_getFormattedAttributes();
     if ($this->aArguments['hidden']) {
         $_aAttributes['style'] = $this->getStyleAttribute($this->getElement($_aAttributes, 'style', array()), 'display:none');
     }
     return $_aAttributes;
 }