
/* Template preview popup */
#tplPreview {
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: #ffffff;
  border:4px solid #990000;
  font-size: 11px;
  color: #4B4B4B;
  padding: 3px 3px 5px 3px;
  z-index:9999999;
}


#tplPreviewTitle {
  font-size: 12px;
  text-align:center;
  font-family:Verdana, Arial, Helvetica, sans-serif;
}

#tplPreviewBody {
  position: relative;
  text-align:center;
}

#tplPreviewImage {
  margin: 2px auto 2px auto;
}

#tplPreviewProgressBar {
  position: absolute;
  width: 125px;
  padding: 10px 10px 15px 10px;
  top: 45%;
  left: 50%;
  margin-left: -67px;

  border: 1px solid #6A6A6A;
  background-color: #ffffff;
  color: #000000;
  font-family: Tahoma,Helvetica,sans;
  font-size: 10px;
  text-align:center;
}
 .rightcoltempl {
 width:236px; margin-left: 5px;
 }
 .hidden {
 	display:none;
 }
 