

/* --------------------- */
/* --- LOGIN SETTING --- */

#tj_login {
 position: absolute;
 top: 0;
 left: 203px;
 width: 206px;
 height: 587px;
 padding: 18px;
 background-color: #424242;
/* 
 background-image: url("../../img/_style/login_background.gif"); 
 background-position: top left;
 background-repeat: repeat-x;
*/ 
}

#tj_login_form {
 position: absolute;
 top: 160px;
 left: 18px;
 width: 200px;
}

#tj_login_info {
 position: absolute; 
 top: 300px;
 left: 18px;
 width: 200px;
}

#tj_login_support {
 position: absolute; 
 left: 18px;
 bottom: 20px;
}

#tj_login_form .login_name {
 background-color: #c7c7c7;
 border: 1px solid #c7c7c7;
 width: 193px;
}

#tj_login_form .login_button {
 background-color: #4e4e4e;
 background-image: url("../../img/_style/dark_button.gif");
 background-position: top left;
 background-repeat: repeat-x;
 border: 1px solid #222222;
 text-align: center;
 text-transform: uppercase;
 padding: 3px;
 margin-top: 10px; 
 float: right;
 padding-left: 23px;
 padding-right: 23px;
}

/* ie 6 */
* html #tj_login_form .login_button {
 padding-left: 13px;
 padding-right: 13px;
}

/* ie 7 */
*:first-child+html #tj_login_form .login_button {
 padding-left: 13px;
 padding-right: 13px;
}

#tj_login p {
 color: #c7c7c7;
}

#tj_login p.support {
 color: #222222;
}

#tj_login p.input {
 color: #c7c7c7;
 padding-bottom: 5px;
 padding-top: 10px;
}

#tj_login a {
 color: #222222;
}

#tj_login a:hover {
 color: #222222;
}

/* --- LOGIN SETTING --- */
/* --------------------- */