
/* .btn1	
{
	width:100px;
	height:28px;
	background:url("../img/button/btn_4.gif") no-repeat;
	color:#FFF;
	border: none;
	font-size: 12px;
	font-weight: bold;
	cursor: pointer;
} */

.btn_2
{
	width:64px;
	height:26px;
	background:url("../img/button/btn_2.jpg") no-repeat;
	color:#FFF;
	border: none; 
	font-size: 12px;
	font-weight: bold;
	cursor: pointer;
}

.btn_4
{
	width:100px;
	height:28px;
	background:url("../img/button/btn_4.gif") no-repeat;
	color:#FFF;
	border: none; 
	font-size: 12px;
	font-weight: bold;
	cursor: pointer;
}
.btn_4_disable
{
	width:100px;
	height:28px;
	background:url("../img/button/btn_4disable.gif") no-repeat;
	color:#DDD;
	border: none; 
	font-size: 12px;
	font-weight: bold;
	cursor: pointer;
}