﻿
body
{
	font-family:Tahoma, Thonburi;
	font-size:12px;
	line-height:1.5em;
	margin-left: 0;
    margin-right: 0;
    margin-top:18px;
    height:100%;
}


.header
{
	width:1000px;
	margin-left:auto;
	margin-right:auto;
}
.header .BBLLogo
{
	float:left;
	padding-left:15px;
	padding-bottom:4px;	
	
}
.header .SwitchLang
{
	float:right;
	vertical-align:text-bottom;
    margin-right: 15px;
    padding-top: 22px;
    font-weight:bold;
}

.topBar
{
	width:100%;
	height:20px;
	overflow: hidden;
	z-index: 2;
	background-image: -o-linear-gradient(top, #e1e1e1, #fafafa );
    background-image: -moz-linear-gradient(top, #e1e1e1, #fafafa);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#e1e1e1), to(#fafafa));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e1e1e1', endColorstr='#fafafa');
} 

.container
{
	width:970px;
	height:450px;
	margin-left:auto;
	margin-right:auto;
	padding-left:0px;
	padding-right:0px;
}
    
.Box1
{
	width:520px;
	height:450px;
	float:left;
	color:#FA5882;
}


.LogOnBox
{
	width:430px;
	height:310px;
	float:left;
	z-index:1;
	margin-top:-20px;
	overflow:visible;
	
	box-shadow: 1px 3px 1px #BDBDBD;
	-webkit-box-shadow: 1px 3px 3px #BDBDBD;
	/*behavior: url(css/htc/border-radius.htc);*/
	border-radius: 1px 1px 8px 8px;
	
    
    background: #08088A;
    background: #08088A -webkit-gradient(radial, center 80, 50, center 80, 300, from(#003399), to(#000066));	
    background: #08088A -moz-radial-gradient(center 80px, circle, #003399 50px, #000066 500px);	
    /*background: #08088A -ms-radial-gradient(center 400px, circle, #2E64FE 50px, #08088A 300px);*/
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#003399', endColorstr='#000066'); /* for IE */
    background: #08088A -o-radial-gradient(center 80px, circle, #003399 50px, #000066 300px);	
    background-repeat: no-repeat;
    position:relative;
}

.LogOnBox .EnterData
{
	padding-left:10px;
	width: 190px; margin-left: auto; margin-right: auto;padding-bottom:8px;
}

.LogOnBox .iBankingLoGo
{
	width: 430px; margin-left: auto; margin-right: auto; padding-top: 30px;padding-bottom:25px;text-align:center;
}

.LogOnBox .ErrImg
{
	position:absolute;
	padding-top:3px;
	padding-bottom:3px;
}

.LogOnBox  input[type="text"],.LogOnBox  input[type="password"]
{
	font-size:12px;
	font-family:Tahoma, Thonburi;
}

.BHBox
{
	height: 14px;
	position:absolute;
	bottom:5px;    
}

.BHBox .HintEN
{
	float:right;
	left:270px;
	z-index:999;
	position:absolute;
	bottom:0px;
}

.BHBox .HintTH
{
	left:245px;
	float:right;
	z-index:999;
	position:absolute;
	bottom:0px;
}




.BHBox .Bookmark
{
    position:absolute;
    float:right;
    bottom:2px;
    left: 320px;
    z-index:997;
    margin-bottom: -2px;
}

.btnRegisterOnline 
{
	width:150px;
	height:24px;
	background-color:#FF6E00;
	color:#FFFFFF;
	text-align:center;
	font-weight:bold;
	border-radius: 5px 5px 1px 1px;
    margin-left:20px; 
    float:left;
    position:absolute;
    bottom:0px;
}

.btnRegisterOnline  a
{
	text-decoration:none;
	color:#FFFFFF;
}

.NewsBox
{
	margin-top:20px;
	margin-left:20px;
	width:430px;
	height:132px;
	/*background-color:#F0F0F0;
	border-radius: 3px 3px 3px 3px;*/
	float:left;
	overflow:hidden;
	
}

.x2
{
	/*background: #D8D8D8;
    /*background: #D8D8D8 -webkit-gradient(radial, center 2, 150, center 2, 500, from(#D8D8D8), to(#FFFFFF));	
    /*background: #D8D8D8 -moz-radial-gradient(center 2px, circle, #D8D8D8 150px,#FFFFFF 500px);	
    /*background: #08088A -ms-radial-gradient(center 400px, circle, #2E64FE 50px, #08088A 300px);*/
    /*filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#D8D8D8', endColorstr='#FFFFFF'); /* for IE */
    /*background: #D8D8D8 -o-radial-gradient(center 2px, circle, #D8D8D8 150px, #FFFFFF 500px);	
    /*background-repeat: no-repeat;
    /*height:100%;*/
    background-image: url(WorkSpace/images/Bg_Footer_985.png);
    background-repeat: no-repeat;
    z-index:0;
   
}

.bblAdvertise
{
	height:110px;
	width:210px;
	/*float:left;
	cursor:pointer;*/
	display:inline-block;
}

.imgSpace
{
	padding-right:20px;
}

.seperate
{
	width:20px;float:left;
}

.Hand
{
	cursor:pointer;
}

.NewsHeader{
	font-weight: bold; 
	color: #222222;
	font-size:12px;
}

.NewsTitle{
	color: #222222;
	font-size:12px;
	padding-bottom:10px;
}

.NewsTitle .more , .NewsTitle a 
{
	color: #FF9900;
	font-weight: bold; 
	font-size:12px;	 
	text-decoration:none;
}

.SwitchLang .Active
{
	color:#CCCCCC;
	font-size:12px;	 
	/*text-decoration:none;*/
	cursor:default;
}

.SwitchLang .InActive
{
	color:#336699;
	font-size:12px;	 
	/*text-decoration:none;*/
	cursor:pointer;
}

.btnLogOnCover
{
	width: 180px;margin-left: auto; margin-right: auto;
}

.btnLogOnCover input[type="submit"]
{
	margin-left:31px;
}

.btnLogOn
{
	color:#003399;
	font-size:12px;
	font-weight:bold;
}

.signonlink , .signoncopyright
{
	color:#222222;
	font-size: 12px;
	font-weight:normal;
	text-decoration:none;
}

.signonerror 
{
	font-size: 12px; 
	color:#222222; 
	text-decoration: none; 
	font-weight: bold;
	overflow:visible;
	width:600px;
	text-align:center;
	line-height:1.5em;
}

.LongButton
{
	font-size:12px;
	font-family:Tahoma, Thonburi;
}

.ErrorContent
{
	width:1000px;
	margin-left: auto; margin-right: auto; 
}

.ErrorContent .iBankingLogo
{
	width: 600px; margin-left: auto; margin-right: auto; padding-top: 30px;padding-bottom:10px;text-align:center;
}

.ErrorContent .ErrorMessage
{
	width: 600px; margin-left: auto; margin-right: auto; padding-top: 10px;text-align:center;
}

.FontBold
{
	font-weight:bold;
}

.Center
{
	margin-left: auto; margin-right: auto;
}

#dvBBLOtherInfo
{
	text-align: center; width: 1000px; margin-left: auto;margin-right: auto; color:#222222;
}

#dvCopyright
{
	text-align: center; width: 1000px; margin-left: auto;margin-right: auto;
}

.SignOnAdverFooter
{
	width: 1000px; background-image: url(../../WorkSpace/images/Bg_Footer_985.png);
        margin-left: auto; margin-right: auto; background-repeat: no-repeat;
}

.ErrorFooter
{
	width: 1000px;height:150px; 
    margin-left: auto; margin-right: auto; 
}

.FTAdvertise_ImgCollect
{
	margin-left: auto; margin-right: auto;
}

.FTAdvertise_ImgCollect .Box
{
	width:900px;
	margin-left: auto; margin-right: auto;
}