﻿

/* MODAL WINDOW */

.jsPointer {
 cursor:pointer;
}
#popItBg {
  background-color: #0C2045;
  position: absolute;
  z-index: 9999997;
  top: 0px;
  display: none;
  left: 0px;
  text-align: center;
  opacity: 0.4;
  filter: alpha(opacity=40);
}
#popIt {
  position: absolute;
  z-index: 9999998;
  top: 0px;
  display: none;
  left: 0px;
  text-align: center;
}
#liteBoxTopLogo img {
  margin-top:20px;
  border:none;
}
#liteBoxP {
  width: 840px;
  height: 450px;
  position: absolute;
  top: 20px;
  left: 0;
  background-color: #FFF;
}

#returnBtn {
  width: 840px;
  height: 45px;
  background-color: #CCCCCC;
  position: absolute;
  top: 425px;
  left: 0px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  background-color: #FFF;
}
#returnBtn img {
  border: 0 none;
}
#returnBtn a {
  float: right;
}

#liteBoxTopLogo {
  background-position: 32px -60px;
  height: 80px;
  background-repeat: no-repeat;
  background-color: #FFF;
  text-align:left;
}

