function login_footer_input()
 {
     a5_textarea('login_footer', 'clp_options[login_footer]', @self::$options['login_footer'], false, array('style' => 'height: 200px; min-width: 100%;', 'class' => 'tabbed'));
 }
 function login_form_bottom_input()
 {
     a5_textarea('login_form_bottom', 'clp_widget_options[login_form_bottom]', @self::$options['login_form_bottom'], false, array('style' => 'height: 200px; min-width: 100%;', 'class' => 'tabbed'));
 }