﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

.tvdiv {
    width: 800px;
    height: 600px;
    position: fixed;
}

.tvdivfs {
    width: 100%;
    height: 100%;
    left: 0;
    bottom:0;
    position: fixed;
}

.overlaydivro {
    width: 300px;
    height: 100px;
    right: 0;
    bottom: 0;
    position: absolute;
    z-index: 2;
}

.overlaydivrb {
    width: 100px;
    height: 50%;
    right: 0;
    top: 0;
    position: absolute;
    z-index: 2;
}

.overlaydivlb {
    width: 300px;
    height: 400px;
    left: 0;
    top: 0;
    position: absolute;
    z-index: 2;
}

.overlaydivctr {
    width: 400px;
    height: 500px;
    left: 40%;
    top: 30%;
    position: absolute;
    z-index: 2;

}

.crossbutt {
    left: 30px;
    top: 15px;
    position: fixed;
    z-index: 3;
}

.chatdiv{
    background-color:rgba(213, 210, 210, 0.27);
}
.rightdiv{
    padding-left:850px;
}

