/* button class */
a.cta-w,
a:hover.cta-w{text-decoration:none;}
.cta-w {
	width:12em;
	background:transparent no-repeat top left;
	font:bold 126%/1.4em arial;
	color:#000000;
	text-decoration:none;
	text-align:center;
	margin:0 auto 1em;
	cursor:hand;
	cursor:pointer;
	display:block;
}
.cta-w:hover {cursor:hand;cursor:pointer;}
.cta-w strong {background:transparent no-repeat top right;right:-4px;position:relative;display:block;}
.cta-w strong strong {background:transparent no-repeat bottom left;top:5px;left:-4px;right:0;}
.cta-w strong strong strong {
	background:transparent no-repeat bottom right;
	padding:.3em 0 .4em;
	top:auto;right:-4px;
	left:auto;
	text-indent:-5px;
	color:#666666;
}
* html .cta-w strong strong strong {padding:.2em 0 .5em;}
.cta-w em {display:block;font:70% arial;}

.cta-w {background-image:url(../../../../img/ui/cta/yellow/tl.gif);}
.cta-w strong {background-image:url(../../../../img/ui/cta/yellow/tr.gif);}
.cta-w strong strong {background-image:url(../../../../img/ui/cta/yellow/bl.gif);}
.cta-w strong strong strong {background-image:url(../../../../img/ui//cta/yellow/br.gif);}

.cta-w:hover {color:#000;background-image:url(../../../../img/ui/cta/green/tl.gif);}
.cta-w:hover strong {background-image:url(../../../../img/ui/cta/green/tr.gif);}
.cta-w:hover strong strong {background-image:url(../../../../img/ui/cta/green/bl.gif);}
.cta-w:hover strong strong strong {background-image:url(../../../../img/ui/cta/green/br.gif);}
