body {
    font-family: Tahoma;
    font-size: 8pt;
    margin: 5px;
    width: 100%;
    height: 800px;
    text-align: center;
    position: relative;
    background-image: url(../images/bg.jpg);
    background-repeat: no-repeat;

}

table {
    border: none;
    border-collapse: collapse;
    font-size: 8pt;
}

table td {
    border: 1px solid #aaa;
    padding: 4px 0px;
    text-align: left;
    vertical-align: top;
}

table.noline td {
    border: none;
    padding: 4px 0px;
    text-align: left;
    vertical-align: top;
}

.title{
    font-size: 16px;
    text-align: center;
    margin: 0px;
    color: white;
}

.text{
    font-size: 15px;
    text-align: center;
    margin: 0px;
}

.btn{
    width: 150px;
    height: 35px;
    color: white;
    background-color: #9406a0;
    font-size: 16px;
    font-weight: bold;
    border-radius: 20px;
    border: none;
    cursor: pointer;
}


.tip_white { 
    display: none; 
    margin: auto;
    position: fixed;
    text-align: center;
    left: 0;
    right: 0;
    top: -20%;
    bottom: 0%;
    width: 80%;
    height: 200px;
    border: 3px solid orange;
    background-color: rgb(15, 3, 58);
    z-index: 1002;
    overflow: auto;
} 
.tip_overlay{ 
    display: none; 
    position: fixed; 
    top: 0%; 
    left: 0%; 
    width: 100%; 
    height: 100%; 
    background-color: black; 
    z-index:1001; 
    -moz-opacity: 0.8; 
    opacity:.80; 
    filter: alpha(opacity=88); 
} 

.tiptext{
    color: rgb(255, 255, 255);
    text-align: center;
    margin: 0 auto;
    padding-top: 0px;
    font-weight: normal;
}

.text{
    color: rgb(255, 255, 255);
    padding: 5px;
    text-align: left;
}