/* =image button
/*-------------------------------------------------- */
.image_button {
	background:transparent url(../img/btn/btn_empty.gif) no-repeat;
	cursor:pointer;
	display:block;
	height:21px;
	line-height:21px;
	text-indent:12px;
	width:49px;
}
/* =sidebar square button
/*-------------------------------------------------- */
.btn_sq_bns,
.btn_sq_inquiry,
.btn_sq_mm,
.btn_sq_map,
.btn_sq_reg,
.btn_sq_exrate {
	cursor:pointer;
	display:block;
	float:left;
	height:53px;
	width:115px;
}
.btn_sq_bns {
	background:transparent url(../img/btn/btn_sq_bns.jpg) no-repeat center center;
}
.btn_sq_inquiry {
	background:transparent url(../img/btn/btn_sq_inquiry.jpg) no-repeat center center;
}
.btn_sq_mm {
	background:transparent url(../img/btn/btn_sq_mm.jpg) no-repeat center center;
}
.btn_sq_map {
	background:transparent url(../img/btn/btn_sq_map.jpg) no-repeat center center;
}
.btn_sq_reg {
	background:transparent url(../img/btn/btn_sq_reg.jpg) no-repeat center center;
}
.btn_sq_exrate {
	background:transparent url(../img/btn/btn_sq_exrate.jpg) no-repeat center center;
}
/* =widget more button
/*-------------------------------------------------- */
.btn_more {
	background:transparent url(../img/btn/btn_more.gif);
	cursor:pointer;
	display:block;
	height:11px;
	line-height:11px;
	width:30px;
}

input.form_button {
	background-color:#FFF;
	border:1px solid #999999;
	color:#666;
	font-family:Tahoma,Verdana,Arial,Helvetica,sans-serif;
	font-size:11px;
	height:20px;
	width:auto;
}
/* =listing button
/*-------------------------------------------------- */
a.a_btn {
	display:block;
	float:left;
	height:14px;
	width:14px;
}
a.btn_first {
	background:transparent url(../img/btn/btn_first.gif) no-repeat;
}
a.btn_last {
	background:transparent url(../img/btn/btn_last.gif) no-repeat;
}
a.btn_back {
	background:transparent url(../img/btn/btn_prev.gif) no-repeat;
}
a.btn_next {
	background:transparent url(../img/btn/btn_next.gif) no-repeat;
}
/* =center panel: button panel
/*-------------------------------------------------- */
div.button_panel{height:20px;padding:10px 20px 10px 5px;}
div.button_panel ul.button,div.button_panel input{float:right; margin: 0px 0px 0px 5px;}

div#btnLogin {
	background:transparent url(../img/btn/btn_login.gif) no-repeat;
	display:inline;
	float:right;
	cursor:pointer;
	font-size:9px;
	height:18px;
	line-height:17px;
	margin:-3px 0 0 0;
	padding:0;
	text-align:left;
	text-indent:13px;
	width:43px;
}