div.ks_reg_medladm_portlet .vis 
{
    background-image: url(/mysoft/images/minus.gif);
    background-repeat: no-repeat;
    background-position: center center;
    width: 22px;
}
div.ks_reg_medladm_portlet .skjul 
{
    background-image: url(/mysoft/images/plus.gif);
    background-repeat: no-repeat;
    background-position: center center;
    width: 22px;
}
div.ks_reg_medladm_portlet .visDiv 
{
    display;
    width: 100%;
}
div.ks_reg_medladm_portlet .skjulDiv 
{
    display: none;
    width: 100%
}