.roundedbox {
  position:absolute;
  border: 5px solid #000066;
  background:white;
  width: 800px;
  height: 1000px;
  z-index:99 !important;
  *margin-left: -400px;
}
.roundedbox img.topleft {
  position:absolute;
  left:0;
  top:0;
  margin-left: -5px;
  margin-top: -5px;


}
.roundedbox img.topright {
  position:absolute;
  right:0;
  top: 0;
  margin-right: -5px;
  margin-top: -5px;
}

.roundedbox img.botleft {
  position:absolute;
  left:0;
  bottom:0;
  margin-bottom: -5px;
  margin-left: -5px;
}
.roundedbox img.botright {
  position:absolute;
  right:0;
  bottom: 0;
  margin-right: -5px;
  margin-bottom: -5px;
}

.shadow {
  position:absolute;
  top:0;
  left:0;
  z-index:0 ;
  background: #666666;
  border: 5px solid #666666;
  margin-top:5px;
  margin-left: 5px;
}

.button {
  *margin-top: 25px;
}
