/* Start Button Press stack CSS code */#stacks_in_16{	text-align: right !important;}.stacks_in_16dooabutton{	-webkit-box-sizing: border-box !important; /* Safari/Chrome, other WebKit */	-moz-box-sizing: border-box !important;    /* Firefox, other Gecko */	box-sizing: border-box !important;         /* Opera/IE 8+ */			display:inline-block;	text-align: right;	letter-spacing: 0px !important;		width:inherit;			/* Gradient type button specific styles */		-moz-box-shadow:inset 0px 1px 0px 0px #C6C6C6;	-webkit-box-shadow:inset 0px 1px 0px 0px #C6C6C6;	box-shadow:inset 0px 1px 0px 0px #C6C6C6;		background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #808080), color-stop(1, #626262) );	background:-moz-linear-gradient( center top, #808080 5%, #626262 100% );	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#808080', endColorstr='#626262');	background-color:#767676;	text-shadow:none;		text-shadow:1px -1px 0px #4E4E4E;			border:1px solid #585858;	color:#FFFFFF;									font-size:100% !important;	font-weight:normal !important;	line-height:normal !important;	text-decoration:none !important;	text-indent:0 !important;		font-family:Arial, Helvetica, sans-serif !important;	font-style:normal !important;		padding: 6px 15px 6px 15px;			-webkit-border-top-left-radius:4px;	-moz-border-radius-topleft:4px;	border-top-left-radius:4px;	-webkit-border-top-right-radius:4px;	-moz-border-radius-topright:4px;	border-top-right-radius:4px;	-webkit-border-bottom-right-radius:4px;	-moz-border-radius-bottomright:4px;	border-bottom-right-radius:4px;	-webkit-border-bottom-left-radius:4px;	-moz-border-radius-bottomleft:4px;	border-bottom-left-radius:4px;}.stacks_in_16dooabutton:hover {					-moz-box-shadow:inset 0px 1px 0px 0px #4E4E4E;		-webkit-box-shadow:inset 0px 1px 0px 0px #4E4E4E;		box-shadow:inset 0px 1px 0px 0px #4E4E4E;				background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #626262), color-stop(1, #808080) );		background:-moz-linear-gradient( center top, #626262 5%, #808080 100% );		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#626262', endColorstr='#808080');		background-color:#767676;					color:;		}/* End Button Press stack CSS code */