@charset "utf-8";
/* CSS Document */
body {
}

div.logo {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -106px;
	margin-left: -386px;
	
	text-align: center;
	line-height: 15px;
}
div.logo a {
  text-decoration: none;
}
div.logo a img {
  border: 0px;
  vertical-align: middle !important;
}

input.button {
  vertical-align: middle !important;
}

div.bluredBackGround {
  position: fixed;
  height: 100%; 
  width: 100%; 
  top: 0px; 
  left: 0px; 
  background-color: #000000; 
  z-index: 60;
}
div.mainBox {
  position: fixed;
  background-color: #888888;
  border: 1px solid #999999;
  z-index: 60;
  padding: 5px;
}
div.mainBox table.mainTable {
  background-color: #FFFFFF;
  border: 1px solid #999999;
  width: 100%;
  height: 100%;
}
div.mainBox table.mainTable td.title {
  background-color: #ccc;
  border-bottom: solid 1px #aaa;
  padding-left: 5px;
  cursor: move;
  height: 20px !important;
  max-height: 20px !important;
}
div.mainBox table.mainTable td.body {
  padding: 20px;
  vertical-align: top;
}
div.mainBox table.mainTable td.body span {
  width: 70px;
  display: inline-block;
}
div.mainBox table.mainTable td.buttons {
  background-color: #fefefe;
  padding-right: 5px;
  border-top: solid 1px #aaa;
  text-align: right;
  height: 23px !important;
  vertical-align: middle !important;
  padding-top: 5px;
}
div.mainBox table.mainTable td.buttons a img,
div.mainBox table.mainTable td.buttons input,
div.mainBox table.mainTable td.buttons a {
  text-decoration: none;
  padding: 0;
  margin: 0;
  border: none;
  padding: 0;
  margin: 0;
}