body{
    font:11px "Lucida Grande",Verdana,Arial,"Bitstream Vera Sans",sans-serif;
    background: #4573b1 url(../images/header-6.png) 27px 0px no-repeat;
}
#copyright a{text-decoration:none;color:#000;font-size: 10px;float:right}
/** header **/
#header{
    background: url(../images/header_bg.gif) repeat;
    height:27px;
    line-height: 27px;
}
.judul{
    float: right;
    color:white;
    margin-right: :30px;
}
.logo{
    width:64px;
    height:64px;
    overflow: hidden;
    -moz-border-radius:10px;
    -khtml-border-radius:10px;
    -webkit-border-radius:10px;
    -moz-box-shadow:rgba(9,9,9,1) 0 4px 18px;
    -webkit-box-shadow:rgba(9,9,9,1) 0 4px 18px;
    -khtml-box-shadow:rgba(9,9,9,1) 0 4px 18px;
    box-shadow:rgba(9,9,9,1) 0 4px 18px;
    border-radius:10px;
    border: 2px solid #fbfbfb;
    background: #000 url('../images/user.png') no-repeat;
    cursor: pointer;
    float: left;
}
.text-login{
    padding: 5px 0px 0px 10px;
    float: left;
    width:150px;
    overflow: hidden;
    color: white;
    font-size: 11px;
}
.form-login{
    width:100%;
    display: none;
    float:left;
}
div.window_inner{
    overflow: hidden;
    width:auto;
    background: url(../images/header_bg.gif) 0px 0px repeat;
    border: #fff 1px solid;
}
div.window_outer{
    overflow: hidden;
    width:auto;
    margin: auto;
    background-color: #ebebeb !important;
    border: #a4bed4 1px solid !important;
}
div.window_inner .title{
    width:100%;
    height: 29px;
    line-height: 29px;
    vertical-align: middle;
    padding-left: 28px;
    color: #000000;
    font-family: Tahoma;
    font-size: 11px;
    font-weight: bold;
    cursor: default;
    overflow: hidden;
    background: url(../images/header_bg.gif) 0px 0px repeat;
}
div.window_inner .body{
    overflow: hidden;
    background-color: #ebebeb !important;
    border: #c2d5dc 5px solid;
    border-top: none;
    padding:10px;
    font-family: tahoma;
    font-size: 11px;
}
input {
    font-family: tahoma;
    font-size: 11px;
}
form .alignright{float:right;}
label{color:white;font-size:13px;}
form p{
    margin-bottom:0;
}
.message{
    border-width:1px;
    border-style:solid;
    padding:5px 10px;
    -moz-border-radius:10px;
    -khtml-border-radius:10px;
    -webkit-border-radius:10px;
    border-radius:10px;
    color:#555;
    clear: both;
    width:130px;
    font-weight: bold;
    text-align: right;
    font-size: 12px;
}
.error{
    border-color: #cc0000;
    background-color: #ffebe8;
    -moz-box-shadow:rgba(9,9,9,1) 0 4px 18px;
    -webkit-box-shadow:rgba(9,9,9,1) 0 4px 18px;
    -khtml-box-shadow:rgba(9,9,9,1) 0 4px 18px;
    box-shadow:rgba(9,9,9,1) 0 4px 18px;

}