body {
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-family: "Arial", "Verdana", "sans-serif";
	background-color: #FFFFFF;
}

table {
	-moz-border-radius-topleft: 2px; 
	-webkit-border-top-left-radius: 2px; 
	-khtml-border-top-left-radius: 2px; 
	border-top-left-radius: 2px;
	-moz-border-radius-topright: 2px;
	-webkit-border-top-right-radius: 2px; 
	-khtml-border-top-right-radius: 2px; 
	border-top-right-radius: 2px;
	-moz-border-radius-bottomleft: 2px; 
	-webkit-border-bottom-left-radius: 2px; 
	-khtml-border-bottom-left-radius: 2px; 
	border-bottom-left-radius: 2px;
	-moz-border-radius-bottomright: 2px; 
	-webkit-border-bottom-right-radius: 2px; 
	-khtml-border-bottom-right-radius: 2px; 
	border-bottom-right-radius: 2px;
}

.fixed-select
{
	max-width: 600px;
}

/* for M421,模拟disabled状态的Select标签 by liling 20190513*/
.disabledSelect { 
/*background-image: url("../../images_328BeB/button_diabled_pull_down.png");
background-repeat: no-repeat;
background-position: right center;
background-color: #eeeeee;
background-size: auto 22px;*/
border: solid 1px #7F9DB9;
display: inline-block;
padding-top: 3px;
width: 36.5px;
height: 16px;
background:#EEEEEE;
padding-left: 4px;
text-align: left !important;
} 
#container {
	margin: auto;
	height: auto;
	width: 1000px;
	background-color: #FFFFFF;
}

#wrapper {
	background: url("../../images_328BeB/contentbg.png") repeat-x;
}

#banner {
	position: relative;
	float: right;
	width: 789px;
	height: 90px;
	/*background: url("../../images_328BeB/bannerbg.jpg") top left no-repeat;*/
}

#banner_time {
	position: relative;
	float: right;
	margin-right: 10px;
	line-height: 25px;
	height: 25px;
	font-family: Arial;
	font-size: 12px;
	vertical-align: middle;
	color: #D70060;
	display: inline;
}

#banner_time a {
	text-decoration: none;
	line-height: 25px;
	font-size: 14px;
	font: Heiti TC;
	color: #D70060;
}

#banner_logo {
	float: left;
	margin: 13px 35px 15px 20px;
	padding: 0;
	height: 41px;
	width: 160px;
	background: url("../../images_328BeB/logo.jpg") no-repeat !important;
	display: inline;
}

#banner_btn_panel {
	float: right;
	margin: 30px 10px 0 0;
	display: inline;
}

#banner_btn_panel #quickButton {
	float: right;
	margin-right: 10px;
	display: inline;
}

#banner_btn_panel #printButtton {
	float: left;
	margin: 0 1px 0 1px;
	width: 20px;
	height: 20px;
	cursor: pointer;
	background: url("../../images_328BeB/button_print.png") top left no-repeat;
}

#banner_btn_panel #printButtton:hover {
	background: url("../../images_328BeB/button_print.png") bottom left no-repeat;
}

#banner_btn_panel #helpButton1 {
	float: left;
	margin: 0 1px 0 1px;
	width: 20px;
	height: 20px;
	cursor: pointer;
	background: url("../../images_328BeB/button_help.png") top left no-repeat;
}

#banner_btn_panel #helpButton1:hover {
	background: url("../../images_328BeB/button_help.png") bottom left no-repeat;
}

.tipButton_gray{
	margin: 0 1px 0 1px;
	float:left;
	width: 15px;
	height: 15px;
	cursor: pointer;
	background: url("../../images_328BeB/tipButton_questionmark.gif") top left  no-repeat;
}
.tipButton_red{
	margin: 0 1px 0 1px;
	float:left;
	width: 15px;
	height: 15px;
	cursor: pointer;
	background: url("../../images_328BeB/tipButton_questionmark_red.png") center center  no-repeat;
}

.bubble-box{
	display:none;
	position: absolute;
	width: 300px;
	height: 100px;
	border: 1px solid #919396;
	background: white;
	filter:alpha(Opacity=95);
	-moz-opacity:0.95;
	opacity: 0.95;
}
.bubble-box div{
	font-family: Verdana,Arial,sans-serif;
    font-size: 1.1em;
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    overflow: auto;
    padding: 0.5em 1em;
}

.bubble-box span{
	position: absolute;
	border-width: 15px;
	font-size: 0px;
	line-height: 0;
}

.bubble-box em{
	position: absolute;
	border-width: 15px;
	font-size: 0;
	line-height: 0;
}
.bubble-box .span_right{
	left: -30px;
	border-style: dashed solid dashed dashed;
	border-color: transparent #919396 transparent transparent;
}

.bubble-box .em_right{
	left: -29px;
	border-style: dashed solid dashed dashed;
	border-color: transparent white transparent transparent;
}
.bubble-box .span_top{
	bottom: -30px;
	border-style: solid dashed dashed;
	border-color: #919396 transparent transparent;
}

.bubble-box .em_top{
	bottom: -29px;
	border-style: solid dashed dashed;
	border-color: white transparent transparent;
}

#banner_btn_panel #helpButton2 {
	float: left;
	margin: 0 1px 0 1px;
	width: 22px;
	height: 22px;
	cursor: pointer;
	background: url("../../images_328BeB/button_help.png");
}

#banner_btn_panel #helpButton2:hover {
	background: url("../../images_328BeB/button_help_2.png");
}

#banner_btn_panel .addShortcut {
	float: left;
	margin: 0 1px 0 1px;
	height: 22px;
	width: 22px;
	cursor: pointer;
	background: url("../../images_328BeB/button_shortcut_add.png");
}

#banner_btn_panel .addShortcut:hover {
	background: url("../../images_328BeB/button_shortcut_add_2.png");
}

#banner_btn_panel .removeShortcut {
	float: left;
	margin: 0 1px 0 1px;
	height: 22px;
	width: 22px;
	cursor: pointer;
	background: url("../../images_328BeB/button_shortcut_remove.png");
}

#banner_btn_panel .removeShortcut:hover {
	background: url("../../images_328BeB/button_shortcut_remove_2.png");
}

#top_line {
	position: relative;
	margin: 56px 0 0 0;
	height: 3px;
	width: 782px;
	background-color: #D70060;
}

#login_top_line {
	position: relative;
	margin: -15px 0 0 25px;
	height: 3px;
	width: 968px;
	background-color: #D70060;
}

.logout {
	float: right;
	display: inline;
}

#navigator {
	float: left;
	margin: 0;
	padding: 0;
	height: 43px;
	width: 782px;
	font-weight: bolder;
	font-size: 15px;
	line-height: 16px;
	color: white;
	background-color: #637786;
	display: inline;
}

.firstmenu {
	float: left;
	text-align: center;
	vertical-align: middle;
}

.firstmenu a {
	color: #FFFFFF;
	text-decoration: none;
	cursor: pointer;
}

.firstmenuover a {
	color: #FFFFFF;
	text-decoration: none;
	cursor: pointer;
}

.firstmenuselected a {
	color: #FFFFFF;
	text-decoration: none;
	cursor: pointer;
}

.firstmenu .firstmenuleft {
	float: left;
	width: 6px;
	height: 43px;
	display: inline;
}

.firstmenu .firstmenumiddle {
	float: left;
	padding: 6px 4px;
	height: 37px;
	text-align: center;
	min-width: 60px;
	max-width: 90px;
	_width: expression(this . clientWidth >   90 ?   "90px" :   "90px");
	display: inline;
}

.firstmenu .firstmenumiddle span {
	display: block;
}

.firstmenu .firstmenuright {
	float: left;
	width: 6px;
	height: 43px;
	display: inline;
}

.firstmenuselected {
	float: left;
	text-align: center;
	vertical-align: middle;
}

.firstmenuselected .firstmenuleft {
	float: left;
	width: 6px;
	height: 43px;
	background: url("../../images_328BeB/first_menu_left_selected.jpg") no-repeat;
	display: inline;
}

.firstmenuselected .firstmenumiddle {
	float: left;
	padding: 6px 4px;
	height: 31px;
	text-align: center;
	min-width: 60px;
	max-width: 90px;
	_width: expression(this . clientWidth >   90 ?   "90px" :   "90px");
	/*background: url("../../images_328BeB/first_menu_middle_selected.jpg") repeat-x;*/
	background-color: #415362;
	display: inline;
}

.firstmenuselected .firstmenumiddle span {
	display: block;
}

.firstmenuselected .firstmenuright {
	float: left;
	width: 6px;
	height: 43px;
	background: url("../../images_328BeB/first_menu_right_selected.jpg") no-repeat;
	display: inline;
}

.firstmenuover {
	float: left;
	text-align: center;
	vertical-align: middle;
}

.firstmenuover .firstmenuleft {
	float: left;
	width: 6px;
	height: 43px;
	background: #4f6271;
	display: inline;
}

.firstmenuover .firstmenumiddle {
	float: left;
	padding: 6px 4px;
	height: 31px;
	text-align: center;
	min-width: 60px;
	max-width: 90px;
	_width: expression(this . clientWidth >   90 ?   "90px" :   "90px");
	background: #4f6271;
	text-decoration: none;
	color: #FFFFFF;
	display: inline;
}

.firstmenuover .firstmenumiddle span {
	display: block;
}

.firstmenuover .firstmenuright {
	float: left;
	width: 6px;
	height: 43px;
	background: #4f6271;
	display: inline;
}

.firstmenuspliter {
	float: left;
	margin: 5px 0 5px 0;
	height: 35px;
	width: 3px;
	background-image: url("../../images_328BeB/first_menu_spliter.png");
}

.firstmenuselectedspliter {
	float: left;
	height: 43px;
	width: 2px;
	background-image: url("../../images_328BeB/first_menu_selected_spliter.png");
}

#quick_button {
	float: right;
	margin: 35px 25px 0 0;
	width: 22px;
	height: 22px;
	display: inline;
}

.help_button {
	float: left;
	margin: 0 1px 0 1px;
	width: 22px;
	height: 22px;
	cursor: pointer;
	background: url("../../images_328BeB/button_help.png") no-repeat;
	display: block;
}

.help_button:hover {
	background: url("../../images_328BeB/button_help_2.png") no-repeat;
}

.viewCurrency_button {
	float: left;
	margin-left: 0px;
	margin-right: 12px;
	width: 22px;
	height: 22px;
	cursor: pointer;
	background: url("../../images_328BeB/viewCurrency.png") top left no-repeat;
	display: block;
}

.viewCurrency_button:hover {
	background: url("../../images_328BeB/viewCurrency.png") bottom left no-repeat;
}

#user_info_panel {
	float: right;
	position: relative;
	margin: 5px 10px 0 0;
	width: auto;
	font-size: 10px;
	font-weight: bold;
	color: #808083;
	display: inline;
}

#user_info_panel div {
	float: left;
	white-space: nowrap;
	display: inline;
}

#user_info_panel .user_img {
	float: left;
	margin: 5px 0 0 5px;
	height: 13px;
	width: 10px;
	background: url('../../images_328BeB/user.png') no-repeat;
	cursor: pointer;
	display: inline;
}

#clear {
	clear: both;
}

.login_bottom {
	position: relative;
	float: left;
	margin: -25px 0 0 0;
	width: 1000px;
	display: inline;
}

.login_bottom .content_panel {
	position: absolute;
	top: 0;
	left: 0;
	margin: 50px 0 0 25px;
	width: 450;
	min-height: 350;
	font-weight: bold;
	display: inline;
	background: #FFFFFF;
}

.login_bottom .content_panel .login_area {
	float: left;
	width: auto;
	height: auto;
	font-weight: bold;
	display: inline;
	background: #FFFFFF;
}

.login_bottom .content_panel .login_area .login_data_area {
	float: left;
	margin: 0;
	width: 260px;
	height: 480px;
	background-color: #A5A7AA;
}

.login_bottom .content_panel .login_area .login_data_area .login_fields_area {
	margin: 20px 0 0 20px;
	color: #FFFFFF;
}

.login_bottom .content_panel .login_area .login_data_area .login_fields_area .title {
	font-size: 20px;
}

.login_bottom .content_panel .login_area .login_data_area .login_fields_area input {
	border-top-color: #EEEEEE;
	border-left-color: #EEEEEE;
	border-bottom-color: #FFFFFF;
	border-right-color: #FFFFFF;
	background-color: #EEEEEE;
	width: 180px;
}

.login_bottom .content_panel .login_area .login_split_line {
	float: left;
	width: 5px;
	height: 480px;
	background: url("../../images_328BeB/login_split_line.jpg") no-repeat top;
	display: block;
}

.login_bottom .content_panel .login_area .login_button_panel {
	float: left;
	width: 165px;
	height: 480px;
	background: url("../../images_328BeB/login_button_panel.jpg") no-repeat top;
	display: block;
}

.login_bottom .content_panel .login_area .login_button_panel .login_button_content
{
	margin: 75px 0 0 7px;
}

.login_bottom .content_panel .login_area .login_button_panel .login_button_content ul {
	padding: 0;
	margin: 0;
}

.login_bottom .content_panel .login_area .login_button_panel .login_button_content li {
	list-style: none;
	padding: 0;
	margin-bottom: 8px;
	width: 155px;
	height: 33px;
	cursor: pointer;
	display: block;
}

.login_bottom .content_panel .login_area .login_button_panel .login_button_content a {
	text-decoration: none;
	padding: 11px 0 0 0px;
	width: 155px;
	height: 24px;
	background: url("../../images_328BeB/login_panel_button.png") no-repeat;
	color: #4C4C4D;
	text-align: center;
	display: block;
	cursor: pointer;
}

.login_bottom .content_panel .footer {
	float: left;
	margin: 50px 0 10px 5px;
	height: auto;
	width: 420px;
	color: #666666;
	font-weight: normal;
	font-size: 11px;
}

.login_bottom .content_panel .footer .specification {
	margin-bottom: 5px;
	padding-left: 10px;
	height: 100px;
	background: url("../../images_328BeB/warning_symbol.png") no-repeat;	
}

.login_bottom .content_panel .footer .specification a {
	color: #666666;
	text-decoration: none;
}

.login_bottom .content_panel .footer .specification a:hover {
	text-decoration: underline;
}

.login_bottom .content_panel .footer .footer_line {
	width: 420px;
	height: 1px;
	font-size: 1px;
	overflow: hidden;
	background: #999999;
}

.login_bottom .content_panel .footer .companyinfo {
	margin: 5px 0 0 5px;
}

.login_bottom .content_panel .footer .companyinfo a {
	color: #666666;
	text-decoration: none;
}

.login_bottom .content_panel .footer .companyinfo a:hover {
	text-decoration: underline;
}

#login_fields_area {
	margin-top: 30px;
	margin-left: 153px;
	font-size: 15px;
	font-weight: bold;
}

#login_fields_area th {
	font-family: Arial;
	letter-spacing: -2px;
	font-weight: bold;
	padding-bottom: 20px;
	font-size: 30px;
	color: #58595B; 
}

#login_fields_area label {
	margin-right: 10px;
	line-height: 20px;
	color: #404041;
}

#login_fields_area input {
	height: 30px;
	width: 155px;
	height: 16px;
	line-height: 16px;
	padding: 6px 0 6px 0;
}

#login_fields_area .login_data_area {
	float: left;
}

#login_fields_area .login {
	float: left;
	margin: 15px 0 0 20px;
	height: 57px;
	width: 58px;
	cursor: pointer;
	background: url("../../images_328BeB/button_login_en.png") no-repeat;
	display: inline;
}

#login_fields_area .login:hover {
	background: url("../../images_328BeB/button_login_en_2.png") no-repeat;
	z-index: 1;
}

#login_fields_area .hint_message {
	font-size: 12px;
	font-weight: normal;
}

#banner_ad {
	float: left;
	margin: 40px 0 0 30px;
	padding: 0;
	height: 300px;
	width: 170px;
	text-align: center;
	color: #FFFFFF;
	background: #CCCCCC;
}

.error_fields {
	color: red;
}

#bottom {
	float: right;
	width: 789px;
	height: auto;
}

#bottom .error_panel_wrapper {
	margin: 0;
}

#bottom .error_panel_wrapper .error_panel {
	padding: 0 0 5px 22px;
	font-size: 15px;
	line-height: 18px;
	color: #AA0000;
	font-weight: normal; 
	background: url("../../images_328BeB/error_cross_big.png") no-repeat;
}

#bottom .error_panel_wrapper .info_panel {
	padding: 0 0 5px 22px;
	font-size: 15px;
	line-height: 18px;
	color: #AA0000;
	font-weight: normal; 
	background: url("../../images_328BeB/prompt_cross_big.png") no-repeat;
}

#main_left {
	float: left;
	width: 211px;
	height: auto !important;
	height: 350px;
	min-height: 350px;
}

#main_right {
	float: right;
	width: 789px;
}

#header_logo {
	margin: 30px 25px 0 210px;
	float: left;
	height: 80px;
	width: 160px;
	background: url("../../images_328BeB/logo.jpg") no-repeat;
	display: inline;
}

#sub-nav {
	float: left;
	margin: 0px 25px 0px 25px;
	width: 160px;
	display: inline;
}

#sub-nav .second_selected {
	margin: 15px 0 15px 0;
	font-size: 12px;
	color: #58595B;
	font-weight: bold;
	cursor: pointer;
	background: url("../../images_328BeB/second_menu_selected.jpg") no-repeat 0 4px;
}

#sub-nav .second_unselected {
	margin: 15px 0 15px 0;
	font-size: 12px;
	color: #58595B;
	font-weight: bold;
	cursor: pointer;
	background: url("../../images_328BeB/second_menu.jpg") no-repeat 0 3px !important;
}

#sub-nav .second_selected a {
	padding-left: 15px;
	text-decoration: none;
	color: #58595B;
	display: block;
}

#sub-nav .second_unselected a {
	padding-left: 15px;
	text-decoration: none;
	color: #666666;
	display: block;
}

#third-nav div {
	list-style: none;
	margin: 0 0 10px 13px;
	padding: 0;
	color: #919396;
	font-weight: bold;
}

#third-nav .third_selected {
	list-style: none;
	margin-top: 10px;
	height: auto;
	width: auto;
	color: #58595B;
	cursor: pointer;
	background: url("../../images_328BeB/third_menu_selected.png") no-repeat 0 5px;
}

#third-nav .third_unselected {
	list-style: none;
	margin-top: 10px;
	height: auto;
	width: auto;
	cursor: pointer;
	background: url("../../images_328BeB/third_menu.png") no-repeat 0 5px;
}

#fourth-nav div {
	list-style: none;
	margin: 0 0 10px 13px;
	padding: 0;
	color: #919396;
	font-weight: bold;
}

#fourth-nav .fourth_selected {
	list-style: none;
	margin-top: 10px;
	height: auto;
	width: auto;
	color: #58595B;
	cursor: pointer;
	background: url("../../images_328BeB/fourth_menu_selected.png") no-repeat 0 5px;
}

#fourth-nav .fourth_unselected {
	list-style: none;
	margin-top: 10px;
	height: auto;
	width: auto;
	cursor: pointer;
	background: url("../../images_328BeB/fourth_menu.png") no-repeat 0 5px;
}

.triangle_selected {
	background: url("../../images_328BeB/second_menu_selected.jpg") no-repeat 0 3px !important;
}

.triangle_unselected {
	background: url("../../images_328BeB/second_menu.jpg") no-repeat 0 3px !important;
}

#header {
	margin: 5px 0 5px 0;
}

#header #menuPath {
	float: left;
	margin: 5px 0 5px 0;
	font-size: 12px;
	color: #000000;
	display: inline;
	white-space: nowrap;
}

#header #menuPath a {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

#header #menuPath a:hover {
	font-weight: bold;
	text-decoration: underline;
	color: #000000;
}

#body {
	margin: 0px;
	height: auto !important;
	height: 350px;
	min-height: 350px;
}

#main_banner {
	position: relative;
	height: 590px;
	/*width: 714px;*/
	width: 789px;
	background: url("../../images_328BeB/main_banner_bg.jpg") repeat-x;
	background-size:auto 100%;
}

#main_banner .main_button_prompt_panel
{
	margin: 5px 5px 5px 5px;
	float: left;
	/*width: 525px;*/
	width: 575px;
	height: 177px;
	color: #FFFFFF;
	font-weight: bold;
	/*background: url("../../images_328BeB/button_prompt_bg.png");*/
	display: inline;
}

#main_banner .main_button_prompt_panel .main_button_prompt_info
{
	margin: 2.5px 2.5px 2.5px 2.5px;
	/*width: 520px;*/
	width: 570px;
	height: 177px;
}

#main_banner .main_button_prompt_panel .imcoming_prompt_panel
{
	background: url("../../images_328BeB/incoming_fund_enquiry_bg.png") no-repeat;
}

#main_banner .main_button_prompt_panel .payment_prompt_panel
{
	background: url("../../images_328BeB/make_a_payment_or_transfer_bg.png") no-repeat;
}

#main_banner .main_button_prompt_panel .account_trans_prompt_panel
{
	background: url("../../images_328BeB/account_transaction_enquiry_bg.png") no-repeat;
}

#main_banner .main_button_prompt_panel .payroll_prompt_panel
{
	background: url("../../images_328BeB/submit_payroll_transaction_bg.png") no-repeat;
}

#main_banner .main_button_prompt_panel .content_panel
{
	float: none;
	padding: 20px;
	width: 480px;
	height: 132px;
	display: block;
}

#main_banner .main_button_prompt_panel .content_panel .title
{
	float: none;
	margin: 0;
	padding: 0;
	font-size: 20px;
	display: block;
	color: #FFFFFF;
}

#main_banner .main_button_prompt_panel .main_button_prompt_info .content_panel .content
{
	float: none;
	margin: 0;
	padding: 0;
	font-size: 13px;
	display: block;
}

#main_banner .main_welcome_panel {
	float: left;
	margin: 5px 5px 10px 5px;
	/*width: 525px;*/
	width: 575px;
	height: 177px;
	/*background: url("../../images_328BeB/button_prompt_bg.png");*/
	display: inline;
}

#main_banner .main_welcome_panel .main_welcome_info {
	margin: 2.5px 2.5px 2.5px 2.5px;
	/*width: 520px;*/
	width: 570px;
	height: 177px;
	background: url("../../images_328BeB/welcome_328BEB.png");
}

#main_banner #main_button_panel
{
	position: absolute;
	top: 7.5px;
	right: 4px;
	width: 218px;
	height: 180px;
}

#main_banner .title {
	float: left;
	margin: 6px 10px 0 10px;
	font-size: 1.2em;
	font-weight: bolder;
	color: #BA3560;
	display: inline;
}

#main_banner a {
	text-decoration: none;
	color: #BA3560;
	cursor: pointer;
}

#main_banner a:hover {
	text-decoration: underline;
}

#bank_main_banner {
	position: relative;
	height: 265px;
	width: 734px;
	background: url("../../images_328BeB/main_banner.jpg") repeat-x;
}

#bank_main_banner .title {
	float: left;
	margin: 6px 10px 0 10px;
	font-size: 1.2em;
	font-weight: bolder;
	color: #666666;
	display: inline;
}

#bank_main_banner a {
	text-decoration: none;
	color: #666666;
	cursor: pointer;
}

#bank_main_banner a:hover {
	text-decoration: underline;
}

#bank_message_box {
	float: left;
	margin: 10px 0 0 10px;
	height: 122px;
	/*width: 363px;*/
	width: 770px;
	background: url("../../images_328BeB/message_line.png") 0 26px no-repeat;
	background-color: #FFFFFF;
	display: inline;
	background-size:100% 2%
}

#bank_message_list {
	margin: 14px 0 0 5px;
}

#bank_message_list ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#bank_message_list li {
	margin: 4px 0 0 5px;
	padding: 0;
	width: 760px;
	height: 17px;
	line-height: 17px;
	vertical-align: middle;
	font-size: 1.2em;
	color: #666666;
}

#bank_message_list .unchecked {
	background: url("../../images_328BeB/bank_message_unchecked.png") no-repeat 0 3px;
}

#bank_message_list .unchecked a{
	color: #BA3560;
}

#bank_message_list .checked {
	background: url("../../images_328BeB/bank_message_checked.png") no-repeat;
}

#bank_message_list .checked a{
	color: #666666;
}

#bank_message_list .message_content {
	float: left;
	margin-left: 25px;
	display: inline;
}

#bank_message_list .message_date {
	float: right;
	margin-right: 10px;
	display: inline;
}

#FPS_box {
    float: left;
	margin: 10px 0 0 10px;
	height: 140px;
	width: 375px;
	background: url("../../images_328BeB/message_line.png") 0 26px no-repeat;
	background-color: #FFFFFF;
	display: inline;
}



#FPS_list {
	margin: 6px 0 0 5px;
}

#FPS_list ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#FPS_list li {
	margin: 4px 0 0 5px;
	padding: 0;
	width: 355px;
	height: 17px;
	line-height: 17px;
	vertical-align: middle;
	font-size: 1.2em;
	color: #666666;
}

#FPS_list .unchecked {
	background: url("../../images_328BeB/to_do_list_unchecked.png") no-repeat 0 2px;
}

#FPS_list .checked {
	background: url("../../images_328BeB/to_do_list_checked.png") no-repeat 0 2px;
}

#FPS_list .to_do_list_content {
	float: left;
	display: inline;
}

#FPS_list .to_do_list_count {
	float: right;
	margin-right: 10px;
	display: inline;
}

#to_do_list_box {
	float: left;
	margin: 10px 0 0 10px;
	height: 140px;
	width: 385px;
	background: url("../../images_328BeB/message_line.png") 0 26px no-repeat;
	background-color: #FFFFFF;
	display: inline;
}

#to_do_list {
	margin: 6px 0 0 5px;
}

#to_do_list ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#to_do_list li {
	margin: 4px 0 0 5px;
	padding: 0;
	width: 365px;
	height: 17px;
	line-height: 17px;
	vertical-align: middle;
	font-size: 1.2em;
	color: #666666;
}

#to_do_list .unchecked {
	background: url("../../images_328BeB/to_do_list_unchecked.png") no-repeat 0 2px;
}

#to_do_list .checked {
	background: url("../../images_328BeB/to_do_list_checked.png") no-repeat 0 2px;
}

#to_do_list .to_do_list_content {
	float: left;
	display: inline;
}

#to_do_list .to_do_list_count {
	float: right;
	margin-right: 10px;
	display: inline;
}

#main_ad {
	margin-top: 20px;
	width: 739px;
	height: 111px;
}

#footer {
	float: left;
	margin: 10px 0 10px 0;
	height: 30px;
	width: 789px;
	color: #666666;
}

#footer .footer_line {
	margin: 10px 0px 10px 0px;
	width: 789px;
	height: 1px;
	font-size: 1px;
	overflow: hidden;
	background: #999999;
}

#footer p {
	margin: 0;
	padding: 0;
	width: 740px;
	text-align: center;
	font-size: 10px;
}

#footer .content {
	float: right;
	margin: 0 5px 10px 0;
}

#footer .content a {
	color: #666666;
	text-decoration: none;
}

#footer .content a:hover {
	text-decoration: underline;
}

#login_footer {
	margin: 20px 0 0 50px;
	height: 30px;
	width: 600px;
	color: #666666;
}

#login_footer .specification {
	margin: 0 0 10px 10px;
	padding-left: 25px;
	height: 70px;
	width: 600px;
	background: url("../../images_328BeB/warning_symbol.png") no-repeat;
}

#login_footer .specification a {
	color: #666666;
	text-decoration: none;
}

#login_footer .specification a:hover {
	text-decoration: underline;
}

#login_footer .footer_line {
	width: 650px;
	height: 1px;
	font-size: 1px;
	overflow: hidden;
	background: #999999;
}

#login_footer .companyinfo {
	margin: 10px 0 0 5px;
	width: 600px;
}

#login_footer .companyinfo a {
	color: #666666;
	text-decoration: none;
}

#login_footer .companyinfo a:hover {
	text-decoration: underline;
}

.hiddenForm {
	display: none;
}

.section_header {
	height: 25px;
	margin: 10px 0 10px 0px;
	padding-left: 15px;
	background: url("../../images_328BeB/header_line.png") bottom left no-repeat;
	font-size: 15px;
	font-weight: bold;
	color: #000000;
}

.section_header1 {
	height: 60px;
	margin: 10px 0 10px 0px;
	padding-left: 15px;
	background: url("../../images_328BeB/header_line.png") bottom left no-repeat;
	font-size: 15px;
	font-weight: bold;
	color: #000000;
}
.section_header2 {
	height: 40px;
	margin: 10px 0 10px 0px;
	padding-left: 15px;
	background: url("../../images_328BeB/header_line.png") bottom left no-repeat;
	font-size: 15px;
	font-weight: bold;
	color: #000000;
}

.section_header3 {
	height: 75px;
	margin: 10px 0 10px 0px;
	padding-left: 15px;
	background: url("../../images_328BeB/header_line.png") bottom left no-repeat;
	font-size: 15px;
	font-weight: bold;
	color: #000000;
}

.section_header4 {
	height: 10px;
	padding-left: 15px;
	background: url("../../images_328BeB/header_line.png") bottom left no-repeat;
	font-size: 15px;
	font-weight: bold;
	color: #000000;
}

.sub_section_header {
	margin-bottom: 10px;
	padding-left: 15px;
	font-size: 15px;
	font-weight: bold;
	color: #000000;
}

.search_img {
	margin-left: 5px;
}

.list_section {
	margin: 0;
	padding-bottom: 20px;
	width: 789px;
	overflow-x: auto;
	font-family: Arial;
}

.list_section table {
	width: 789px;
	border: none;
}

.list_section table tr th {
	padding: 5px 10px 5px 10px;
	color: #FFFFFF;
	vertical-align:top;
	text-align:left;
	word-wrap:break-word;
	background-color: #919396;
	border-right: #E5E6E7 solid 2px;
	font-size: 13px;
}

.list_section table tr td {
	font-weight: bold;
	padding: 5px 10px 5px 10px;
	text-align:left;
	color: #000000;
	word-wrap:break-word;
	vertical-align:top;
	background-color: #FFFFFF;
	border-right: #E5E6E7 solid 2px;
}

.list_section a {
	color: #000000;
}

.list_section .even_row td {
	background-color: #E5E6E7;
	border-right: #FFFFFF solid 2px; 
}

.list_section .nodata {
	border: 0px;
}

.input_section {
	margin: 10px 0px 10px 0px;
	color: #000000;
	font-weight: bold;
}

.input_section table {
	width: 789px;
	border: 0;
}

.input_section table tr th {
	text-align:left;
	background-color: #919396;
	color: #FFFFFF;
	padding: 5px 10px 5px 10px;
	word-wrap:break-word;
	vertical-align:top;
}

.input_section table tr td {
	padding: 5px;
	word-wrap:break-word;
	vertical-align:top;
}

.input_section .even_row {
	background-color: #E5E6E7;
}

.inner_list_section {
	margin: 0;
	padding-bottom: 20px;
	width: 740px;
	overflow-x: auto;
	font-family: Arial;
	font-size: 12px;
}

.inner_list_section table {
	width: 740px;
	border: none;
}

.inner_list_section table tr th {
	padding: 5px 10px 5px 10px;
	color: #FFFFFF;
	vertical-align:top;
	word-wrap:break-word;
	background-color: #919396;
	border-right: #E5E6E7 solid 2px;
	font-size: 13px;
}

.inner_list_section table tr td {
	font-weight: bold;
	padding: 5px 10px 5px 10px;
	text-align:left;
	word-wrap:break-word;
	vertical-align:top;
	color: #000000;
	vertical-align:top;
	background-color: #FFFFFF;
	border-right: #E5E6E7 solid 2px; 	
}

.inner_list_section a {
	color: #000000;
}

.inner_list_section .even_row td {
	background-color: #E5E6E7;
	border-right: #FFFFFF solid 2px; 
}

.inner_list_section .nodata {
	border: 0px;
}

.inner_input_section {
	margin: 10px 0 10px 0;
	color: #000000;
}

.inner_input_section table {
	width: 740px;
	border: none;
	font-family: Arial;
	font-size: 12px;
}

.inner_input_section table tr th {
	padding: 5px 10px 5px 10px;
	background-color: #919396;
	color: #FFFFFF;
	word-wrap:break-word;
	vertical-align:top;
}

.inner_input_section table tr td {
	padding: 5px;
	word-wrap:break-word;
	vertical-align:top;
}

.inner_input_section .even_row {
	background-color: #E5E6E7;
}

.button_section {
	float: left;
	display: inline;
}

.alignleft_button_section {
	float: left;
	margin-bottom: 10px;
	display: inline;
}

.look_btn {
	float: left;
	margin-right: 12px;
	width: 22px;
	height: 22px;
	cursor: pointer;
	background: url("../../images_328BeB/button_lookup.png") top left no-repeat;
	display: block;
}

.look_btn:hover {
	background: url("../../images_328BeB/button_lookup.png") bottom left no-repeat;
}

.one_btn {
	float: left;
	margin-right: 10px;
	width: 33px;
	height: 33px;
	cursor: pointer;
	background: url("../../images_328BeB/button_one.png") top left no-repeat;
	display: block;
}

.one_btn:hover {
	background: url("../../images_328BeB/button_one.png") bottom left no-repeat;
}

.two_btn {
	float: left;
	margin-right: 10px;
	width: 33px;
	height: 33px;
	cursor: pointer;
	background: url("../../images_328BeB/button_two.png") top left no-repeat;
	display: block;
}

.two_btn:hover {
	background: url("../../images_328BeB/button_two.png") bottom left no-repeat;
}

.three_btn {
	float: left;
	margin-right: 10px;
	width: 33px;
	height: 33px;
	cursor: pointer;
	background: url("../../images_328BeB/button_three.png") top left no-repeat;
	display: block;
}

.three_btn:hover {
	background: url("../../images_328BeB/button_three.png") bottom left no-repeat;
}

.availbalance_btn {
	float: left;
	margin-left: 0px;
	width: 22px;
	height: 22px;
	cursor: pointer;
	background: url("../../images_328BeB/button_availbalance.png") top left no-repeat;
	display: block;
}

.availbalance_btn:hover {
	background: url("../../images_328BeB/button_availbalance.png") bottom left no-repeat;
}

.first_page_btn {
	float: left;
	width: 16px;
	height: 16px;
	cursor: pointer;
	background: url("../../images_328BeB/button_page_first1.jpg");
	display: block;
}

.first_page_btn:hover {
	background: url("../../images_328BeB/button_page_first2.jpg");
}

.first_page_disabled_btn {
	float: left;
	width: 16px;
	height: 16px;
	background: url("../../images_328BeB/button_page_first3.jpg");
	display: block;
}

.prev_page_btn {
	float: left;
	width: 16px;
	height: 16px;
	cursor: pointer;
	background: url("../../images_328BeB/button_page_prev1.jpg");
	display: block;
}

.prev_page_btn:hover {
	background: url("../../images_328BeB/button_page_prev2.jpg");
}

.prev_page_disabled_btn {
	float: left;
	width: 16px;
	height: 16px;
	background: url("../../images_328BeB/button_page_prev3.jpg");
	display: block;
}

.next_page_btn {
	float: left;
	width: 16px;
	height: 16px;
	cursor: pointer;
	background: url("../../images_328BeB/button_page_next1.jpg");
	display: block;
}

.next_page_btn:hover {
	background: url("../../images_328BeB/button_page_next2.jpg");
}

.next_page_disabled_btn {
	float: left;
	width: 16px;
	height: 16px;
	background: url("../../images_328BeB/button_page_next3.jpg");
	display: block;
}

.last_page_btn {
	float: left;
	width: 16px;
	height: 16px;
	cursor: pointer;
	background: url("../../images_328BeB/button_page_last1.jpg");
	display: block;
}

.last_page_btn:hover {
	background: url("../../images_328BeB/button_page_last2.jpg");
}

.last_page_disabled_btn {
	float: left;
	width: 16px;
	height: 16px;
	background: url("../../images_328BeB/button_page_last3.jpg");
	display: block;
}

#fwMessage_hidden {
	color: red;
}

.errorMessage {
	margin: 0;
	min-height: 15px;
	list-style: none;
	color: #FF000A;
	padding-left: 20px;
	font-weight: normal;
	background: url("../../images_328BeB/error_cross_small.png") no-repeat;
}

.promptMessage {
	margin: 0;
	list-style: none;
	color: #000;
	padding: 2px 0 0 20px;
	min-height: 20px;
	font-weight: normal;
	background: url("../../images_328BeB/prompt_cross.png") no-repeat;
}

.warningMessage {
	margin: 0;
	list-style: none;
	color: #FF000A;
	padding: 2px 0 0 20px;
	min-height: 20px;
	font-weight: normal;
	background: url("../../images_328BeB/warning_cross.png") no-repeat;
}

.fwMessageDiv ul {
	margin: 0;
	padding: 0;
}

.fwMessageDiv a {
	text-decoration: underline;
	color: blue;
}

.fwFieldMessage ul {
	margin: 0;
	padding: 0;
}

.pagination {
	font-size: 14px;
	margin-top: 10px;
	width: 789px;
	font-weight: bold;
	display: block;
}

.pagination td {
	width: 20px;
}

.auth_dialog {
	border-collapse: collapse;
	border: solid 1px #666666;
	margin-top: 5px;
}

.text_area {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	width: 600px;
	height: 300px;
	overflow-y: auto;
	resize:none;
}
textarea {
	font-family: Arial;
	font-size: 12px;
	width: 650px;
	height: 50px;
	overflow-y: auto;
}
/* -----add by lanny 20120815----- */
.tableBreak
{
	table-layout:fixed;
}
.tableBreak tr td
{
	text-align:left;
	table-layout:fixed;
	word-break:break-all;
	word-wrap:break-word;
}
#tableHeadTitle
{
	width:100px;
}
/* -----end 20120815----- */

#stepPanel 
{
	float: left; 
	margin-top : 0px;
	font-weight: bold;
	font-size: 11px;
}

#stepPanel span
{
	float: left;
	padding: 2px 3px 2px 5px;
	height: 14px;
	display: block;
}

#stepPanel .currentStep
{
	background-color: #BE1E52 !important;
	color: #FFFFFF;
}

#stepPanel .stepCurBg
{
	background: url("../../images_328BeB/step_curr.png") no-repeat;
	padding-left: 10px;
}

#stepPanel .step1
{
	background-color: #9D9FA2;
	color: #555555;
}

#stepPanel .step1Bg
{
	background: url("../../images_328BeB/step1.png") no-repeat;
	padding-left: 10px;
}

#stepPanel .step2
{
	background-color: #CFD1D2;
	color: #555555;
}

#stepPanel .step2Bg
{
	background: url("../../images_328BeB/step2.png") no-repeat;
	padding-left: 10px;
}

#stepPanel .step3
{
	background-color: #E5E6E7;
	color: #555555;
}

#stepPanel .step3Bg
{
	background: url("../../images_328BeB/step3.png") no-repeat;
	padding-left: 8px;
}

.table_nowrap
{
	white-space: nowrap;
}

.adv_panel {
	position: relative;
	margin-top: 5px;
	/*width: 714px;*/
	width: 789px;
	height: 146px;
}

.adv_panel .adv_button_panel {
	position: absolute;
	top: 128px;
	right: 0;
	float: right;
}

.adv_panel .adv_button_panel .button_selected {
	float: left;
	padding: 1px 5px 1px 5px;
	height: 14px;
    width: 15px;
    border: #660000 solid 1px;
    background-color: #BF1E52;
    color: #FFFFFF;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 11px;
    font-weight: bold;
    text-align: center; 
    display: block;
    cursor: pointer;
}

.adv_panel .adv_button_panel .button_unselected {
	float: left;
	padding: 1px 5px 1px 5px;
	height: 14px;
    width: 15px;
	border: solid 1px;
	background-color: #BBBBBB;
	color: #FFFFFF;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
    display: block;
    cursor: pointer;
}

.hint-class {
	color: white;
	cursor: pointer;
	text-decoration: none;
}
.authHeader {
    background-color: #E5E6E7;
    text-align:left;
	padding: 5px 10px 5px 10px;
	font-weight:bold;
	font-size: 12px;
	word-wrap:break-word;
	vertical-align:top;
}
.authMessage {
 color:white;
 text-align:left;
 padding: 5px 10px 5px 10px;
 font-weight:bold;
 font-size: 14px;
 word-wrap:break-word;
 vertical-align:top;
}

/* Help page css */
#helpContent {
	width: 570px;
	height: auto;
}

#helpContent #header {
	float: left;
	margin: 0 5px 0 5px;
	width: 570px;
	height: 90px;
	background: url("../../images_328BeB/bannerbg.jpg") top left no-repeat;
	display: inline;
}

#helpContent #header .toolPanel {
	margin-top: 5px;
	float: right;
}

#helpContent #header .toolPanel ul {
	margin: 0;
	padding: 0;
}

#helpContent #header .toolPanel li {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	color: #FFFFFF;
}

#helpContent #header .toolPanel li a {
	margin: 5px;
	color: #FFFFFF;
}

#helpContent #header .toolPanel .printButtton {
	float: right;
	margin: 10px 5px 5px 5px;
	width: 20px;
	height: 20px;
	cursor: pointer;
	display: block;
	background: url("../../images_328BeB/button_print.png") top left no-repeat;
}

#helpContent #header .toolPanel .printButtton:hover {
	background: url("../../images_328BeB/button_print.png") bottom left no-repeat;
}

#helpContent #helpBody {
	float: left; 
	margin-left: 5px;
	width: 568px;
	height: auto;
	border: solid 1px #DDDDDD;
	display: inline;
}

#helpContent #helpBody .itembox {
	margin: 5px;
}

#helpContent #helpBody .itembox h3 {
	position: relative;
	padding: 5px 5px 1px 5px;
	margin: 1px 0 1px 0;
	width: 550px;
	border-bottom: solid 1px #BF1E52;
	cursor: pointer;
}

#helpContent #helpBody .itembox .contentTitle span {
	position: absolute;
	top: 12px;
	left: 540px;
	width: 10px;
	height: 9px;
	display: block;
}

#helpContent #helpBody .itembox .contentTitle .title_collapse_open {
	background: url("../../images_328BeB/collapse_open.jpg") no-repeat;
}

#helpContent #helpBody .itembox .contentTitle .title_collapse_close {
	background: url("../../images_328BeB/collapse_close.jpg") no-repeat;
}

#helpContent #helpBody .itembox .anchorList ul {
	margin: 10px 0 10px 0;
	padding: 0;
}

#helpContent #helpBody .itembox .anchorList li {
	margin: 8px 0 8px 0;
	padding: 0 0 0 20px;
	list-style: none;
	background: url("../../images_328BeB/help_list_item.jpg") no-repeat;
	font-size: 14px;
}

#helpContent #helpBody .itembox .anchorList li a {
	color: #000000;
}

#helpContent #helpBody .itembox .contentTable h3 {
	margin: 0 0 1px 0;
	background: #BF1E52;
	color: #FFFFFF;
}

#helpContent #helpBody .itembox .contentTable .itemTitle span {
	position: absolute;
	top: 12px;
	left: 540px;
	width: 10px;
	height: 9px;
	display: block;
}

#helpContent #helpBody .itembox .contentTable .itemTitle .item_collapse_open {
	background: url("../../images_328BeB/collapse_open2.jpg") no-repeat;
}

#helpContent #helpBody .itembox .contentTable .itemTitle .item_collapse_close {
	background: url("../../images_328BeB/collapse_close2.jpg") no-repeat;
}

#helpContent #helpBody .itembox .contentTable table td {
	background-color: #FFEDEE;
	padding: 5px;
}

#helpContent #helpBody .itembox .contentTable table td .backtopDiv {
	float: right;
}

.olDiv{
	margin-top: 5px;
	margin-bottom: 0px;
}

.olDiv ol{
	margin-top: 5px;
	margin-bottom: 0px;
}

.olDiv ol li{
	margin-bottom:5px;
}

.olDiv ul{
	margin-top: 5px;
}

.olDiv ul li{
	list-style-type: square;
}

/* ulDiv - page remarks style */
.ulDiv {
	margin-top: 5px;
	margin-bottom: 0px;
}
.ulDiv ul{
	margin-top: 5px;
	margin-bottom: 0px;
}
.ulDiv ul li {
	margin-bottom:5px;
} 
/* 无标记。 */
.ulDiv .list_style_type_none li {
	list-style-type: none;
} 
/* 默认。标记是实心圆。 */
.ulDiv .list_style_type_disc li {
	list-style-type: disc;
}
/* 标记是空心圆。 */
.ulDiv .list_style_type_circle li {
	list-style-type: circle;
}
/* 标记是实心方块。 */
.ulDiv .list_style_type_square li {
	list-style-type: square;
}
/* 标记是数字。 */
.ulDiv .list_style_type_decimal li {
	list-style-type: decimal;
}

.authHeader_up{
	border-top-color: #919396;
	border-top-width: 1px;
	border-top-style: solid;
	color: black;
}

.authHeader_down{
	border-bottom-color:#E5E6E7;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	color: black;
}

.authHeader_left{
	border-left-color:#919396;
	border-left-width: 2px;
	border-left-style: solid;
	color: black;
}

.authHeader_right{
	border-right-color:#E5E6E7;
	border-right-width: 1px;
	border-right-style: solid;
	color: black;
}

.statBalance_btn {
	float: right;
	margin-right: 10px;
	width: 29px;
	height: 29px;
	cursor: pointer;
	background: url("../../images_328BeB/stat_balance.png");
	display: block;
}

.cur_balance_btn {
	float: right;
	margin-right: 10px;
	width: 29px;
	height: 29px;
	cursor: pointer;
	background: url("../../images_328BeB/cur_balance.png");
	display: block;
}


.Chasing_arrows_btn {
	float: right;
	width: 29px;
	height: 29px;
	cursor: pointer;
	background: url("../images_328BeB/Chasing_arrows.gif");
	display: block;
}

.dialog_btn{
    text-decoration: none;
    float: right;
    background-color: #BA3560;
    width: 100px;
    height: 25px;
    text-align: center;
    padding-top: 5px;
    border-radius: 5px;
    cursor: pointer;
}

.dialog_btn_short{
    text-decoration: none;
    float: right;
    background-color: #BA3560;
    width: 60px;
    height: 25px;
    text-align: center;
    padding-top: 5px;
    border-radius: 5px;
    cursor: pointer;
}

.push{
	width: 60px;
	height: 60px;
	display: inline-block;
	background: url("../../images_328BeB/pushNotification.png");
}

.text_align input[type="radio"] {
	margin-top: 0;
}

.text_align input[type="checkbox"] {
	margin-top: 0;
}

.text_align input[type="radio"] + label {
	vertical-align: top;
}

.text_align input[type="checkbox"] ~ label {
	vertical-align: top;
}

.text_align table tr td {
    vertical-align: middle;
}

.olDiv .padding_inline{
	padding-inline-start:30px;
}

.text_align .section_header{
	padding-left:5px;
}

.text_align .normal_lable{
	font-weight: normal;
}

.text_align .small_lable{
	font-size: 10px;
}

#digitalPIN_complete_logo {
	height: 53px;
	width: 53px;
	background: url("../../images_328BeB/icon_confirmation.svg") no-repeat;
}

.icon_size{
	height: 30px;
	width: 30px;
	margin-top:6px;
	margin-left:auto;
	margin-right:auto;
}

.icon_acc_enquiry {
	background: url("../../images_328BeB/svg_welcome/icon_acc_enquiry.svg") no-repeat center;
	background-size:contain;
	height:100%;
}

.icon_auth_settings {
	background: url("../../images_328BeB/svg_welcome/icon_auth_settings.svg") no-repeat center;
	background-size:contain;
	height:100%;
}

.icon_customer_limit_settings {
	background: url("../../images_328BeB/svg_welcome/icon_customer_limit_settings.svg") no-repeat center;
	background-size:contain;
	height:100%;
}

.icon_e_statement {
	background: url("../../images_328BeB/svg_welcome/icon_e_statement.svg") no-repeat center;
	background-size:contain;
	height:100%;
}

.icon_fps_payment {
	background: url("../../images_328BeB/svg_welcome/icon_fps_payment.svg") no-repeat center;
	background-size:contain;
	height:100%;
}

.icon_func_group_settings {
	background: url("../../images_328BeB/svg_welcome/icon_func_group_settings.svg") no-repeat center;
	background-size:contain;
	height:100%;
}

.icon_inward_fps_trans {
	background: url("../../images_328BeB/svg_welcome/icon_inward_fps_trans.svg") no-repeat center;
	background-size:contain;
	height:100%;
}

.icon_payment_transfer {
	background: url("../../images_328BeB/svg_welcome/icon_payment_transfer.svg") no-repeat center;
	background-size:contain;
	height:100%;
}

.icon_qr_code_generation {
	background: url("../../images_328BeB/svg_welcome/icon_qr_code_generation.svg") no-repeat center;
	background-size:contain;
	height:100%;
}

.icon_remittance {
	background: url("../../images_328BeB/svg_welcome/icon_remittance.svg") no-repeat center;
	background-size:contain;
	height:100%;
}

.icon_trans_enquiry {
	background: url("../../images_328BeB/svg_welcome/icon_trans_enquiry.svg") no-repeat center;
	background-size:contain;
	height:100%;
}

.icon_user_settings {
	background: url("../../images_328BeB/svg_welcome/icon_user_settings.svg") no-repeat center;
	background-size:contain;
	height:100%;
}

#quickLinks {
    float: left;
	margin: 10px 10px 0 10px;
	background: url("../../images_328BeB/message_line.png") 0 26px no-repeat;
	background-color: #FFFFFF;
	display: inline;
	background-size:100% 2%;
	height:140px;
	width:769px;
}

.welcome_tab{
	width:100%;
}

.welcome_tab tr td{
	width:12.5%;
	text-align:center;
	vertical-align:top;
	padding:5px 0px 0px 5px;
	color:#666666;
	font-size:1em;
}

.welcome_tab label{
	cursor:pointer;
}

.circle_dot{
	min-width:15px;
	min-height:15px;
	border-radius:50%;
	float: left;
	text-align:center;
	margin:0px 10px;
	background-color:#666666;
	color:white;
}

.circle_dot_cut{
	width:7px;
	height:7px;
	border-radius:50%;
	text-align:center;
	background-color:red;
	left:40%;
	position:relative;
	float:left;
	margin-right:12px;
	cursor:pointer;
}

#FPS_list li a{
	color:#666666;
	text-decoration:none;
} 

#to_do_list li a{
	color:#666666;
	text-decoration:none;
}

.icon_image_circle {
	height: 43px;
	width: 43px;
	border: 1px solid;
	overflow: hidden;
    border-radius: 999px;
    text-align: center;
    cursor:pointer;
    margin:auto;
}

.icon_mouse {
    color: #b71651;
    text-decoration:underline;
}

.act_link{
	color: #0e72ef;
	margin-right: 10px;
	float:right;
}

.cursor_inherit label{
	cursor:text;
}

#link_pointer{
	cursor:pointer;
}

.icon_text{
	padding-top:10px;
}

.suspicious_record td{
	color: red !important;
}

.suspicious_record td a{
	color: red !important;
}

.suspicious_fields {
	color: red;
}

.suspicious_message {
	color: red;
	margin-bottom:30px;
}