﻿.wp_prt_msg {
  display: none !important;
  position: absolute;
  padding: 10px;
  background-color: #EFEFEF;
  border: 1px solid #D3D3D3;
  font-family: Arial;
  font-size: 11px;
  line-height: 16px;
  color: #494949;
  width: 300px;
  z-index: 999;
  opacity: 0;
  visibility: hidden;

}

.wp_prt_msg b {
  text-decoration: underline;
}

.wp_prt_msg a {
  text-decoration: underline;
  color: #c2212f;
}

.wp_prt_msg a:hover {
  text-decoration: underline;
  color: #333333;
}

.wp_prt_ov {
  /*protection overlay*/
  display: none;
  position: absolute;
  border: solid 0px red;
  padding: 0px !important;
  margin: 0px !important;
}

.wp_prt {
  /*reserved for future - items declared with this class will be added to protected*/
}

.wp_prt_not {
  /*reserved for future - items declered with this calss will be excluded from protection*/
}