@charset "utf-8";
/* CSS Document */

div.btn_cpanel_next a {
	width: 350px;
	height: 30px;
	line-height: 30px;
	display: block;
	text-indent: -9999px;
	background-image: url(../../apply/image/btn_cpanel_next.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}


div.btn_cpanel_next a:hover {
	background-position: 0px -30px;
}

div.btn_cpanel_next a:active {
	background-position: 0px -30px;
}

div.btn_order_new a {
	width: 180px;
	height: 30px;
	line-height: 30px;
	display: block;
	text-indent: -9999px;
	background-image: url(../../image/btn_order_new.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

div.btn_order_new a:hover {
	background-position: 0px -30px;
}

div.btn_order_new a:active {
	background-position: 0px -30px;
}





