.captebutton span span span {
	padding-left: 21px;
	background-image: none;
	background-repeat: no-repeat;
	background-position: left center;
	/* IE6 still requires a PNG transparency fix */ 
	/* _background-image: none;		Or just hide icons from the undeserving IE6 */
	/* _padding-left: 0;					Or just hide icons from the undeserving IE6 */
}
.captebutton span.ok				{ background-image: url(../images/silk/link_go.png) !important; }
.captebutton span.continuer { background-image: url(../images/silk/css_go.png) !important; }

.captebutton {
	display: inline-block;
	margin: 0;
	padding: 0;
	font: bold 13px "Helvetica Neue", Helvetica, Arial, clean, sans-serif !important;
	text-decoration: none !important;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.20);
	background: none;
	border: none;
	white-space: nowrap;
	cursor: pointer;
	user-select: none;
	-moz-user-select: none;
	
	/* Fix extra width padding in IE */
	_width: 0;
	overflow: visible;
}

.captebutton span {
	display: block;						/* Prevents :active from working in IE--oh well! */
	height: 24px;
	padding-right: 12px;
	background-repeat: no-repeat;
	background-position: right top;
}

.captebutton span span {
	padding-right: 0;
	padding-left: 12px;
	line-height: 24px;
	background-position: left top;
}


.captebutton span span span.after {
	padding-left: 0px;
	padding-right: 21px;
	background-position: right center;
	/* IE6 still requires a PNG transparency fix */ 
	/* _padding-right: 0;					Or just hide icons from the undeserving IE6 */
}

.captebutton[disabled],
.captebutton[disabled]:hover,
.captebutton[disabled]:focus,
.captebutton[disabled]:active,
.captebutton.disabled,
.captebutton.disabled:hover,
.captebutton.disabled:focus,
.captebutton.disabled:active {
	color: #333 !important;
	cursor: inherit;
	text-shadow: none; 
	opacity: 0.33;
}

.captebutton:hover span,
.captebutton:focus span {
	background-position: 100% -24px;
}

.captebutton:hover span span,
.captebutton:focus span span {
	background-position: 0% -24px;
}

.captebutton:active span {
	background-position: 100% -48px;
}

.captebutton:active span span {
	background-position: 0% -48px;
}

.captebutton[disabled] span,
.captebutton.disabled span {
	background-position: 100% -72px;
}

.captebutton[disabled] span span,
.captebutton.disabled span span {
	background-position: 0% -72px;
}

.captebutton:hover span span span,
.captebutton:focus span span span,
.captebutton:active span span span,
.captebutton[disabled] span span span,
.captebutton.disabled span span span {
	background-position: left center;
}

.captebutton:hover span span span.after,
.captebutton:focus span span span.after,
.captebutton:active span span span.after,
.captebutton[disabled] span span span.after,
.captebutton.disabled span span span.after {
	background-position: right center;
}

.captebutton img {
	margin-right: 5px;
	vertical-align: text-top;
	/* IE6 Hack */
	_margin-top: 4px;
	_vertical-align: text-bottom;
	/* IE6 still requires a PNG transparency fix */ 
	/* _display: none;		Or just hide icons from the undeserving IE6 */
}

.captebutton img.after {
	margin-right: 0;
	margin-left: 5px;
	/* IE6 still requires a PNG transparency fix */ 
	/* _margin-left: 0;		Or just hide icons from the undeserving IE6 */
}

.captebutton.sexymedium	{ font-size: 15px !important; }
.captebutton.sexylarge	{ font-size: 18px !important; }


/*
 * Button Skins
 * 
 * .PNG background images with alpha transparency are also supplied if you'd rather use them instead of the 
 * default .GIF images. (Just beware of IE6's lack of support.) 
 * 
 * Additional skins can be added below. The images/skins/ButtonTemplate.psd can be used to create new skins.
 * Prefix the skin name with "sexy" to avoid any potential conflicts with other class names. 
 */

/* Silver Button Skin (the default skin) */

.captebutton,
.captebutton.sexysilver {
	color: #666 !important;
}
	
.captebutton:hover,
.captebutton:focus,
.captebutton.sexysilver:hover,
.captebutton.sexysilver:focus {
	color: #333 !important;
}
	
.captebutton span,
.captebutton.sexysilver span {
	background-image: url(../images/silver/button_right.gif);
}

.captebutton span span,
.captebutton.sexysilver span span {
	background-image: url(../images/silver/button_left.gif);
}



