.button{
	color:#ffffff;
	border: none;	
	background-color: #79be1e;
	padding: 10px 20px 10px 20px;
	font-size: 18px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;

background: rgb(157,213,58);
background: -moz-linear-gradient(top,  rgba(157,213,58,1) 0%, rgba(161,213,79,1) 39%, rgba(128,194,23,1) 64%, rgba(124,188,10,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(157,213,58,1)), color-stop(39%,rgba(161,213,79,1)), color-stop(64%,rgba(128,194,23,1)), color-stop(100%,rgba(124,188,10,1)));
background: -webkit-linear-gradient(top,  rgba(157,213,58,1) 0%,rgba(161,213,79,1) 39%,rgba(128,194,23,1) 64%,rgba(124,188,10,1) 100%);
background: -o-linear-gradient(top,  rgba(157,213,58,1) 0%,rgba(161,213,79,1) 39%,rgba(128,194,23,1) 64%,rgba(124,188,10,1) 100%);
background: -ms-linear-gradient(top,  rgba(157,213,58,1) 0%,rgba(161,213,79,1) 39%,rgba(128,194,23,1) 64%,rgba(124,188,10,1) 100%);
background: linear-gradient(to bottom,  rgba(157,213,58,1) 0%,rgba(161,213,79,1) 39%,rgba(128,194,23,1) 64%,rgba(124,188,10,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9dd53a', endColorstr='#7cbc0a',GradientType=0 );

}

.button:hover{
cursor: pointer;

background: rgb(124,188,10);
background: -moz-linear-gradient(top,  rgba(124,188,10,1) 0%, rgba(128,194,23,1) 36%, rgba(161,213,79,1) 61%, rgba(157,213,58,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(124,188,10,1)), color-stop(36%,rgba(128,194,23,1)), color-stop(61%,rgba(161,213,79,1)), color-stop(100%,rgba(157,213,58,1)));
background: -webkit-linear-gradient(top,  rgba(124,188,10,1) 0%,rgba(128,194,23,1) 36%,rgba(161,213,79,1) 61%,rgba(157,213,58,1) 100%);
background: -o-linear-gradient(top,  rgba(124,188,10,1) 0%,rgba(128,194,23,1) 36%,rgba(161,213,79,1) 61%,rgba(157,213,58,1) 100%);
background: -ms-linear-gradient(top,  rgba(124,188,10,1) 0%,rgba(128,194,23,1) 36%,rgba(161,213,79,1) 61%,rgba(157,213,58,1) 100%);
background: linear-gradient(to bottom,  rgba(124,188,10,1) 0%,rgba(128,194,23,1) 36%,rgba(161,213,79,1) 61%,rgba(157,213,58,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7cbc0a', endColorstr='#9dd53a',GradientType=0 );
}


.button:disabled{
cursor: default;
background: rgb(0,0,0);
background: -moz-linear-gradient(top,  rgba(0,0,0,1) 0%, rgba(81,87,91,1) 0%, rgba(207,211,201,1) 99%);
background: -webkit-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(81,87,91,1) 0%,rgba(207,211,201,1) 99%);
background: linear-gradient(to bottom,  rgba(0,0,0,1) 0%,rgba(81,87,91,1) 0%,rgba(207,211,201,1) 99%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#cfd3c9',GradientType=0 );
}



.button2{
	color:#ffffff;
	border: none;	
	background-color: #79be1e;
	padding: 4px 15px 4px 15px;
	font-size: 18px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;

background: rgb(157,213,58);
background: -moz-linear-gradient(top,  rgba(157,213,58,1) 0%, rgba(161,213,79,1) 39%, rgba(128,194,23,1) 64%, rgba(124,188,10,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(157,213,58,1)), color-stop(39%,rgba(161,213,79,1)), color-stop(64%,rgba(128,194,23,1)), color-stop(100%,rgba(124,188,10,1)));
background: -webkit-linear-gradient(top,  rgba(157,213,58,1) 0%,rgba(161,213,79,1) 39%,rgba(128,194,23,1) 64%,rgba(124,188,10,1) 100%);
background: -o-linear-gradient(top,  rgba(157,213,58,1) 0%,rgba(161,213,79,1) 39%,rgba(128,194,23,1) 64%,rgba(124,188,10,1) 100%);
background: -ms-linear-gradient(top,  rgba(157,213,58,1) 0%,rgba(161,213,79,1) 39%,rgba(128,194,23,1) 64%,rgba(124,188,10,1) 100%);
background: linear-gradient(to bottom,  rgba(157,213,58,1) 0%,rgba(161,213,79,1) 39%,rgba(128,194,23,1) 64%,rgba(124,188,10,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9dd53a', endColorstr='#7cbc0a',GradientType=0 );
}

.button2dis{
	color:#ffffff;
	border: none;	
	padding: 4px 15px 4px 15px;
	font-size: 18px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;

background: #dddddd;
background: -moz-linear-gradient(top,  #dddddd 0%, #9b9b9b 64%, #707070 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dddddd), color-stop(64%,#9b9b9b), color-stop(100%,#707070));
background: -webkit-linear-gradient(top,  #dddddd 0%,#9b9b9b 64%,#707070 100%);
background: -o-linear-gradient(top,  #dddddd 0%,#9b9b9b 64%,#707070 100%);
background: -ms-linear-gradient(top,  #dddddd 0%,#9b9b9b 64%,#707070 100%);
background: linear-gradient(to bottom,  #dddddd 0%,#9b9b9b 64%,#707070 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dddddd', endColorstr='#707070',GradientType=0 );

}

.button2:hover{
cursor: pointer;
background: rgb(124,188,10);
background: -moz-linear-gradient(top,  rgba(124,188,10,1) 0%, rgba(128,194,23,1) 36%, rgba(161,213,79,1) 61%, rgba(157,213,58,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(124,188,10,1)), color-stop(36%,rgba(128,194,23,1)), color-stop(61%,rgba(161,213,79,1)), color-stop(100%,rgba(157,213,58,1)));
background: -webkit-linear-gradient(top,  rgba(124,188,10,1) 0%,rgba(128,194,23,1) 36%,rgba(161,213,79,1) 61%,rgba(157,213,58,1) 100%);
background: -o-linear-gradient(top,  rgba(124,188,10,1) 0%,rgba(128,194,23,1) 36%,rgba(161,213,79,1) 61%,rgba(157,213,58,1) 100%);
background: -ms-linear-gradient(top,  rgba(124,188,10,1) 0%,rgba(128,194,23,1) 36%,rgba(161,213,79,1) 61%,rgba(157,213,58,1) 100%);
background: linear-gradient(to bottom,  rgba(124,188,10,1) 0%,rgba(128,194,23,1) 36%,rgba(161,213,79,1) 61%,rgba(157,213,58,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7cbc0a', endColorstr='#9dd53a',GradientType=0 );

}
.button2:disabled{
	background-color:#dddddd;
	padding: 4px 15px 4px 15px;
	border: none;
	font-size: 18px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background-image:url('img/button_bg.png'), url('img/button_bg.png'), -moz-radial-gradient(center bottom, circle, rgba(183,229,45,1) 0,rgba(183,229,45,0) 100px),-moz-linear-gradient(#90de31, #7fc01e);
	background-image:url('img/button_bg.png'), url('img/button_bg.png'), -webkit-gradient(radial, 50% 100%, 0, 50% 100%, 100, from(rgba(183,229,45,1)), to(rgba(183,229,45,0))),-webkit-gradient(linear, 0% 0%, 0% 100%, from(#90de31), to(#7fc01e));
}

.buyitem {
color:#ffffff;
border: none;
padding: 4px 15px 4px 15px;
font-size: 18px;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
width: 105px;
height: 40px;

background: rgb(180,227,145);
background: -moz-linear-gradient(-45deg,  rgba(180,227,145,1) 0%, rgba(97,196,25,1) 50%, rgba(180,227,145,1) 100%);
background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(180,227,145,1)), color-stop(50%,rgba(97,196,25,1)), color-stop(100%,rgba(180,227,145,1)));
background: -webkit-linear-gradient(-45deg,  rgba(180,227,145,1) 0%,rgba(97,196,25,1) 50%,rgba(180,227,145,1) 100%);
background: -o-linear-gradient(-45deg,  rgba(180,227,145,1) 0%,rgba(97,196,25,1) 50%,rgba(180,227,145,1) 100%);
background: -ms-linear-gradient(-45deg,  rgba(180,227,145,1) 0%,rgba(97,196,25,1) 50%,rgba(180,227,145,1) 100%);
background: linear-gradient(135deg,  rgba(180,227,145,1) 0%,rgba(97,196,25,1) 50%,rgba(180,227,145,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b4e391', endColorstr='#b4e391',GradientType=1 );
}

.buyitem:hover {
cursor: pointer;

background: rgb(180,227,145);
background: -moz-linear-gradient(45deg,  rgba(180,227,145,1) 0%, rgba(97,196,25,1) 50%, rgba(180,227,145,1) 100%);
background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,rgba(180,227,145,1)), color-stop(50%,rgba(97,196,25,1)), color-stop(100%,rgba(180,227,145,1)));
background: -webkit-linear-gradient(45deg,  rgba(180,227,145,1) 0%,rgba(97,196,25,1) 50%,rgba(180,227,145,1) 100%);
background: -o-linear-gradient(45deg,  rgba(180,227,145,1) 0%,rgba(97,196,25,1) 50%,rgba(180,227,145,1) 100%);
background: -ms-linear-gradient(45deg,  rgba(180,227,145,1) 0%,rgba(97,196,25,1) 50%,rgba(180,227,145,1) 100%);
background: linear-gradient(45deg,  rgba(180,227,145,1) 0%,rgba(97,196,25,1) 50%,rgba(180,227,145,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b4e391', endColorstr='#b4e391',GradientType=1 );

}


.buyitemdis {
color:#ffffff;
border: none;
padding: 4px 15px 4px 15px;
font-size: 18px;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
width: 105px;
height: 40px;


background: #dddddd;
background: -moz-linear-gradient(top,  #dddddd 0%, #9b9b9b 64%, #707070 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dddddd), color-stop(64%,#9b9b9b), color-stop(100%,#707070));
background: -webkit-linear-gradient(top,  #dddddd 0%,#9b9b9b 64%,#707070 100%);
background: -o-linear-gradient(top,  #dddddd 0%,#9b9b9b 64%,#707070 100%);
background: -ms-linear-gradient(top,  #dddddd 0%,#9b9b9b 64%,#707070 100%);
background: linear-gradient(to bottom,  #dddddd 0%,#9b9b9b 64%,#707070 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dddddd', endColorstr='#707070',GradientType=0 );
}