﻿
/* Login 
---------------------------------------------- */
.body_login
{
    direction: ltr; 
    font: 9pt Arial,Helvetica, sans-serif;
    background-image: url(../Images/Login/bg.png) repeat-x 0px 0px;
    background: url(../Images/Login/bg.png) repeat-x 0px 0px;
   /* background-color: #35A9A8; */
    background-color: #FFFFFF;
    text-align: center; /* Hack for IE */ 
    padding: 0px ;
    margin: 0px; 
}  

#wrapper_login
{
    width: 1000px;
    margin: 0px auto; 
    border: none;
}
.login_bg
{ 
    font: 11pt Arial,Helvetica, sans-serif;       
    margin: 0px auto; 
    background-image: url(../Images/login/login_bg.png?V_20260416) ;
    background: url(../Images/login/login_bg.png?V_20260416);
    width: 1000px;
    height: 758px;
    text-align: left; /* Hack for IE */  
	float:left;
} 

.login_select
{  
    width: 400px;
    height: 150px;  
    margin: 287px 0 0 320px;   
} 
 
.login_id_pw
{  
    width: 297px;  
    height: 140px;  
	float:left;
} 

.login_label
{
    margin-bottom: 4px;
    height: 24px;
    color: #FFFFFF;
} 

.login_input
{
    margin: 7px 0 18px 30px;  
} 

.login_btn
{  
	margin-top: 32px; 
    width: 85px; 
    height: 85px;  
	float:left;
} 

.btnlogin
{  
    background-image: url(../Images/login/btnLogin_off.png) no-repeat; 
    background: url(../Images/Login/btnLogin_off.png) no-repeat; 
    border: none;  
    height: 85px;
    width: 85px;  
    line-height: 25px;
    color: #FFFFFF; 
} 
.btnlogin:hover, btnlogin:active, btnlogin:focus 
{ 
    background-image: url(../Images/Login/btnLogin_on.png)  no-repeat;
    background: url(../Images/Login/btnLogin_on.png) no-repeat;   
    cursor:pointer;
}

.login_quotation
{
    border: none;
    margin: 0 auto 10px;
    padding: 0;
    text-align: center;
    
    color: #c0c0c0;   
    font-family: Arial,Helvetica, sans-serif;
    font-size: 0.85em;
    line-height: 1.6em; 
    width: 600px;
    height: 100px;   
    margin-top:28px;        
} 
 
.login_quotation a 
{ 
    color: #ffffff; 
	text-decoration: none;   
} 
.login_quotation a:hover
{ 
    color: #ff5500; 
	text-decoration: none;   
} 

.login_copyright
{
    margin-top :160px;
    width: 1000px;
    height: 25px;   
    font: 12px Arial,Helvetica, sans-serif; 
    line-height: 20px;
    color: #006f84; 
    text-align :center ;
} 
