/* selected */
.tab1 {
    /*background-color: #CCCCCC;*/
    border-top: 2px gray solid;
    border-left: 2px gray solid;
    border-right: 2px gray solid;
    border-bottom: 0px #EFF5F7 solid;
    color: white;
    background-image: url('../images/bgvars.gif');
    font-weight: bold;
    border-radius: 5px 5px 0px 0px;
}

/* unselected */
.tab2 {
    background-color: #EEEEEE;
    border: 1px gray solid;
    border-bottom: 2px solid gray;
    border-radius: 5px 5px 0px 0px;
}
/* ruang kosong */
.tab3 {
    border-bottom: 2px gray solid;
}

/* line bar bawah */
.tab4 {
    background-color: #EFF5F7;
}

.tab1 a, .tab2 a {
    color:black;
}

.boxpg {

}

.err {
    color:red;
    font-weight: bold;
}

.err_img {
    background-image: url('../images/stop.png');
    width: 48px;
    height: 48px;
    float: left;
}

.info_img {
    background-image: url('../images/info.png');
    width: 40px;
    height: 40px;
    float: left;
}

.info {
    color: #336699;
    font-weight: bold;
    padding-top: 20px;
}