
.ModalPopupBG
{
    background-color: #F2F7FF;
    filter: alpha(opacity=80);
    opacity: 0.8;
}

.popUp
{
    width: 100%;
    height: 100%;
    background: white;
}

.iframePopUp
{
    border-width: 1px;
    border-style: solid;
    border-color: Black;
    width: 900px;
    height: 685px;
    background: white;
    background-color: white;
    padding: 15px;
    overflow-x: hidden;
    overflow-y: hidden;
}

.popupHeader
{
    font-size: 18px;
    font-weight: bolder;
    margin-bottom: 20px;
}

.popUpBarreControle
{
    text-align: right;
    margin-top: 20px;
    width: 100%;
}


.HellowWorldPopup
{
    min-width: 200px;
    min-height: 150px;
    background: white;
}

.iframeVideoPopUp
{
    height: 500px;
}

.popupVideoHeader
{
    margin-bottom: 0px;
}

.popUpBarreControleVideo
{
    margin-top: 0px;
}