﻿.PopupMaster
{
    width:300px;
}

.PopupContent
{
    position:absolute;
    font: 11px Tahoma; 
    color:#0061A0;
    background: url(Image/Bubble.png) no-repeat;
    padding:10px; 
    z-index:1; 
    width:297px!important; 
    width:297px; 
    height:auto!important; 
    height: 300px; 
    min-height:200px;
    overflow:auto;
}

.IE6PopupContent 
{
    position:absolute;
    font: 11px Tahoma; 
    color:#0061A0;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='Image/Bubble2.png', sizingMethod='scale'); 
    padding:10px; 
    z-index:1; 
    width:400px!important; 
    width:400px; 
    height:auto!important; 
    height: 280px; 
    min-height:280px;
    overflow:auto;
}
.PopupPointerTL 
{
    position:absolute;
    background: url(Image/BubbleBeakTL.png); 
    width:22px; 
    height:31px; 
    z-index:100;
}

.PopupPointerTR 
{
    position:absolute;
    background: url(Image/BubbleBeakTR.png); 
    width:22px; 
    height:31px; 
    z-index:100; 
}

.PopupPointerBL 
{
    position:absolute;
    background: url(Image/BubbleBeakBL.png); 
    width:22px; 
    height:31px; 
    z-index:100; 
}

.PopupPointerBR 
{
    position:absolute;
    background: url(Image/BubbleBeakBR.png);
     width:22px; 
     height:31px; 
     z-index:100; 
}

.IE6PopupPointerTL {position:absolute;filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='Image/BubbleBeakTL.png', sizingMethod='scale'); width:54px; height:58px; z-index:100;}
.IE6PopupPointerTR {position:absolute;filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='Image/BubbleBeakTR.png', sizingMethod='scale'); width:54px; height:58px; z-index:100; left:278;}
.IE6PopupPointerBL {position:absolute;filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='Image/BubbleBeakBL.png', sizingMethod='scale'); width:54px; height:58px; z-index:100; top: 200px;}
.IE6PopupPointerBR {position:absolute;filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='Image/BubbleBeakBR.png', sizingMethod='scale'); width:54px; height:58px; z-index:100; left:278; top: 200px;}

.PopupClose 
{
    position:absolute; 
    height:80px; 
    width:103px; 
    font:bold 10px arial; 
    text-align:center; 
    cursor:pointer;
    background: url(Image/BubbleClose3.png);
    z-index:100;
}

.IE6PopupClose
{
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='Image/BubbleClose3.png', sizingMethod='scale'); 
    position:absolute; 
    height:80px; 
    width:103px; 
    font:bold 10px arial; 
    text-align:center; 
    cursor:pointer;
    z-index:100;
}
