﻿

.spanButtonNormal
{
    width: 130px;
}

.spanButtonWide
{
    width: 300px;
}

.spanButtonNarrow
{
    width: 100px;
}


.buttonNormal
{
    width : 110px;
}

.buttonWide
{
    width : 280px;
}

.buttonNarrow
{
    width : 80px;
}

.buttonDefaultBackgroundColor
{
    background-color: #FFFFFF;
}

/* Style for enabled button */
.button {
	cursor:pointer;
	text-decoration:none;
	background: url('WebResource.axd?d=LWH0_NlwPIsgrfcRYLwUVLLxgJkdQ9bXSFGwdt5rPNFG7aXUq-BrXQe0j67UF2bseYo9togYrzacnWfhd9h_lg2&t=634158404555778511') no-repeat right top; 
	padding-right:10px; 
	display:inline-block;
	line-height:24px;
	height:24px;
	font-size:19px;
	color:#FFFFFF;
	font-weight:bold;
}

span.button {
	vertical-align: middle;
}

.button span { 
	background: url('WebResource.axd?d=LWH0_NlwPIsgrfcRYLwUVLLxgJkdQ9bXSFGwdt5rPNFG7aXUq-BrXQe0j67UF2bseYo9togYrzacnWfhd9h_lg2&t=634158404555778511') no-repeat left top; 
	padding-left:10px;
	line-height:24px;
	height:24px;
	display:inline-block;
}

.button span input {
	cursor:pointer;
	font-family: inherit;
	/*font-weight:bold;*/
	background:transparent;
	border:0;
	font-size:11px;
	padding-top: 4px;

	
}

.button:hover {
	background-position:right -34px;
}

.button:hover span {
	background-position:left -34px;
}

.button:active {
  background-position:right -68px;
}

.button:active span {
  background-position:left -68px;
}



/*Style for disabled button*/

.buttonDisable
{
    cursor:pointer;
	text-decoration:none;
	background: url('WebResource.axd?d=LWH0_NlwPIsgrfcRYLwUVLLxgJkdQ9bXSFGwdt5rPNFG7aXUq-BrXQe0j67UF2bseYo9togYrzacnWfhd9h_lg2&t=634158404555778511') no-repeat right top;
	background-position: right -102px; 
	padding-right:10px; 
	display:inline-block;
	line-height:24px;
	height:24px;
	font-size:19px;
	color:#A0A0A0;
	font-weight:bold;
}

span.buttonDisable {
	vertical-align: middle;
}

.buttonDisable span { 
	background: url('WebResource.axd?d=LWH0_NlwPIsgrfcRYLwUVLLxgJkdQ9bXSFGwdt5rPNFG7aXUq-BrXQe0j67UF2bseYo9togYrzacnWfhd9h_lg2&t=634158404555778511') no-repeat left top;
	background-position:left -102px; 
	padding-left:10px;
	line-height:24px;
	height:24px;
	display:inline-block;
}

.buttonDisable span input {
	cursor:pointer;
	font-family: inherit;
	/*font-weight:bold;*/
	background:transparent;
	border:0;
	font-size:11px;
	color:#A0A0A0;
	padding-top: 4px;
	
}