﻿.PopUpBackColor_SCPopUp
{
    opacity: 0.70; /* firefox, opera, safari, chrome */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=70)"; /* IE 8 */
    filter: alpha(opacity=70); /* IE 4, 5, 6 and 7 */
    zoom: 1; /* so the element "hasLayout"*/
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: Black;
    z-index: 1;
    position: absolute;
}
.PopUp_SCPopUp
{
    background-color: Black;
    left: 20%;
    position: absolute;
    width: 52%;
    z-index: 2;
}
.SCPopUp_Header
{
    font-family: Verdana;
    font-size: 14px;
    font-weight: bold;
}
.PopUpBackColor_SCPopUp_Comment
{
    opacity: 0.70; /* firefox, opera, safari, chrome */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=70)"; /* IE 8 */
    filter: alpha(opacity=70); /* IE 4, 5, 6 and 7 */
    zoom: 1; /* so the element "hasLayout"*/
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: Black;
    z-index: 3;
    position: fixed;
}
.PopUp_SCPopUp_Comment
{
    background-color: Black;
    left: 28%;
    position: fixed;
    width: 52%;
    z-index: 4;
}
.PopUpBackColor_SCPopUp_Close
{
    opacity: 0.70; /* firefox, opera, safari, chrome */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=70)"; /* IE 8 */
    filter: alpha(opacity=70); /* IE 4, 5, 6 and 7 */
    zoom: 1; /* so the element "hasLayout"*/
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: Black;
    z-index: 3;
    position: fixed;
}
.PopUp_SCPopUp_Comment_Close
{
    background-color: Black;
    left: 28%;
    position: fixed;
    width: 52%;
    z-index: 4;
}