#ButtonTheme {margin-left:0}

#ButtonTheme input{
	float:left;
	color:#ffffff;
	background: #bfd255;
	background: -moz-linear-gradient(top,  #bfd255 0%, #8eb92a 50%, #72aa00 51%, #9ecb2d 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bfd255), color-stop(50%,#8eb92a), color-stop(51%,#72aa00), color-stop(100%,#9ecb2d));
	background: -webkit-linear-gradient(top,  #bfd255 0%,#8eb92a 50%,#72aa00 51%,#9ecb2d 100%);
	background: -o-linear-gradient(top,  #bfd255 0%,#8eb92a 50%,#72aa00 51%,#9ecb2d 100%);
	background: -ms-linear-gradient(top,  #bfd255 0%,#8eb92a 50%,#72aa00 51%,#9ecb2d 100%);
	background: linear-gradient(to bottom,  #bfd255 0%,#8eb92a 50%,#72aa00 51%,#9ecb2d 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bfd255', endColorstr='#9ecb2d',GradientType=0 );
	padding:6px;
	text-transform:uppercase;
	border:3px solid #f2f2f2;
	cursor:pointer;
	font-size:18px;
	box-shadow:0px 0px 6px #DBDBDB;
}

#ButtonTheme input:hover{
	float:left;
	color:#ffffff;
	background: #bfd255;
	background: -moz-linear-gradient(top,  #bfd255 0%, #8eb92a 34%, #72aa00 62%, #9ecb2d 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bfd255), color-stop(34%,#8eb92a), color-stop(62%,#72aa00), color-stop(100%,#9ecb2d));
	background: -webkit-linear-gradient(top,  #bfd255 0%,#8eb92a 34%,#72aa00 62%,#9ecb2d 100%);
	background: -o-linear-gradient(top,  #bfd255 0%,#8eb92a 34%,#72aa00 62%,#9ecb2d 100%);
	background: -ms-linear-gradient(top,  #bfd255 0%,#8eb92a 34%,#72aa00 62%,#9ecb2d 100%);
	background: linear-gradient(to bottom,  #bfd255 0%,#8eb92a 34%,#72aa00 62%,#9ecb2d 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bfd255', endColorstr='#9ecb2d',GradientType=0 );
	-pie-background: linear-gradient(#66ff66, #336633);
	padding:6px;
	text-transform:uppercase;
	border:3px solid #f2f2f2;
	cursor:pointer;
	font-size:18px
}

#ButtonTheme input.disabled, #ButtonTheme input.disabled:hover, #ButtonTheme input:disabled, #ButtonTheme input:disabled:hover{
	float:left;
	color:#ffffff;
	background:#d5d5d5 !important;
	padding:6px;
	text-transform:uppercase;
	border:3px solid #fff;
	cursor:default;
	font-size:18px;
	display:block;
	cursor:ponter;
}
	
#ButtonTheme #Cancel{
	float:left; margin-left:10px;
	color:#ffffff;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#ff9900), to(#cc6633));
	background: -webkit-linear-gradient(#ff9900, #cc6633);
	background: -moz-linear-gradient(#ff9900, #cc6633);
	background: -ms-linear-gradient(#ff9900, #cc6633);
	background: -o-linear-gradient(#ff9900, #cc6633);
	background: linear-gradient(#ff9900, #cc6633);
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
	-pie-background: linear-gradient(#ff9900, #cc6633);
	padding:6px;
	text-transform:uppercase;
	border:3px solid #f2f2f2;
	cursor:pointer;
	box-shadow:0px 0px 6px #DBDBDB;
}

#ButtonTheme #Cancel:hover{
	color:#ffffff;
	background: #ffa84c; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffa84c 0%, #ff7b0d 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #ffa84c 0%,#ff7b0d 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #ffa84c 0%,#ff7b0d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa84c', endColorstr='#ff7b0d',GradientType=0 ); /* IE6-9 */
	padding:6px;
	text-transform:uppercase;
	border:3px solid #f2f2f2;
	cursor:pointer
}