﻿.browserBackground {
    background-color: #000;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0%;
    left: 0%;
    opacity: 0.5;
    z-index: 200;
}

.browserPopup {
    position: fixed;
    width: 650px;
    height: 300px;
    margin-left: 25%;
    margin-top: 10%;
    z-index: 200;
}

.browSercontainer {
    background-color: #dddddd;
    position: relative;
    top: 0px;
    left: 0px;
    width: 650px!important;
    height: 315px!important;
    z-index: 999;
    /*border-radius: 0px!important;*/
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    box-shadow: 0px 0px 30px #000000;
    /*overflow-x:hidden;
    overflow-y:auto;*/
    /*border:solid 1px blue;*/
}

.browserClose {
    background-image: url(../images/icon_close.png);
    background-repeat: no-repeat;
    width: 28px;
    height: 32px;
    position: absolute;
    top: 10px;
    right: 15px;
    z-index: 2000;
    cursor: pointer;
    /*border:solid 1px blue;*/
}

#divBrowser {
    position: relative;
    left: 40px;
    top: 60px;
    width: 87%;
    height: 80%;
    /*border:solid 1px black;*/
}

.browsertitle {
    font-family: 'open sans',verdana;
    font-size: 14pt;
    color: #6300c7;
    text-align: justify;
    line-height: 22px;
}

.browserText1 {
    font-family: 'open sans',verdana;
    font-size: 11pt;
    color: #2a2a2a;
    text-align: justify;
    line-height: 18px;
    /*border:solid 1px red;*/
}

    .browserText1 a {
        color: #6300c7;
    }

.browserText2 {
    font-family: 'open sans',verdana;
    font-size: 10pt;
    color: #2a2a2a;
    text-align: justify;
    line-height: 15px;
}

input[type="checkbox"] {
    margin: 3px 5px !important;
}
