﻿.RPopupCon{
    position:fixed; top:0px; left:0px; width:100%; height:100%; z-index:997;
}

.RPopupShadow{
    position:absolute; top:0px; left:0px; width:100%; height:100%; background:black; filter:alpha(opacity=25); opacity:0.25; z-index:998;
}
.RPopupScreenCon{
    position:absolute; top:0px; left:0px; width:100%; height:100%; overflow:hidden; z-index:999;
}

.RPopupContentCon{
    position:absolute; top:50px; left:50px; width:850px; height:535px; z-index:999;
}
.RPopupBorder{
    position:absolute; top:-10px; left:-10px; width:870px; height:555px; background:gray; z-index:997; filter:alpha(opacity=50); opacity:0.5; border-radius:8px;
}
.RPopupContent{
    position:absolute; top:0px; left:0px; width:100%; height:100%; margin:auto; z-index:998;
}
.RPopupContentTitle{
    position:relative; width:100%; height:34px; line-height:34px; background:#f0f0f0; text-align:left; font-size:15px; text-indent:10px; font-weight:bold; border-bottom:1px solid #d5d5d5; cursor:default;
}
.RPopupContentTitle_hot{
    background:pink;
}
.RPopupContentCenter{
    position:relative; height:500px; background:white;
}
.RPopupContentCenterShade{
    position:absolute; width:100%; height:100%; z-index:1001;
}
.RPopupCloseBtn{
    position:absolute;
    width:14px;
    height:14px;
    background-image:url(RPopupCloseBtn.gif);
    background-repeat:no-repeat;
    background-position:0px 0px;
    top:10px;
    right:10px;
    cursor:pointer;
}
.RPopupCloseBtn_hot{
    background-position:-14px 0px;
}


.RPopupBtn{
    width:80px;
    height:22px;
    line-height:22px;
    margin:auto;
    background:#f0f0f0;
    border:1px solid #d0d0d0;
    cursor:pointer;
    text-align:center;
}
.RPopupBtn_hot{
    background:#f8f8f8;
}