﻿#InfoBox
{
  border: 2px solid #0000FF;
  background-color: #FFFFFF;
  width: 210px;
  text-align: center;
  z-index: 1000;
  position: absolute;
  top: 45%;
  right: 45%;
}

#OkButton
{
  border: 2px solid #0000FF;
  background-color: #CCCCCC;
  width: 200px;
  height: 20px;
  z-index: 999;
  cursor: pointer;
}