.vr_hosted_email_socializer_cancel_like {
  cursor: pointer;
  border: 1px solid #ccc;
  padding: 4px 15px;
  font-size: 12pt;
  color: #555;
  font-family: helvetica neue;
  background: #e2e2e2; /* old browsers */
  background: -moz-linear-gradient(top, #e2e2e2 0%, #dbdbdb 50%, #d1d1d1 51%, #fefefe 100%); /* firefox */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e2e2e2), color-stop(50%,#dbdbdb), color-stop(51%,#d1d1d1), color-stop(100%,#fefefe)); /* webkit */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=#e2e2e2, endColorstr=#fefefe,GradientType=0 ); /* ie */
}

.vr_hosted_email_socializer_like_mask {
  z-index: 2147483645;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000000;
  opacity: 0.5;
  filter:alpha(opacity=50)
}

.vr_hosted_email_socializer_like_popup {
  z-index: 2147483646;
  position: absolute;
  top: 65px;
  left: 50%;
  width: 520px;
  height: 220px;
  opacity: 0.15;
  filter:alpha(opacity=15)
  background-color: #000;
  margin-left: -260px;
  font-family: Helvetica Neue, Arial;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: #000 0 0 45px;
  -moz-box-shadow: #000 0 0 45px;
  box-shadow: #000 0 0 45px;
}

.vr_hosted_email_socializer_like_content {
  z-index: 2147483647;
  position: absolute;
  top: 75px;
  left: 50%;
  width: 500px;
  height: 200px;
  background-color: #ffffff;
  margin-left: -250px;
  font-family: Helvetica Neue, Arial;
  font-size: 12pt;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
