﻿body {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
    min-height: 468px; /* for good browsers*/
    min-width: 552px; /* for good browsers*/
}
        *
        {
            margin: 0;
            padding: 0;
        }
        
.main_login{
	width: 1024px;
	height: 600px;
    margin: 0px auto 0px auto;
	background-image: url(../Image/login_EBilling_bg.jpg);
	background-repeat: no-repeat;
	display: table;
}
.main_table
{
	width: 1024px;
	height: 600px;
}        
        
.txtUserName, .txtPassword 
{
	height: 30px;
	width: 213px;
	/*margin-top: 287px;
	margin-left: 452px;*/
	font-size: 16px;
	color: #333;
	background-color: #A1C8F1;
	float: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	/*text-indent: 10px;*/ /*คือการย่อหน้า*/
	/*padding: 0px;*/
	margin-right: 0px;
	margin-bottom: 0px;
}
.txtPassword
{
	/*margin-top: 14px;
	margin-left: 450px;
	padding: 0px;*/
	float: left;	
}

.txtUserName:focus, .txtPassword:focus
{ 
	border: 1px solid #3275a7;
	background-color: #e7f6fe;
}

.LoginMessage
{
	font-size: 15px;
	font-weight:bold;
	color:Yellow;
}
        
.outer {
    height: 100%;
    width: 100%;
    display: table;
    vertical-align: middle;
}

.container {
    text-align: center;
    position: relative;
    vertical-align: middle;
    display: table-cell;
    height: 100%;
}

.inner  {
    width: 100%;
    height: 100%;
    text-align: center;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
}

.inner-table 
{
    width: 400px;
    height: 300px;
    border-radius: 7px; 
    -moz-border-radius: 7px; 
    -webkit-border-radius: 7px; 
    -o-border-radius: 7px; 
    border: 1.2px solid gray; 
    cellpadding: 5px; 
    cellspacing: 5px;
}

/* Fixed form margin for ie */
form{
	margin: 0px
}

.btn_login
{
    border-radius: 5px; 
    -moz-border-radius: 5px; 
    -webkit-border-radius: 5px; 
    -o-border-radius: 5px; 
    background-color: #33CC33;
    color: #FFFFFF;
    font-size: 20px;
    border: none;
    height: 40px;
    width: 180px;
}

.btn_login:hover
{
	/*opacity: 0.5;*/
	background-color: #336633;
	border: 1px inset gray;
	cursor: pointer;
}

.footer
{
    width: 100%;
    text-align:right;
    vertical-align:bottom;
}

.imgLanguage
{
    opacity: 0.8;
}
.imgLanguage:hover
{
    opacity: 1;
}