	.cButtonGFX
	{
		position:absolute;
		cursor:pointer;
		height:33px;
	}
	.cButtonGFX span
	{
		display:block;
	}
	
	.cButtonGFX .Inh0,.cButtonGFX .Inh1,.cButtonGFX .InhClick, .cButtonGFX .bgL0,.cButtonGFX .bgL1, .cButtonGFX .bgLClick, .cButtonGFX .bgR0, .cButtonGFX .bgR1, .cButtonGFX .bgRClick
	{
		float:left;
		height:33px;
	}
	
	.cButtonGFX .cont
	{
		position:relative;
		height:33px;
	}

	.cButtonGFX .Inh0
	{
		background-image:url('/_gui/_ components/button/bg.gif');
		background-repeat:repeat-x;
	}
	.cButtonGFX .Inh1
	{
		background-image: url("/_gui/_ components/button/bgOn.gif");
		background-repeat:repeat-x;
	}
	.cButtonGFX .InhClick
	{
		background-image: url("/_gui/_ components/button/bgClick.gif");
		background-repeat:repeat-x;
	}

	.cButtonGFX .icon
	{
		margin:9px;
		float:left;
	}
	
	.cButtonGFX .capt
	{
		margin:9px;
	}
	.cButtonGFX .capt a
	{
		text-decoration:none!important;
		background-image:none!important;
		padding:0px!important;
		color:black!important;
	}
	.cButtonGFX .capt a:hover
	{
		color:blue!important;
	}

	.cButtonGFX .bgL0
	{
		width:3px;
		background: url("/_gui/_ components/button/li.gif") 0 0 no-repeat;
	}
	.cButtonGFX .bgL1
	{
		width:3px;
		background: url("/_gui/_ components/button/li.gif") 0 0 no-repeat;
		background-position: -3px 0;
	}
	.cButtonGFX .bgLClick
	{
		width:3px;
		background: url("/_gui/_ components/button/li.gif") 0 0 no-repeat;
		background-position: -6px 0;
	}
	
	.cButtonGFX .bgR0
	{
		width:3px;
		BACKGROUND-IMAGE: url("/_gui/_ components/button/re.gif");
	}
	.cButtonGFX .bgR1
	{
		width:3px;
		background: url("/_gui/_ components/button/re.gif") 0 0 no-repeat;
		background-position: -3px 0;
	}
	.cButtonGFX .bgRClick
	{
		width:3px;
		background: url("/_gui/_ components/button/re.gif") 0 0 no-repeat;
		background-position: -6px 0;
	}

