@charset "UTF-8";

#bcz_footer_area1 {
	padding: 10px 25px 14px 25px;
	margin-left: auto;
	margin-right: auto;
	text-align: right;
}

.bcz_footer_button_size {
	background: linear-gradient(to bottom, #FCFCFC 0%, #D9D9D9 100%);
	border-radius: 6px;
	box-shadow: 0px 2px 1px rgba(4,0,0,.5);
	height: 36px;
	color: #333333;
	font-size: 13pt;
	padding: 3px 16px 0px 16px;
	position: relative;
	margin: 6px 0px 4px 0px;
	white-space: nowrap;
	cursor: pointer;
}

.bcz_footer_button_size:active {
	background: linear-gradient(to bottom, #F2F2F2 0%, #D9D9D9 100%);
	box-shadow: none;
}

.bcz_footer_button_size:disabled {
	background: #BFBFBF;
	border: none;
	box-shadow: none;
	color: #757575;
	cursor: default;
}

.bcz_footer_next_button {
	background: url("../../../app/bcz/img/bczPc053.png") no-repeat ,linear-gradient(to bottom, #FCFCFC 0%, #D9D9D9 100%)!important;
	background-size: 18px 18px, 100% 100% !important;
	background-position: left 16px bottom 7.5px, 0px 0px !important;
	padding: 3px 16px 0px 42px !important;
}

.bcz_footer_next_button:active {
	background: url("../../../app/bcz/img/bczPc053.png") no-repeat ,linear-gradient(to bottom, #FCFCFC 0%, #D9D9D9 100%)!important;
	background-size: 18px 18px, 100% 100% !important;
	background-position: left 16px bottom 7.5px, 0px 0px !important;
	padding: 3px 16px 0px 42px !important;
	box-shadow: none;
}

.bcz_footer_next_button:disabled {
	background: url("../../../app/bcz/img/bczPc053.png") no-repeat ,#BFBFBF !important;
	background-size: 18px 18px, 100% 100% !important;
	background-position: left 16px bottom 7.5px, 0px 0px !important;
}

