 $(function(){
         $('.outerBoxitemC').add_layer("#FFFFFF");
         $('.outerBoxitemC').add_layer("url('') left repeat-y");
         $('.outerBoxitemC').add_layer("url('') right repeat-y");
         $('.outerBoxitemC').add_layer("url('') top repeat-x");
         $('.outerBoxitemC').add_layer("url('') bottom repeat-x");      
         $('.outerBoxitemC').add_layer("url('images/register-top.png') top left no-repeat");
         $('.outerBoxitemC').add_layer("url('') top right no-repeat");
         $('.outerBoxitemC').add_layer("url('images/br.png') bottom right no-repeat");
         $('.outerBoxitemC').add_layer("url('images/bl.png') bottom left no-repeat" );
        });   

 	  $(function(){
         $('.blueBox').add_layer("#ccd5f4");
         $('.blueBox').add_layer("url('') left repeat-y");
         $('.blueBox').add_layer("url('') right repeat-y");
         $('.blueBox').add_layer("url('') top repeat-x");
         $('.blueBox').add_layer("url('') bottom repeat-x");      
         $('.blueBox').add_layer("url('images/blue_tl.gif') top left no-repeat");
         $('.blueBox').add_layer("url('images/blue_tr.gif') top right no-repeat");
         $('.blueBox').add_layer("url('images/blue_br.gif') bottom right no-repeat");
         $('.blueBox').add_layer("url('images/blue_bl.gif') bottom left no-repeat" );
        });   

		

	 
