﻿#Ibarlightbox {
  border: 9px solid #fff;
  border-radius: 10px;
  background: #fff;
  background-repeat: no-repeat;
  display: none;
  /* Hidden as default */
  height: 450px;
  width: 450px;
  margin: 100px auto 0;
  position: relative;
  z-index: 99999;
  -webkit-box-shadow: 0px 0px 20px #000;
  -moz-box-shadow: 0px 0px 20px #000;
  box-shadow: 0px 0px 20px #000;
  vertical-align: middle; }
  #Ibarlightbox p {
    width: 520px; }

#Ibarfade {
  display: none;
  /* Hidden as default */
  background-image: url("/MvcWorkComAds/Content/themes/base/images/bg_lightbox.png");
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  opacity: 1;
  z-index: 9999;
  filter: alpha(opacity=80);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; }

#IbarRequestIframe {
  width: 100%;
  height: 100%;
  *height: 580px;
  /*IE7 and below*/
  display: block;
  border: 0; }

#IbarClosebox {
    color: #34567b;
    font-size: 1em;
    display: inline;
    width: 10%;
    position: relative;
    bottom: 35px;
    right: -170px;
    background-color: #fff;
    cursor: pointer;
    font-weight: 700;
    background: none;
    /* 39px; */
}