#calcLeftTop{
  margin: 0px;
  width: 179px;
  height: 176px;
  background-image: url(./images/calcLeftTop.gif);
  background-repeat: no-repeat;
  color: white;
  font-weight: bold;
}
#drivecost, #persons, #costAll{
  position: absolute;
  margin: 50px 0px 0px 15px;
  width: 150px;
  height: 80px;
}
#persons{
  margin: 135px 0px 0px 15px;
  height: 30px;
}
#adressSpan{
  font-weight: normal;
}
#subMenu #subNormal{
  display: inline;
  background-image: none;
  margin: 0px 0px 0px 0px;
  padding: 0px;
  font-weight: normal;
  color: white;
}
.greenBar, .grayBar, .lightGrayBar{
  margin: 0px;
  height: 25px;
  width: 510px;
  color: white;
  font-weight: bold;
  background-image: url(./images/calcGreenBack.gif);
  background-repeat: no-repeat;
}
.grayBar, .lightGrayBar{
  float: left;
  padding: 0px;
  width: 480px;
  background-image: url(./images/calcGrayBack.gif);
  overflow: hidden;
}
.lightGrayBar{
  width: 510px;
  background-image: url(./images/calcLightGrayBackBig.gif);
  color: #4D4D4D;
}
.innerBar{
  padding: 5px 0px 0px 25px;
}
.openCloseBig{
  float: right;
  height: 25px;
  width: 28px;
}
