#gamearea {
    margin: 30px 20px 10px 20px;
    height: 390px;
}




#AddForm {

    float:right;
    width:330px;

}

#Appcontrol{
    width:330px;
    float:left;

}

.greybox {
    background:rgba(0,0,0,0.5);
    border-radius: 15px; 
    display: block;   
    margin: 20 20 0 20;   
    padding: 0 0 10 0;
    text-align:center;
}

a {text-decoration: none;}

.button {
    padding: 14 20;
    margin: 10px 30px;
}

form {
    height:auto;
    display:contents;
}

fieldset {
    border:none;
    padding: 9px 1px 0px 1px;
}

textarea {
    resize: none;
}

small {
    font-size: x-small;
    margin: 10px 40px;
    display: block;
    background: rgba(255,255,255,0.8);
    padding: 4px;
    text-align: center;
    line-height: 1.4;
}

#copyright {
    color:white; 
}