html, body
{
    background-color: #000000;
    background-repeat: repeat;
}

*
{
    margin: 0;
    padding: 0;
}
a
{
    color: #D19717;
    text-decoration: none;
}

a:hover
{
    color: #D19717;
    text-decoration: underline;
    cursor: pointer;
}

fieldset
{
    border-color: transparent;
    border-style: none;
    margin-left: 5px;
}

fieldset > input, fieldset > label
{
    display: block;
    text-align: left;
}

label.inputlabel
{
    font-size: small;
}
input.input
{
    height: 20px;
}

#betreff
{
    font-family: inherit;
    font-size: 15px;
    width: 290px;
    margin-top: 15px;
}

#nachricht
{
    margin-top: 10px;
    font-family: inherit;
    font-size: 15px;
    width: 290px;
    height: 200px;
    resize: none;
}

#sendsubmit
{
    position: relative;
    left: 3px;
    margin-top: 10px;
}

#nachrichtentabelle
{
    margin: 10px;
}

#nachrichtborder
{
    margin: 5px;
}

#avatarborder
{
    margin-right: 10px;
}

#empfaengername
{
    margin-top: 10px;
}

#gildeinput
{
    clear: left;
    
    margin-left: 5px;
    
}

#gildeinputcheckbox
{
    margin-top:15px;
}

#checkedimg
{
    position: relative;
    top: 3px;
    margin-left: 5px;
}
#checkedimgdiv
{
    float: left;
    min-height: 16px;
    min-width: 16px;
}

#name
{
    width: 144px;
}

#nameinput
{
}
