/* Default button styling - this applies to all anchors with the .button class */
.button {
	float: left;
	display: block;
	font-size: 14px;
	text-decoration: none !important;
	font-family: "宋体" Helvetica, Arial, sans serif;
	padding: 8px 12px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	text-align: center;
}

.button:active {
	box-shadow: inset 0px 0px 3px #999;
	-o-box-shadow: inset 0px 0px 3px #999;
	-webkit-box-shadow: inset 0px 0px 3px #999;
	-moz-box-shadow: inset 0px 0px 3px #999;
}
/* The styles for the grey button */
.btn-grey {
	color: #444;
	border: 1px solid #d0d0d0;
	background-image: -moz-linear-gradient(#ededed, #e1e1e1);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#e1e1e1),
		to(#ededed));
	background-image: -webkit-linear-gradient(#ededed, #e1e1e1);
	background-image: -o-linear-gradient(#ededed, #e1e1e1);
	background-color: #e1e1e1;
}

.btn-grey:hover {
	border: 1px solid #b0b0b0;
	background-image: -moz-linear-gradient(#e1e1e1, #ededed);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ededed),
		to(#e1e1e1));
	background-image: -webkit-linear-gradient(#e1e1e1, #ededed);
	background-image: -o-linear-gradient(#e1e1e1, #ededed);
	background-color: #ededed;
}

.btn-grey:active {
	border: 1px solid #666;
}
/* The styles for the grey button */
.btn-grey-dead {
	color: #444;
	border: 1px solid #d0d0d0;
	background-image: -moz-linear-gradient(#ededed, #e1e1e1);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#e1e1e1),
		to(#ededed));
	background-image: -webkit-linear-gradient(#ededed, #e1e1e1);
	background-image: -o-linear-gradient(#ededed, #e1e1e1);
	background-color: #e1e1e1;
	cursor: default;
}

.btn-grey-dead:hover {
	color: #444;
	border: 1px solid #d0d0d0;
	background-image: -moz-linear-gradient(#ededed, #e1e1e1);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#e1e1e1),
		to(#ededed));
	background-image: -webkit-linear-gradient(#ededed, #e1e1e1);
	background-image: -o-linear-gradient(#ededed, #e1e1e1);
	background-color: #e1e1e1;
	cursor: default;
}

.btn-grey-dead:active {
	color: #444;
	border: 1px solid #d0d0d0;
	background-image: -moz-linear-gradient(#ededed, #e1e1e1);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#e1e1e1),
		to(#ededed));
	background-image: -webkit-linear-gradient(#ededed, #e1e1e1);
	background-image: -o-linear-gradient(#ededed, #e1e1e1);
	background-color: #e1e1e1;
	cursor: default;
}
/* The styles for the red button */
.btn-red {
	color: #fff;
	border: 1px solid #d2322d;
	background-image: -moz-linear-gradient(#d9625e, #df3134);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#d9625e),
		to(#df3134));
	background-image: -webkit-linear-gradient(#d9625e, #df3134);
	background-image: -o-linear-gradient(#d9625e, #df3134);
	background-color: #df3134;
}

.btn-red:hover {
	border: 1px solid #ac2925;
	background-image: -moz-linear-gradient(#d2322d, #d9625e);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#d2322d),
		to(#d9625e));
	background-image: -webkit-linear-gradient(#d2322d, #d9625e);
	background-image: -o-linear-gradient(#d2322d, #d9625e);
	background-color: #d2322d;
}

.btn-red:active {
	border: 1px solid #5c1514;
}
/* The styles for the blue button */
.btn-blue {
	color: #fff;
	border: 1px solid #357ebd;
	background-image: -moz-linear-gradient(#5592c7, #428bca);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#5592c7),
		to(#428bca));
	background-image: -webkit-linear-gradient(#5592c7, #428bca);
	background-image: -o-linear-gradient(#5592c7, #428bca);
	background-color: #428bca;
}

.btn-blue:hover {
	border: 1px solid #285e8e;
	background-image: -moz-linear-gradient(#3276b1, #5592c7);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#3276b1),
		to(#5592c7));
	background-image: -webkit-linear-gradient(#3276b1, #5592c7);
	background-image: -o-linear-gradient(#3276b1, #5592c7);
	background-color: #3276b1;
}

.btn-blue:active {
	border: 1px solid #1a3e5e;
}
/* The styles for the green button */
.btn-green {
	color: #fff;
	border: 1px solid #4cae4c;
	background-image: -moz-linear-gradient(#6eb66e, #5cb85c);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#6eb66e),
		to(#5cb85c));
	background-image: -webkit-linear-gradient(#6eb66e, #5cb85c);
	background-image: -o-linear-gradient(#6eb66e, #5cb85c);
	background-color: #5cb85c;
}

.btn-green:hover {
	border: 1px solid #398439;
	background-image: -moz-linear-gradient(#47a447, #6eb66e);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#47a447),
		to(#6eb66e));
	background-image: -webkit-linear-gradient(#47a447, #6eb66e);
	background-image: -o-linear-gradient(#47a447, #6eb66e);
	background-color: #47a447;
}

.btn-green:active {
	border: 1px solid #204e20;
}
/* The styles for the yellow button */
.btn-yellow {
	color: #fff;
	border: 1px solid #dd6902;
	background-image: -moz-linear-gradient(#f98219, #f77400);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f98219),
		to(#f77400));
	background-image: -webkit-linear-gradient(#f98219, #f77400);
	background-image: -o-linear-gradient(#f98219, #f77400);
	background-color: #f77400;
}

.btn-yellow:hover {
	border: 1px solid #b75905;
	background-image: -moz-linear-gradient(#e77400, #f98219);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#e77400),
		to(#f98219));
	background-image: -webkit-linear-gradient(#e77400, #f98219);
	background-image: -o-linear-gradient(#e77400, #f98219);
	background-color: #e77400;
}

.btn-yellow:active {
	border: 1px solid #7f3e03;
}
/* The styles for the purple button */
.btn-orange {
	color: #fff;
	border: 1px solid #c12f02;
	background-image: -moz-linear-gradient(#fd511d, #ff3e03);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fd511d),
		to(#ff3e03));
	background-image: -webkit-linear-gradient(#fd511d, #ff3e03);
	background-image: -o-linear-gradient(#fd511d, #ff3e03);
	background-color: #ff3e03;
}

.btn-orange:hover {
	border: 1px solid #b62c01;
	background-image: -moz-linear-gradient(#e53904, #fd511d);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#e53904),
		to(#fd511d));
	background-image: -webkit-linear-gradient(#e53904, #fd511d);
	background-image: -o-linear-gradient(#e53904, #fd511d);
	background-color: #e53904;
}

.btn-orange:active {
	border: 1px solid #6e1b01;
}
/* Large Styles */
.btn-large {
	padding: 6px 28px;
}
/* small Styles */
.btn-small {
	padding: 0px 10px;
	font-size: 12px;
}