
.btn {
	float: left;
	clear: both;
	font-size: 12px;
	background: url(btn_left.png) no-repeat;
	padding: 0 0 0 8px;
	margin: 5px 0;
}
.btn a{
	float: left;
	height: 30px;
	background: url(btn_stretch.png) repeat-x left top;
	line-height: 30px;
	padding: 0 10px;
	color: #fff;
	font-size: 1em;
	text-decoration: none;
	width: 130px;
}
.btn span {
	background: url(btn_right.png) no-repeat;
	float: left;
	width: 8px;
	height: 30px;
}
.btn1 {
	float: left;
	clear: both;
	font-size: 10px;
	background: url(btn_left.png) no-repeat;
	padding: 0 0 0 8px;
	margin: 5px 0;
}
.btn1 a{
	float: left;
	height: 30px;
	background: url(btn_stretch.png) repeat-x left top;
	line-height: 30px;
	padding: 0 10px;
	color: #fff;
	font-size: 1em;
	text-decoration: none;
	width: 110px;
}
.btn1 span {
	background: url(btn_right.png) no-repeat;
	float: left;
	width: 8px;
	height: 30px;
}
.btn2 {
	float: left;
	clear: both;
	background: url(btn_left.png) no-repeat;
	padding: 0 0 0 8px;
	margin: 5px 0;
}
.btn2 a{
	float: left;
	height: 30px;
	background: url(btn_stretch.png) repeat-x left top;
	line-height: 30px;
	padding: 0 10px;
	color: #fff;
	font-size: 1em;
	text-decoration: none;
	width: 130px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.btn2 span {
	background: url(btn_right.png) no-repeat;
	float: left;
	width: 8px;
	height: 30px;
}
.btn3 {
	float: left;
	clear: both;
}
.btn3 a{
	float: left;
	height: 30px;
	background: url(btn_stretch.png) repeat-x left top;
	line-height: 30px;
	padding: 0 5px;
	color: #fff;
	font-size: 1em;
	text-decoration: none;
	width: 10px;
}

.btn4 {
	float: left;
	clear: both;
	background: url(btn_left.png) no-repeat;
	padding: 0 0 0 8px;
	margin: 5px 0;
}
.btn4 a{
	float: left;
	height: 20px;
	background: url(btn_stretch.png) repeat-x left top;
	line-height: 20px;
	padding: 0 10px;
	color: #fff;
	font-size: 10px;
	text-decoration: none;
	width: 65px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.btn4 span {
	background: url(btn_right.png) no-repeat;
	float: left;
	width: 8px;
	height: 20px;
}

.btn5 {
	float: left;
	clear: both;
	background: url(btn_left.png) no-repeat;
	padding: 0 0 0 8px;
	margin: 5px 0;
}
.btn5 a{
	float: left;
	height: 30px;
	background: url(btn_stretch.png) repeat-x left top;
	line-height: 30px;
	padding: 0 10px;
	color: #fff;
	font-size: 1em;
	text-decoration: none;
	width: 70px;
}
.btn5 span {
	background: url(btn_right.png) no-repeat;
	float: left;
	width: 8px;
	height: 30px;
}


.btn_normal { background-color:#B80F1C;}
.btn_lite { background-color:#FF8479}
.clear {
}

.btnnew {
  background: #B80F1C;
  background-image: -webkit-linear-gradient(top, #B80F1C, #5c070e);
  background-image: -moz-linear-gradient(top, #B80F1C, #5c070e);
  background-image: -ms-linear-gradient(top, #B80F1C, #5c070e);
  background-image: -o-linear-gradient(top, #B80F1C, #5c070e);
  background-image: linear-gradient(to bottom, #B80F1C, #5c070e);
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  font-family: Arial;
  color: #ffffff;
  font-size: 20px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}

.btnnew:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}
