#bg { position: absolute; 
      top: 0px; left: 0px; width: 1000px; height: 100px;
      background-color: Black; }
#logo { position: absolute; 
        top: 20px; left: 20px; 
        font-size: 48px; color: White; }
                               
/*loginWindow*/
#loginWindow {position: absolute; 
              top: 1px; left:285px; width: 323px; height: 316px; 
              border: 1px solid Black; 
              -moz-border-radius: 5px;
              -webkit-border-radius: 5px;
              border-radius: 5px;
              background-color: White; 
              z-index: 999; }           
.Div_Login { position: absolute;
			 left 0px; width: 300px;
			 background-color: transparent; }
#Div_Top { top: 0px; height: 350px; }
#Div_Bottom { top: 210px; height: 150px; }

.Title_Login { position: absolute;
			   top: 10px; left: 20px; width: 130px; height: 30px;
			   font-size: 18px; color: #003366; font-weight: bold; }
.lblMsg { position: absolute;
	      top: 20px; left: 110px; width: 160px; height: 30px;
	      font-size: 16px; color: Red; font-weight: bold; 
	      text-align: left; }
.Main_Login { position: absolute;
			  top: 50px; left: 10px; }
.tdTitle { width: 100px;
           text-align: right;
           vertical-align: middle; }           
.txtInput { padding-top: 2px;
            height: 27px; width: 240px;
            font-size: 15px; }         
.btnLogin { width: 240px; height: 35px;
            font-size: 18px;
            cursor: pointer;
            background-color: Silver; }
.link1 { position: absolute;
		top: 120px; left: 70px; }	
.link2 { position: absolute;
		top: 120px; left: 175px; }	
#line { position: absolute;
		top: 205px; left: 20px; width: 290px; height: 1px;
		background-color: Silver; }  
		 
.btnLoginFB { position: absolute; 
              left: 40px; width: 240px; height: 35px; 
              color: White;  font-size: 15px;
              padding: 0px; 
              text-align: center; 
              cursor: pointer;
              border: 0px; }
#btnLoginFB { top: 0px; 
              background-color: #425F9E; }

/*MemberCenter*/
#MemberCenter {position: absolute; 
              top: 70px; left: 308px; width: 96px; height: 160px; 
              border: 1px solid Black; 
              -moz-border-radius: 5px;
              -webkit-border-radius: 5px;
              border-radius: 5px;
              background-color: White; 
              z-index: 999; }           
#btnMemberCenter { position: absolute; 
                  top: 5px; left: 77px; width: 30px; height: 30px;
                  font-weight: bold; 
                  cursor: pointer; }
#btnMemberCenter:hover { color: Red; }  
/*bind FB*/
#Div_FacebookAccount { position: absolute; 
                       top: 0px; left: 0px; width: 280px; height: 190px; 
                       background-color: White; } 
#lblBindingMsg { position: absolute;
	             top: 140px; left: 40px; width: 260px; height: 30px;
	             font-size: 16px; color: Red; font-weight: bold; 
	             text-align: center; }
#btnCloseWindow { position: absolute; 
                  top: 5px; left: 305px; width: 30px; height: 30px;
                  font-weight: bold; 
                  cursor: pointer; }
#btnCloseWindow:hover { color: Red; }  
.ui-dialog, .ui-widget-content { /*2017/08/25 By DM dialog­I´ºªºÃC¦â#ECECEC*/
    background: #00ff00;
}
/*.ui-dialog-titlebar { 2017/08/25 By DM titlebarªº­I´ºÃC¦â
    background: #4CAF50;
}*/
