.button{
	display:inline-block;
	height:18px;
	padding:0;
	border:1px solid #b1b1b1;
	color:#262626;
	line-height:20px;
	text-align:center;
	margin-right:3px;
	margin-bottom:5px;
	background: rgb(254,255,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(254,255,255,1) 0%, rgba(229,227,226,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(254,255,255,1)), color-stop(100%,rgba(229,227,226,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(254,255,255,1) 0%,rgba(229,227,226,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(254,255,255,1) 0%,rgba(229,227,226,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(254,255,255,1) 0%,rgba(229,227,226,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(254,255,255,1) 0%,rgba(229,227,226,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feffff', endColorstr='#e5e3e2',GradientType=0 ); /* IE6-9 */
}

.button.focus {
	background: linear-gradient(to bottom, rgba(254,255,255,1) 0%,#7b78ffa8 100%);
}
.button.focus span{font-weight:bold}

.button.span{
	display:inline-block;
	padding:0 10px;
	color:#262626;
}
.button.bold{
	font-weight:bold;
	letter-spacing:-1px;
}
.button.red{
	height:22px;
	border:1px solid #ff481b;
	color:#ff481b;
	font-weight:bold;
	letter-spacing:-1px;
	line-height:22px;
}
.button.red span{
	color:#ff481b;
}
.button.bgGray, .button.bgBlue, .button.bgRed{
	height:22px;
	border:none;
	filter:none;
	padding-left:5px;
}
.button.bgGray span,
.button.bgBlue span,
.button.bgRed span {
	background:url(/images/common/bg_button_bgGray.png) right top no-repeat;
	padding:0 10px 0 5px;
	line-height:22px;color:#fff;
	font-weight:bold;
	letter-spacing:-1px;
}
.button.bgGray{
	background:url(/images/common/bg_button_bgGray.png) left top no-repeat;
}
.button.bgGray span{
	background:url(/images/common/bg_button_bgGray.png) right top no-repeat;
}
.button.bgBlue{
	background:url(/images/common/bg_button_bgBlue.png) left top no-repeat;
}
.button.bgBlue span{
	background:url(/images/common/bg_button_bgBlue.png) right top no-repeat;
}
.button.bgRed{
	background:url(/images/common/bg_button_bgRed.png) left top no-repeat;
}
.button.bgRed span{
	background:url(/images/common/bg_button_bgRed.png) right top no-repeat;
}


.cls_btn_txt {
	position:relative; top:1px;
}
.pointer {
	cursor:pointer;
}

/*ºñÈ¸¿ø ¿ä±Ý°áÁ¦ °áÁ¦ÇÏ±â ¹öÆ°-->*/
.button_pay_box {
	padding:13px 20px 7px 20px;
	background-color:#3E2A03;
	border:solid 1px #ccc;
}
.button_pay_txt {
	font-size:16px;
	font-weight:bold;
	letter-spacing:-1px;
	color:#ffffff;
}
.button_pay_txts {
	font-size:11px;
	font-weight:bold;
	letter-spacing:-1px;
	color:#ffffff;
	vertical-align:middle;
}

/*ºñÈ¸¿ø ¿ä±Ý°áÁ¦ È¸¿ø°¡ÀÔ ¹öÆ°-->*/
.button_join_box {
	padding:13px 20px 7px 20px;
	background-color:#ffffff;
	border:solid 1px #ccc;
	margin-right:15px;
}
.button_join_txt {
	font-size:16px;
	font-weight:bold;
	letter-spacing:-1px;
	color:#3E2A03;
}
.button_join_txts {
	font-size:11px;
	font-weight:bold;
	letter-spacing:-1px;
	color:#3E2A03;
	vertical-align:middle;
}



