#modalBackground{
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: wait;
	z-index: 10001;
	background-color:#333333;
	display: none;
	opacity: 0.40;
	filter: alpha(opacity=40)
}
#modalWindow {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10002;
  background-color: white;
  display: none;
  width: 320px;
  height: 90px;
  border-right: gray 1px solid;
  border-top: gray 1px solid;
  font-size: 20px;
  vertical-align: middle;
  border-left: gray 1px solid;
  cursor: wait;
  border-bottom: gray 1px solid;
  text-align: center;
  padding-top: 20px;
}

