/**
 * Forms
 * 
 * @author      Lex van der Woude <lex@xq.co.nz>
 * @copyright   Copyright (c) 2009, X-StatiQ Online Design Ltd.
 * @link        http://www.xq.co.nz
 */

jQuery(function($){

    $('input:text, select').addClass('form-text') ;
    $('textarea').addClass('form-textarea') ;
    
});
