/* \*/
* html #tl2, * html #tr2 {height: 1%;}
/* */

#tl2, #tr2 { zoom: 1 }

/* ---=== border code follows ===--- */
/*
	tl2 = top left corner
	tr2 = top right corner
	bl2 = bottom left corner
	br2 = bottom right corner
	l2 = left border
	r2 = right border
	t2 = top border
	b2 = bottom border 
*/

#tl2, #tr2, #bl2, #br2
	{
	background-color: transparent;
	background-repeat: no-repeat;
	}

#tl2
	{
	background-image:url(images/tl2.gif);
	background-position: 0% 0%;
	}

#tr2
	{
	background-image:url(images/tr2.gif);
	background-position: 100% 0%;
	}
	
#bl2
	{
	background-image:url(images/bl2.gif);
	background-position: 0% 100%;
	}

#br2
	{
	background-image:url(images/br2.gif);
	background-position: 100% 100%;
	}

#t2, #b2
	{
	background-color: transparent;
	background-repeat: repeat-x;
	}
			
#t2
	{
	background-image:url(images/t2.gif);
	background-position: 0% 0%;
	}

#b2
	{
	background-image:url(images/b2.gif);
	background-position: 50% 100%;
	}
	
#r2
	{
	background-image:url(images/r2.gif);
	background-position: 100% 0%;
	background-repeat: repeat-y;
	}

#l2
	{
	background-color: #4db8e4;
	background-image:url(images/l2.gif);
	background-position: 0% 100%;
	background-repeat: repeat-y;
	}
			
