input.WfxButton, a.WfxButton {
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display:inline-block;
	margin:3px;
	color: #FFFFFF;
	border: 0px;
	font-family:Verdana,Tahoma,Arial,Helvetica;
	font-weight: bold;
	text-decoration:none;
	text-align:center;
	cursor: hand;	
}
input.WfxButtonLS, a.WfxButtonLS {
	background-image: url(wfx_button_ls.png);
	width: 112px;
	height: 32px;
	font-size: 13px;
  line-height: 30px;		
}
a.WfxButtonLS:hover {
  background-position: 0px -32px;
}
input.WfxButtonLM, a.WfxButtonLM {
	background-image: url(wfx_button_lm.png);
	width: 132px;
	height: 32px;
	font-size: 13px;
  line-height: 30px;		
}
a.WfxButtonLM:hover {
  background-position: 0px -32px;
}
input.WfxButtonLL, a.WfxButtonLL {
	background-image: url(wfx_button_ll.png);
	width: 152px;
	height: 32px;
	font-size: 13px;
  line-height: 30px;	
}
a.WfxButtonLL:hover {
  background-position: 0px -32px;
}
input.WfxButtonSS, a.WfxButtonSS {
	background-image: url(wfx_button_ss.png);
	width: 96px;
	height: 26px;
	font-size: 11px;
	line-height:24px;	
}
a.WfxButtonSS:hover {
  background-position: 0px -26px;
}
input.WfxButtonSM, a.WfxButtonSM {
	background-image: url(wfx_button_sm.png);
	width: 112px;
	height: 26px;
	font-size: 11px;
	line-height:24px;	
}
a.WfxButtonSM:hover {
  background-position: 0px -26px;
}
input.WfxButtonSL, a.WfxButtonSL {
	background-image: url(wfx_button_sl.png);
	width: 132px;
	height: 26px;
	font-size: 11px;
	line-height:24px;	
}
a.WfxButtonSL:hover {
  background-position: 0px -26px;
}


