#greenlogo {
  position: absolute;
  width:70px;
  top: 5px; 
  height:40px;
  left: 930px;
  background-image: url(../img/green.gif);
}

#date {
  position: absolute;
  width:126px;
  top: 100px; 
  height:40px;
  left: 10px;
  font-size: 15px;
  font-weight: bold;
  color: white;
}

#logo {
  position: absolute;
  width:222px;
  top: 5px; 
  height:78px;
  left: 5px;
  background:transparent;
  background-image: url(../img/mip_logo.gif);
  background-position: bottom left;
  background-repeat:no-repeat;
}

#save, #saveInFrame {
  position: absolute;
  width:34px;
  top: 10px; 
  height:15px;
}

#save {
  left: 895px;
}

#saveInFrame {
  left: 675px;
}

#print {
  position: absolute;
  width:36px;
  top: 10px; 
  height:15px;
  left: 789px;
  background:transparent;
  background-image: url(../img/icon/printer15.gif);
  background-position: bottom left;
  background-repeat:no-repeat;
}

#pdf, #pdfInFrame {
  position: absolute;
  width:36px;
  top: 10px; 
  height:15px;
  background:transparent;
  background-image: url(../img/icon/pdf.gif);
  background-position: bottom left;
  background-repeat:no-repeat;
}
#pdf {
  left: 875px;
}
#pdfInFrame {
  left: 655px;
}

#help, #helpInFrame {
  position: absolute;
  width:34px;
  top: 10px; 
  height:15px;
  cursor: pointer;
  background:transparent;
  background-image: url(../img/icon/help15.gif);
  background-position: bottom left;
  background-repeat:no-repeat;
}

#selectlanguage, #selectlanguageInFrame{
  position: absolute;
  width:135px;
  top: 12px; 
  height:15px;
  background:transparent;
  background-position: bottom left;
  background-repeat:no-repeat;
}
#selectlanguage{
  left: 730px;
}
#selectlanguageInFrame{
  left: 510px;
}
#helpInFrame{
  left: 691px;
}
#help{
  left: 911px;
}
