/* - - - - - - - - - - - - - - - - - - - - -

Title : Flash Highlight CSS
Author : Kevin Hale
URL : http://particletree.com

Description : This demo is part of an introduction 
to the Flash / JavaScript Integration Kit by Particletree. 
In this demo we are using Flash as an animation underlayer 
to enhance an html form. Click on the text fields to see 
the the flash movie clip resize move to the appropriate div.

Created : December 15, 2005
Modified : January 9, 2005

- - - - - - - - - - - - - - - - - - - - - */

/* ----- CSS ----- */


#flash{
position:absolute;
z-index:1;
}

#container
{

position:relative;

}
