/*
 * Ext JS Library 2.0.2
 * Copyright(c) 2006-2008, Ext JS, LLC.
 * licensing@extjs.com
 * 
 * http://extjs.com/license
 */
Ext.SSL_SECURE_URL="includes/images/default/s.gif";
Ext.BLANK_IMAGE_URL="includes/images/default/s.gif";
Ext.onReady(function(){

    Ext.QuickTips.init();

     // turn on validation errors beside the field globally
    Ext.form.Field.prototype.msgTarget = 'side'; 
   
    new Ext.Panel({
    	style: 'background-color:#F2F9FF;text-align: justify;scrollbar-base-color:#C7D6E9;',
        applyTo:'acessoPortal',
        height:50,
        collapsible:false,
        items:[{
           xtype:'fieldset',
		       title: 'Informações de Acesso',
		       collapsible: false,
		       labelWidth: 80,
		       autoHeight:true,
		       items :[{
		         fieldLabel: 'Email (login)',
	              name: 'loginEsq',
	              id: 'loginEsq',
	              width:180,
               xtype:'textfield'	,
               allowBlank:false
		       },
		        new Ext.ux.colfield(this, 'cpfcnpj', 'CPF/CNPJ', 'cpfcnpj', 275, { allowBlank: false } )]
        
        }]
 })
    
});