form{
    width:80%;
}
body {
    margin: 2;
    background-color: #dfeeff;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.save{
     background: url(images/gaygames.jpg) no-repeat 240px fixed;
}
#divLeftBarMenu {
    position:absolute;
    left:1px;
    top:15%;
    width: 15%;
}
#logoId{
    position: absolute;
    top: 0px;
    left: 240px;
}
.logoId2{
    position:relative;left:20px;
}
#divMainImage {
    position: absolute;
    top: 1px;
    left: 1px;
    width:100%;
}

#divSolidContent{
    position:absolute;
    left:15%;
    width:auto;
    max-width:60%;
    top:20%;
    background-color: beige;
    z-index: 1000;
}
#mainImage{
    position: absolute;
    left:10px;
    width: 220px;
    height:110px;
}
h1 {
    font-family: "sans-serif";
}



div {
    margin-bottom: 10px;
}




.active {
    background-color: green;
    color: blue;
}


.footer {
    position: fixed;
    padding: 10em 10em 0em 10em;
    bottom: 0;
    width: 100%;
    /* Height of the footer*/
    height: 40em;
    background: teal;
}
.formStyle{
    position:absolute;
    left:25%;
    top: 30%;
    width:50%;
    background-color: aqua;
    padding: 10em;

}
.contentStyle{
    position:absolute;
    left:10%;
    top: 20%;
    width:80%;
    background-color: transparent;
    padding: 5%;

}
textarea{
    width:360px;
    height:50%;
}
input {
    width:360px;
}
.button{
    width:80px;
}
input[type=button], input[type=submit], input[type=reset] {
  width: auto;;
}