/* CSS Document */

.Button
{
	display:inline-block;
	position:inherit;
	width: auto;
	outline:none;
	border:none;
	background:none;
	line-height:28px;
	margin:0;
	padding:0;
	overflow: visible;
	cursor: default;
	text-decoration: none !important;
	vertical-align:bottom;
	
}

.Button .btn
{
	display:block;
	position:relative;
	float:left;
	height: 28px;
	overflow:hidden;
	white-space: nowrap;
	width: auto;
	color: #ffffff;
	z-index:2;
}



.Button .btn .t
{
	display:block;
	height: 28px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	white-space: nowrap;
	text-align: right;
	padding: 0 14px;
	line-height: 28px;
	text-decoration: none ;
	position:relative;
	z-index:2;
}


.Button .hover, .Button:hover .t
{
	display:block;
	color: #FFFFFF  !important;
	text-decoration: none;
	font-family:Verdana, Arial, sans-serif;
}

.Button .active, .Button:active .t
{
	display:block;
	color: #FFFFFF;
	text-decoration: none !important;
	font-family:Verdana, Arial, sans-serif;
}

.Button .btn .l, .Button .btn .r, .button
{
	display:block;
	position:absolute;
	z-index:0;
	height: 84px;
	background-image: url('button_back.png');
	font-family:Verdana, Arial, sans-serif;
}

.Button .btn .l
{
	left:0;
	right:8px;
	font-family:Verdana, Arial, sans-serif;
}

.Button .btn .r
{
	width:409px;
	right:0;
	clip: rect(auto, auto, auto, 401px);
	font-family:Verdana, Arial, sans-serif;
}

.Button .btn.hover .l, .Button .btn.hover .r, .Button .btn:hover .l, .Button .btn:hover .r
{
	top: -28px;
}

.Button .btn.active .l, .Button .btn.active .r
{
	top: -56px;
}

