body
{
    padding: 0px;
    margin: 0px;
    background: #ccc;
}
#pageContent
{
    margin: 40px auto;
    width: 99.9%;
    border-right: 1px solid #333;
    border-left: 1px solid #333;
}
span
{
    font: 18px bolder ;
    color: rgb(255,255,255);
    text-shadow: 5px 5px 5px rgb(0,0,0);
    font-family: cursive sans-serif monospace;
}
input,textarea
{
    border: 3px inset black;
    color: black;
    font: 15px bold italic serif sans-serif fantasy;
}
.errors
{
    display: none;
    height: 15px;
    width: auto;
    border: 5px groove black;
    margin: 2px;
    padding: 5px;
    text-align: center;
    font-size: larger;
    font-weight: bolder;
    background-color: #fff;
    color: red;
}
#rightSide
{
    float: right;
    background: rgba(66,66,66,0.5);
    border: none;
    border-left: 6px solid black;
    border-bottom: 6px solid black;
    width: 70%;
    height: 510px;
    box-shadow: inset 0px 6px 12px rgba(145,245,232);
}
#leftSide
{
    float: left;
    background: rgba(66,66,66,0.5);
    border: none;
    border-right: 6px solid black;
    border-bottom: 6px solid black;
    width: 29%;
    height: 510px;
    box-shadow: inset 0px 6px 12px rgba(145,245,232);
}
h3,h2
{
    margin: 0px;
    padding: 0px;
    color: #fff;
    text-shadow: 2px 2px 8px #333;
    display: inline-block;
}