@charset "utf-8";
.btn {
	background-color: #F5F5F5;
	background-image: linear-gradient(to bottom, #FFFFFF, #E6E6E6);
	background-repeat: repeat-x;
	border-color: #CCCCCC #CCCCCC #B3B3B3;
	border-image: none;
	border-radius: 4px 4px 4px 4px;
	border-style: solid;
	border-width: 1px;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
	color: #333333;
	cursor: pointer;
	display: inline-block;
	font-size: 13px;
	line-height: 18px;
	margin-bottom: 0;
	padding: 4px 10px;
	text-align: center;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	vertical-align: middle;
}
.btn:hover, .btn:active, .btn.active, .btn.disabled, .btn[disabled] {
	background-color: #E6E6E6;
}
.btn:active, .btn.active {
}
.btn:first-child {
}
.btn:hover {
	background-color: #E6E6E6;
	background-position: 0 -15px;
	color: #333333;
	text-decoration: none;
	transition: background-position 0.1s linear 0s;
}
.btn:focus {
	outline: 0 none;
}
.btn.active, .btn:active {
	background-color: #E6E6E6;
	background-image: none;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
	outline: 0 none;
}
.btn.disabled, .btn[disabled] {
	background-color: #E6E6E6;
	background-image: none;
	box-shadow: none;
	cursor: default;
	opacity: 0.65;
}
.btn_large {
	border-radius: 5px 5px 5px 5px;
	font-size: 15px;
	line-height: normal;
	padding: 9px 14px;
}
.btn_large [class^="icon-"] {
	margin-top: 1px;
}
.btn_small {
	font-size: 11px;
	line-height: 16px;
	padding: 5px 9px;
}
.btn_small [class^="icon-"] {
	margin-top: -1px;
}
.btn_mini {
	font-size: 11px;
	line-height: 14px;
	padding: 2px 6px;
}
.btn_blue, .btn_blue:hover, .btn_yellow, .btn_yellow:hover, .btn_red, .btn_red:hover, .btn_green, .btn_green:hover, .btn_info, .btn_info:hover, .btn_black, .btn_black:hover {
	color: #FFFFFF;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.btn_blue.active, .btn_yellow.active, .btn_red.active, .btn_green.active, .btn_info.active, .btn_black.active {
	color: rgba(255, 255, 255, 0.75);
}
.btn_blue {
	background-color: #0074CC;
	background-image: linear-gradient(to bottom, #0088CC, #0055CC);
	background-repeat: repeat-x;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.btn_blue:hover, .btn_blue:active, .btn_blue.active, .btn_blue.disabled, .btn_blue[disabled] {
	background-color: #0055CC;
}
.btn_blue:active, .btn_blue.active {
}
.btn_yellow {
	background-color: #FAA732;
	background-image: linear-gradient(to bottom, #FBB450, #F89406);
	background-repeat: repeat-x;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.btn_yellow:hover, .btn_yellow:active, .btn_yellow.active, .btn_yellow.disabled, .btn_yellow[disabled] {
	background-color: #F89406;
}
.btn_yellow:active, .btn_yellow.active {
}
.btn_red {
	background-color: #DA4F49;
	background-image: linear-gradient(to bottom, #EE5F5B, #BD362F);
	background-repeat: repeat-x;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.btn_red:hover, .btn_red:active, .btn_red.active, .btn_red.disabled, .btn_red[disabled] {
	background-color: #BD362F;
}
.btn_red:active, .btn_red.active {
}
.btn_green {
	background-color: #659A22;
	background-image: linear-gradient(to bottom, #9AC92C, #659A22);
	background-repeat: repeat-x;
	border-color: rgba(255, 255, 255, 0.15) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	text-shadow: 1px 1px #659A22 !important;
}
.btn_green:hover, .btn_green:active, .btn_green.active, .btn_green.disabled, .btn_green[disabled] {
	background-color: #659A22;
}
.btn_green:active, .btn_green.active {
}
.btn_info {
	background-color: #49AFCD;
	background-image: linear-gradient(to bottom, #5BC0DE, #2F96B4);
	background-repeat: repeat-x;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.btn_info:hover, .btn_info:active, .btn_info.active, .btn_info.disabled, .btn_info[disabled] {
	background-color: #2F96B4;
}
.btn_info:active, .btn_info.active {
}
.btn_black {
	background-color: #414141;
	background-image: linear-gradient(to bottom, #555555, #222222);
	background-repeat: repeat-x;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.btn_black:hover, .btn_black:active, .btn_black.active, .btn_black.disabled, .btn_black[disabled] {
	background-color: #222222;
}
.btn_black:active, .btn_black.active {
}