@CHARSET "UTF-8";

.btn_group{overflow:hidden; zoom:1; width:90%; margin:10px auto;}

.btn_group .btns{float:right; margin-left:5px;}

.btns{
	display:inline-block;
	background-image:url("../img/btns.png");
	background-repeat:no-repeat;
	height:29px;
	text-decoration:none;
	border:none;
	border: 0;
	padding:0px;
}
.btns:hover{
	background-image:url("../img/btns.png");
	background-repeat:no-repeat;				
	height:29px;
}

.red_btn{background-position:left top;}
.black_btn{background-position:left -58px;}
.gray_btn{background-position:left -116px;}
.white_btn{background-position:left -174px;}

.btns_sub{
	display:block;
	background-image:url("../img/btns.png");
	background-repeat:no-repeat;
	height:29px;			
	padding-right:20px;
	padding-left:20px;
	text-align:center;
	line-height:30px;
	color:#fff;
	font-size:12px;
}
.btns_sub:hover{
	background-image:url("../img/btns.png");
	background-repeat:no-repeat;
	height:29px;
}


button {border:0 none;padding:0;margin:0;background:transparent;*overflow:visible;cursor:pointer;}
button::-moz-focus-inner {border:0;padding:0;} 

button .btns_sub{line-height:29px;}

.red_btn .btns_sub{background-position:right -29px;}
.black_btn .btns_sub{background-position:right -87px;}
.gray_btn .btns_sub{background-position:right -145px;}
.white_btn .btns_sub{background-position:right -203px; color:#0091CA}
.center_btn{text-align:center;}

.none_btn_page{margin-top:22px;}