﻿.loginBG
{
    background: transparent url(../Images/Login/Login_Base.png) no-repeat left;
    width:300px;
    height:175px;
    padding:10px 10px 10px 10px;
}

.loginText
{
    background: transparent url(../Images/Login/FillBox.png) no-repeat left;
    border:0px none;
    width:125px;
    height:25px;
    padding:0px 10px 0px 10px;
    line-height: 1.7;
    letter-spacing:0.5px;
    font-size:1em;
}

.loginTextLong
{
    background: transparent url(../Images/Global/text_box.png) no-repeat left;
    border:0px none;
    width:180px;
    height:28px;
    padding:0px 10px 0px 10px;
    line-height: 1.7;
    letter-spacing:0.5px;
    font-size:1em;
}

.login_header 
{
    font-size:1.3em;
    font-weight:500;
    color:#c7a040;
    padding-top:10px;
    padding-bottom:10px;
    border-bottom:1px dashed #000;
}

.login_content
{
    font-size:.8em;
    font-weight:100;
    color:#000;
    padding-top:10px;
    line-height: 1.7;
    letter-spacing:0.5px;
}

.login_content a
{
	color:#85A3BA;
	text-decoration:none;
}

.login_content a:hover
{
	color:Black;
}

.table_header
{
    padding: 0px 10px 20px 0px;
    vertical-align:middle;
    width:120px;
}

.loginPanel
{
    padding:20px 50px 10px 10px;
}

.loginButton
{
    background: transparent url(../Images/Login/Login_Button.png) no-repeat left;
    border:0px none;
    height:35px;
    width:91px;
    cursor:pointer;
    text-decoration:none;
}

.lupaPwdButton
{
    background: transparent url(../Images/Login/lupa_password.png) no-repeat left;
    border:0px none;
    height:16px;
    width:84px;
    cursor:pointer;
    text-decoration:none;
}

.mustFill
{
    font-style:italic;
    font-size:.9em;
}

.mustFillLabel
{
    font-style:italic;
    font-size:.9em;
    color:Red;
    padding:0px;
}

.asterik
{
    vertical-align:top;
    padding-top:5px;
    padding-left:5px;
}

.buttonHint
{
    background:transparent url(../Images/Login/petunjuk_button.png) repeat center;
    width:60px;
    height:20px;    
    border: 0px none;
    cursor:pointer;
}

.buttonHintEng
{
    background:transparent url(../Images/Login/hint.png) repeat center;
    width:60px;
    height:20px;    
    border: 0px none;
    cursor:pointer;
}