body
{
    background-color: #000;
    color: #fff;
    font-family: arial, helvetica, sans-serif;
    padding: 0;
    margin: 0;
    overflow: hidden;
}

body,
html
{
    height: 100%;
}

a
{
    color: #000;
}

form,
.formbox
{
    position: absolute;
    left: 1%;
    top: 10%;
    z-index: 1000;
    font-size: 90%;
    display: block;
    width: 420px;
    color: #000;
    padding: 6px;
    font-weight: bold;
}

.formbox
{
    z-index: 990;
    filter: alpha(opacity=50);
    -moz-opacity: .5;
    background-color: #fff;
    height: 42px;
}

.modeShowImageHtml .formbox
{
    height: 60px;
}

.modeShowAbout .formbox
{
    height: 250px;
    filter: alpha(opacity=65);
    -moz-opacity: .65;
}

.home
{
    position: absolute;
    left: 1%;
    top: 0;
    height: 70px;
    width: 360px;
    z-index: 800;
    cursor: pointer;
}

.info
{
    margin-top: 4px;
}

input.submitButton
{
    font-size: 90%;
    background-color: #ccc;
}

.back
{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

a img
{
    border: 0;
}

.yourText
{
    margin-bottom: 3px;
}

.more
{
    text-align: right;
}

.responsible
{
    font-weight: normal;
}

.ad
{
    position: absolute;
    right: 1%;
    top: 2%;
    width: 125px;
    height: 100px;
    z-index: 900;
    /* background-color: #fff; */
    filter: alpha(opacity=9);
    -moz-opacity: .9;
    font-weight: bold;
    padding: 10px;
    color: #000;
    font-size: 14px;
}

#funmailWrapper {
    position: absolute;
    left: 15px;
    top: 2%;
    z-index: 900;
}

.ad a
{
    color: #33a;
}

