 .kotaktext {
  
  border: 1px solid #959595;
  -webkit-border-top-left-radius:8px;
  -webkit-border-bottom-left-radius:8px;
  -webkit-border-top-right-radius:8px;
  -webkit-border-bottom-right-radius:8px;
  -moz-border-radius-topleft:8px;
  -moz-border-radius-bottomleft:8px;
  -moz-border-radius-topright:8px;
  -moz-border-radius-bottomright:8px;
  border-top-left-radius:8px;
  border-bottom-left-radius:8px;
}

.referral, ul{
        margin-left:auto;
        margin-right:auto;
    margin-top: 110px;
    margin-bottom: 0px;
        padding:30px;   
    width: 1000px;
        background-color:#000000;        
    font-family : Verdana, Arial, Helvetica, sans-serif;
    font-size : 12px;
    line-height:24px;
    font-weight: normal;
    color : #FFFFFF;
    letter-spacing: 1px;
    scrollbar-face-color:#DCDCDE;
    scrollbar-highlight-color:#FFFFFF;
    scrollbar-3dlight-color:#C2C2C2;
    scrollbar-darkshadow-color:#808080;
    scrollbar-shadow-color:#E7E7E9;
    scrollbar-arrow-color:#FFFFFF;  
       
    }

#header-content{
    font-size:20px;
    font-weight:bold;
    color:#959595;
    font-family: Arial, Helvetica, sans-serif;
    margin-left: 50px;
    margin-top: -40px;
}

#submenu-wrapper{
  width:auto;
  height:50px;
  margin:0;
  margin-top:-40px;
  margin-bottom: 20px;
  margin-left: 20px;
}

#submenu{
  width:1060px;
  height:50px;
  margin-left: -37px;
}

a.panduanlink-off{
  display:block;
  float:left;
  width:auto;
  height:20px;
  padding:10px 10px 8px 10px;
  text-decoration:none;
  font-family:Arial, Helvetica, sans-serif;
  letter-spacing: 1px;  
  color:#000000;
  font-size:9px;
  font-weight: bold;
  background-color:#fbeea7;
  -webkit-border-bottom-right-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-bottomright: 10px;
  -moz-border-radius-bottomleft: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  box-shadow: 2px 2px 2px gray;
    margin-right:5px;

}



#footer {
        background-color:#444242;
        background-image: url("https://i.ibb.co/d0vZBTt/footer.jpg");
        background-repeat: repeat-x;
        height:55px;
        margin-top:0px;
}

.copyright{
    color: #FFFFFF;
    font-family: Tahoma;
    font-size: 12px;
    margin-top: 7px;
    padding-bottom: 20px;
    text-align: center;
    
}