﻿a.button_silver_72
{
	height: 72px;
	text-decoration: none;
}

a.button_silver_72 div.button_l
{
	background: transparent url('/App_Themes/Vintek/images/button/silver/72/left.png') no-repeat top right;
	float: left;
	height: 100%;
	/* Hack for IE6 */
	margin-right: -3px;
	width: 5px;
}

a.button_silver_72 > div.button_l
{
	/* Hides IE6 hack in compliant browsers */
	margin-right: 0;
}

a.button_silver_72:hover div.button_l
{
	background: transparent url('/App_Themes/Vintek/images/button/silver/72/left_hover.png') no-repeat top right;
}

a.button_silver_72 div.button_r
{
	background: transparent url('/App_Themes/Vintek/images/button/silver/72/right.png') no-repeat top left;
	float: right;
	height: 100%;
	/* Hack for IE6 */
	margin-left: -3px;
	width: 5px;
}

a.button_silver_72 > div.button_r
{
	/* Hides IE6 hack in compliant browsers */
	margin-left: 0;
}

a.button_silver_72:hover div.button_r
{
	background: transparent url('/App_Themes/Vintek/images/button/silver/72/right_hover.png') no-repeat top left;
}

a.button_silver_72 div.button_c
{
	background: transparent url('/App_Themes/Vintek/images/button/silver/72/content.png') repeat-x top left;
	color: #000;
	float: none;
	font-size: 12px;
	height: 100%;
	line-height: 72px;
	text-align: center;
}

a.button_silver_72 > div.button_c
{
	margin: 0 5px;
}

a.button_silver_72:hover div.button_c
{
	background: transparent url('/App_Themes/Vintek/images/button/silver/72/content_hover.png') repeat-x top left;
}
