/* 기본 버튼 디자인 */
.btnNormal, .btnStrong, .btnSubmit, .btnCancel, .btnCancle, .btnEmpty{
	display:inline-block; margin:0; 
	cursor:pointer; vertical-align:middle; font-size:12px; font-weight:normal; border:0; text-align: center;
	border-radius:2px;
	-moz-box-sizing:border-box; box-sizing:border-box;
}

.btnNormal { color:#555; border:1px solid #aaa; background:#fff; }
.btnStrong { color:#fff; border:1px solid #777; background:#777; }
.btnSubmit { color:#fff !important;; border:1px solid #555; background:#555; }
.btnCancel { color:#fff; border:1px solid #999; background:#999; }
.btnCancle { color:#fff; border:1px solid #999; background:#999; }
.btnEmpty { color:#fff; border:1px solid #c4b2a8; background:#c4b2a8; }

.btn_45_24{ width: 45px; height: 24px; line-height: 22px;}
.btn_60_24{ width: 60px; height: 24px; line-height: 22px;}
.btn_70_24{ width: 70px; height: 24px; line-height: 22px;}
.btn_80_24{ width: 80px; height: 24px; line-height: 22px;}
.btn_85_24{ width: 85px; height: 24px; line-height: 22px;}
.btn_90_24{ width: 90px; height: 24px; line-height: 22px;}
.btn_100_24{ width: 100px; height: 24px; line-height: 22px;}
.btn_130_24{ width: 130px; height: 24px; line-height: 22px;}
.btn_140_24{ width: 140px; height: 24px; line-height: 22px;}
.btn_160_24{ width: 160px; height: 24px; line-height: 22px;}

.btn_50_26{ width: 50px; height: 26px; line-height: 24px;}

.btn_70_30{ width: 70px; height: 30px; line-height: 28px;}
.btn_100_30{ width: 100px; height: 30px; line-height: 28px;}
.btn_120_30{ width: 120px; height: 30px; line-height: 28px;}

.btn_100_40{ width: 100px; height: 40px; line-height: 38px;}
.btn_140_40{ width: 140px; height: 40px; line-height: 38px;}
.btn_170_40{ width: 170px; height: 40px; line-height: 38px;}

.btn_80_50{ width: 80px; height: 50px; line-height: 48px;}
.btn_215_50{ width: 215px; height: 50px; line-height: 48px; font-size:17px}

.btn_80_70{ width: 80px; height: 70px; line-height: 68px;}