#div_27_v01 .vis 
{
    background-image: url(/mysoft/images/minus.gif);
    background-repeat: no-repeat;
    background-position: center center;
    width: 22px;
	cursor: pointer;
}
#div_27_v01 .skjul 
{
    background-image: url(/mysoft/images/plus.gif);
    background-repeat: no-repeat;
    background-position: center center;
    width: 22px;
	cursor: pointer;
}
#div_27_v01 .visDiv 
{
    display;
    width: 100%;
}
#div_27_v01 .skjulDiv 
{
    display: none;
    width: 100%
}

#div_27_v01 .bilde 
{
    width: 150px;
}

#confirmBox {
  padding-top: 6px; 
  background-color: #efefef; 
  width: 230px; 
  align: right; 
  border: 1px black solid;
}

#confirmBox .textStyle {
  text-align: center; 
  font-weight: bold;
}

#confirmBox .okButton {
  padding-bottom: 0px; 
  padding-left: 20px; 
  float: left;
}

#confirmBox .cancelButton {
  padding-bottom: 0px; 
  padding-right: 20px;
}

#confirmBox .okButton input, 
#confirmBox .cancelButton input {
  width: 40px;
}
