﻿.pnlBackGround
{
    position: fixed !important;
    position: absolute;
    top: auto;
    left: auto;
    width: 90%;
    height: 90%;
    padding: 16px;
    background: #FEFEFE;
    font: normal Dosis, Georgia, Serif;
    color: #111;
    border: 2px solid #FF9900;
    -webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.4);
    box-shadow: 0px 1px 2px rgba(0,0,0,0.4);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    z-index: 40000;
    right: auto;
    bottom: auto;
}
.pnlBackGround a.bsclose
{
    position: absolute;
    top: -10px;
    right: -10px;
    background: #fff;
    font: bold 16px Arial, Sans-Serif;
    text-decoration: none;
    line-height: 26px;
    width: 26px;
    text-align: center;
    color: #000000;
    border: 2px solid #333;
    -webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.4);
    box-shadow: 0px 1px 2px rgba(0,0,0,0.4);
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    border-radius: 25px;
    cursor: pointer;
}
.modalBackground
{
    background-color:Gray;
    filter:alpha(opacity=50);
    opacity:0.7;
    z-index: 50000;
}
.share
{
    overflow: visible;
    line-height: 1.4;
}
.sharediv
{
    border: 1px solid #E6E6E6;
    background: #f7f7f7;
    border-radius: 0px 0px 5px 5px;
    color: #333333;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    min-height: 90px;
    max-height: 95%;
    width: 33.3333333%;
    height: auto;
    min-width: 105px;
    min-height: 30px;
    font-size: 16px;
}
.divspace
{
    padding-bottom: 4px;
}
.share .headermenu, .share  
{
    border-top: 1px solid #e7e7e7;
	border-radius: 0px 0px 5px 5px;
	padding: 5px;
	color: #333333;
}
.share .headermenu{	background: #f7f7f7;}
.share .divmiddl
{
    background: #fff;
    overflow: visible;
    max-height: 100%;
    width: auto;
    height: auto;
}
.share a
{
    color: #333333;
}
