﻿
body
{
    padding: 0;
    margin: 0;
    top: 0;
    background-image: url(images/login/login_bg.png);
    background-repeat: repeat-x;
    background-position: top;
    font-family: Trebuchet MS;
}
        
#container_bg
{
    width: 600px;
    margin: 0 auto;
    font-family: Verdana;
    font-size: 11px;
    padding: 0;
    top: 0;
}
#Table_01
{
    width: 600px;
    height: 400px;
    margin: 0;
    padding: 0;
    top: 0;
    border: none;
}
#Table_01 td.log01
{
    width: 600px;
    height: 150px;
    background-image: url(images/login/login_01.png);
    background-repeat: no-repeat;
}
#Table_01 td.log02
{
    width: 200px;
    height: 100px;
    background-image: url(images/login/login_02.png);
    background-repeat: no-repeat;
}
#Table_01 td.log03
{
    /*text-align: right;*/
    width: 200px;
    height: 100px;
    background-image: url(images/login/login_03.png);
    background-repeat: no-repeat;
}
#Table_01 td.log04
{
    width: 200px;
    height: 100px;
    background-image: url(images/login/login_04.png);
    background-repeat: no-repeat;
}
#Table_01 td.log05
{
    width: 600px;
    height: 150px;
    background-image: url(images/login/login_05.png);
    background-repeat: no-repeat;
}
#Table_01 td.log05 a
{
    color: #ff0000;
    text-decoration: none;
    font-size: 8pt;
    letter-spacing: 1px;
    text-transform: uppercase;
}  
#Table_01 td.log05 a:hover
{
    color: #000;
}  
input#btnLogin
{
    font-weight: bold;
    font-size: 7pt;
    letter-spacing: 1px;
    background-color: #1A1A1A;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    border-radius: 20px;
    text-transform: uppercase;
    padding: 4px;
    cursor: pointer;
    color: #fff;
    border: solid 2px #fff;
}
input#btnLogin:hover
{
    background-color: #1880FF;
    color: #ffffff;
    border: solid 2px #fff;
}
input#btnLogin:active
{
    color: #FF0000;
}
        
input#txtNim
{
    background-image: url(images/login/log1.png);
    background-position: 4px 0;
    background-repeat: no-repeat;
    padding-top: 2px;
    padding-bottom: 5px;
    padding-left: 30px;
    margin-bottom: 4px;
    -moz-border-radius: 0.4em;
    -webkit-border-radius: 0.4em;
    -khtml-border-radius: 0.4em;
    border-radius: 0.4em;
    color: #000;
    border: solid 1px #66A2EC;
    width: 165px;
}
input#txtKunci
{
    background-image: url(images/login/log2.png);
    background-position: 4px 0;
    background-repeat: no-repeat;
    padding-top: 2px;
    padding-bottom: 5px;
    padding-left: 30px;
    margin-bottom: 4px;
    -moz-border-radius: 0.4em;
    -webkit-border-radius: 0.4em;
    -khtml-border-radius: 0.4em;
    border-radius: 0.4em;
    color: #000;
    border: solid 1px #66A2EC;
    width: 165px;
}
input.btn
{
    font-weight: bold;
    font-size: 7pt;
    letter-spacing: 1px;
    background-color: #1A1A1A;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    border-radius: 20px;
    text-transform: uppercase;
    padding: 4px;
    cursor: pointer;
    color: #fff;
    border: solid 2px #fff;
}
input.btn:hover
{
    background-color: #1880FF;
    color: #ffffff;
    border: solid 2px #fff;
}
input.btn:active
{
    color: #FF0000;
}
        
/*================================= Pop Up Control =====================================*/
.pnlPopup
{
    background-color: #ffffff;
    border: solid 1px #000;
    background-color: #ffffff;
    padding: 15px;
    padding-left: 68px;
    color: #000000;
    letter-spacing: 1px;
    border: solid 4px #4B9CFF;
    border-radius: 1em;
    -moz-border-radius: 1em;
    -webkit-border-radius: 1em;
    -khtml-border-radius: 1em;
    font-size: 8pt;
    width: 350px;
    -moz-box-shadow: 0 0 5px 6px #ccc;
    -webkit-box-shadow: 0 0 5px 6px #ccc;
    -khtml-box-shadow: 0 0 5px 6px #ccc;
    box-shadow: 0 0 5px 6px #ccc;
    background-image: url(images/alert.png);
    background-position: 10px 10px;
    background-repeat: no-repeat;
}
.pnlPopup a
{
    color: #ff0000;
    text-decoration: none;
}
.pnlPopup a:hover
{
    color: #000;
}
.pnlPopup .btn
{
    margin-top: 10px;
    float: right;
}
.modalBg
{
    background-color: Transparent;
    background-image: url(images/pop_bg.png);
    background-repeat: repeat;
}
