 /* btn */
 .btnspace{text-decoration: none;}
.btnspace a{ text-decoration: none;}
.btnspace a:hover{ text-decoration: none;  }
  

.btn{
	-moz-box-orient: vertical;
	-moz-user-select: none;
	display: block;
	cursor: pointer;
	line-height: 20px;
	padding: 9px 25px;
	font-size: 14px;
	font-weight: 600;
	margin: 0 auto;
	text-align: center;
	position: relative;
	text-decoration: none;
	text-shadow: 0 1px 1px #fff;
	text-transform:uppercase;
	vertical-align: top;
	color: #e98d00;
	background-color: #f9f9f9;
	background: linear-gradient(#ffffff, #f2f2f2) repeat scroll 0 0 / 100% auto #fff;
	border: 1px solid #d7d7d7;
	border-radius: 3px;
	transition: color 0.2s ease-out 0s;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
	white-space:nowrap;
	text-decoration: none;
}
.btn-a{ 	text-decoration: none;}

	.btn:hover{ color: #e98d00; background: #f2f2f2;}
	.btn:active{box-shadow: 0 1px 2px rgba(0,0,0, 0.15) inset;}

	/* btn-primary */
	.btn-primary		 {color: #fff; text-shadow: 0 -1px 0 #c9d8e2; border-color: #12669d; background-color: #1883c8; background: linear-gradient(#1883c8, #1475b4) repeat scroll 0 0 / 100% auto #1883c8; 	text-decoration: none; width:60%;}
	.btn-primary:hover {color: #fff; background: #1475b4; 	text-decoration: none;}
	.btn-primary:active{}
a.btn-primary { color:#f2f4f5;}
	 a.btn-primary:hover { color:#f2f4f5;}
	 
	/* btn-secondary */
	.btn-secondary		 	{color: #fff; text-shadow: 0 -1px 0 #bcc4cf; border-color: #a2a9b3; background-color: #e3e8f3; background: linear-gradient(#e3e8f3, #d9dfec) repeat scroll 0 0 / 100% auto #e3e8f3; 	text-decoration: none;}
	.btn-secondary:hover {color: #fff; background: #d9dfec; }
	.btn-secondary:active{}
	a.btn-secondary { color:#726983;}
	 a.btn-secondary:hover { color:#726983;}
	
	/* btn-third */
	.btn-third{color: #fff; text-shadow: 0 -1px 0 #88d28c; border-color: #88d28c; background-color: #62ae5d; background: linear-gradient(#62ae5d, #56a251) repeat scroll 0 0 / 100% auto #62ae5d; 	text-decoration: none;}
	.btn-third:hover {color: #fff; background: #56a251; }
	.btn-third:active{}
	 a.btn-third { color:#a4f7c6;}
	 a.btn-third:hover { color:#8af2b4;}
	  
	  
	/* btn-four */
	.btn-four{color: #fff; text-shadow: 0 -1px 0 #5577bf; border-color: #5577bf; background-color: #405e9c; background: linear-gradient(#405e9c, #32508d) repeat scroll 0 0 / 100% auto #405e9c; 	text-decoration: none;}
	.btn-four:hover {color: #fff; background: #32508d; }
	.btn-four:active{}
     a.btn-four { color:#c6d8ff;}
	 a.btn-four:hover { color:#c6d8ff;}

	 
	/* btn-five */
	.btn-five{color: #fff; text-shadow: 0 -1px 0 #25c4f8; border-color: #25c4f8; background-color: #00abed; background: linear-gradient(#00abed, #038bc0) repeat scroll 0 0 / 100% auto #00abed; 	text-decoration: none;}
	.btn-five:hover {color: #fff; background: #038bc0; }
	.btn-five:active{}
     a.btn-five { color:#d6f2fe;}
	 a.btn-five:hover { color:#d6f2fe;}

	 
	/* btn-six */
	.btn-six{color: #fff; text-shadow: 0 -1px 0 #373939; border-color: #373939; background-color: #262829; background: linear-gradient(#262829, #121313) repeat scroll 0 0 / 100% auto #262829; 	text-decoration: none;}
	.btn-six:hover {color: #fff; background: #121313; }
	.btn-six:active{}
     a.btn-six { color:#b0b0b0;}
	 a.btn-six:hover { color:#8af2b4;}	
	
	/* .btn */
	.btn.disabled,
	.btn.disabled:hover,
	.btn.disabled:active{color: #999;border-color: #ccc; background: #ddd;cursor: default; text-shadow: 0 1px 0 #fff; box-shadow: 0 1px 1px rgba(0,0,0,0.05) inset;}

	/* btn-inline	 */
	.btn-inline{display: inline-block;}
	/* btn-large */
	.btn-large{font-size: 16px;padding: 14px 50px;}
	/* btn-small */
	.btn-small{padding: 4px 15px;font-size: 13px;border-radius: 2px;}
	/* btn-mini */
	.btn-mini{padding: 0 15px;font-size: 11px;border-radius: 2px;}

	/* btn-link */
	.btn-link{color: #e98d00;}
	.btn-link:hover{color: #e98d00; text-decoration: underline;}
	/* gray-link */
	.gray-link{color: gray;}
	.gray-link:hover{color: #08c;}
	/* gray-link */
	.blue-link,.blue-link:link{color: #08c; text-decoration: underline;}
	.blue-link:hover{color: #e98d00; }

	/* btn-selected */
	.btn-selected,
	.btn-selected:hover{
		color: #12669d;
		padding: 3px 14px;
		border-width: 2px;
		border-color: #12669d;
		position: relative;
	}
		.btn-selected span.hook{
			display: block;
			width: 22px;
			height: 22px;
			overflow: hidden;
			position: absolute;
			right: -9px;
			bottom: -9px;
			/* background: url(../images/hook.gif) 0 0 no-repeat; */
		}

	/* btn-group */
	.btn-group{ padding-right: 1px;}
	.btn-group .btn{float: left;border-radius: 0; margin-right: -1px;}
	.btn-group .btn-secondary{ position: relative; z-index: 1;}
	.btn-group .btn:first-child{border-radius: 4px 0 0 4px;}
	.btn-group .btn:last-child{border-radius: 0 4px 4px 0;}


