/**
 * DatePicker
 */
input.bankCode{
	width: 3em;
	cursor: pointer;
	height: 25px;
	vertical-align: bottom;
/*	color:transparent;*/
	cursor:pointer;
}
input.bankCode:disabled{
	cursor:default;
}
.bankName{
	padding-left:0.5em;
}
.bankBranchName{
	padding-left:0.5em;
}

input.bankBranchCode{
	width: 3em;
	cursor: pointer;
	height: 25px;
	vertical-align: bottom;
/*	color:transparent;*/
	cursor:pointer;
}
input.bankBranchCode:disabled{
	cursor:default;
}

a.btnBankSearch{
	border-radius:0px;
	padding:0px 5px;
	line-height: 23px;
	font-size:10pt;
}
#dialog_iframe.bankSearch dl.dialog_frame{
	width:100% !important;
	max-width:545px;
	height:100% !important;
	max-height:382px;
	max-height:425px;
}
