<style type="text/css">
/*==========================================================================*/
/* rbox_style.css                                                           */
/*                                                                          */
/* A style sheet containing classes for building rounded boxes              */
/*                                                                          */
/* Jonas Elmqvist, Tord Karlsson                                            */
/*==========================================================================*/

	.dummyRBox { }  /* "To make multiple CSSs work in IE" /Tord */
   

/*------------------*/
/* The Rounded Box  */
/*------------------*/

	.axisRBoxT {
		background-image:url(top_line.gif);
		background-repeat: repeat-x;
		height: 5px;
		line-height: 0px;
		}
	
	.axisRBoxTransT {
		background-image:url(top_tran.gif);
		background-repeat: repeat-x;
		height: 5px;
		line-height: 0px;
		}
		
		
	.axisRBoxTL {
		background-image:url(top_left.gif);
		background-repeat: no-repeat;
		width: 5px;
		height: 5px;
		line-height: 0px;
		}
		
	.axisRBoxTransTL {
		background-image:url(top_lefu.gif);
		background-repeat: no-repeat;
		width: 5px;
		height: 5px;
		line-height: 0px;
		}
	
	.axisRBoxTR {
		background-image:url(top_righ.gif);
		background-repeat: no-repeat;
		width: 5px;
		height: 5px;
		line-height: 0px;
		}
		
	.axisRBoxB {
		background-image:url(bottom_l.gif);
		background-repeat: repeat-x;
		height: 5px;
		line-height: 0px;
		}
	
	.axisRBoxTransB {
		background-image:url(bottom_t.gif);
		background-repeat: repeat-x;
		height: 5px;
		line-height: 0px;
		}
			
	.axisRBoxBL {
		background-image:url(bottom_m.gif);
		background-repeat: no-repeat;
		width: 5px;
		height: 5px;
		line-height: 0px;
		}
		
	.axisRBoxTransBL {
		background-image:url(bottom_n.gif);
		background-repeat: no-repeat;
		width: 5px;
		height: 5px;
		line-height: 0px;
		}
		
	.axisRBoxBR {
		background-image:url(bottom_r.gif);
		background-repeat: no-repeat;
		width: 5px;
		height: 5px;
		line-height: 0px;
		}
	
</style>



