.dialogborderless{
  position: fixed;
  top: 50%;
  left: 50%;
  z-index:1;
  margin-left: -250px;
  margin-top: -80px;
  /*height: 207px;
  width: 500px;
  background-image: url(img/dialog_box_smith.gif);*/
}
.dialogborderlessText {
  position: absolute;
  left: 20px;
  top: 20px;
 /* height: 150px;
  width: 460px;*/
	text-align: center;
	
}

.dialogboxhigh {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index:1;
  margin-left: -250px;
  margin-top: -80px;
  height: 207px;
  width: 500px;
  background-image: url(img/dialog_box_smith.gif);
}

.dialogboxhighText {
  position: absolute;
  left: 20px;
  top: 20px;
  height: 150px;
  width: 460px;
	text-align: center;
}

.dialogboxhighButtons {
  position: absolute;
  cursor:pointer;
  left: 100px;
  top: 160px;
  height: 36px;
  width: 300px;
  text-align: center;
}


.dialogbox {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index:1;
  margin-left: -250px;
  margin-top: -80px;
  height: 157px;
  width: 500px;
  background-image: url(img/dialog_box.gif);
}

.dialogboxText {
  position: absolute;
  left: 20px;
  top: 20px;
  height: 100px;
  width: 460px;
	text-align: center;
}

.dialogboxButtons {
  position: absolute;
  cursor:pointer;
  left: 100px;
  top: 110px;
  height: 36px;
  width: 300px;
  text-align: center;
}

.dialogboxButton2 {
  cursor:pointer;
  position: absolute;
  left: 255px;
  top: 110px;
  height: 36px;
  width: 145px;

}