body {
    background: #000;
    color: #aaa;
    font-size: 20px;
}
a {
    color: #aaF;
    text-decoration: underline;
}
a:hover {
    text-decoration: none;
}
input,
textarea {
    background-color: #333;
    border: 1px solid #eee;
    color: #eee;
}

.file,
.formDownload,
.formUpload {
    margin:10px;
}

.text {
    float: right;
}

.text textarea {
    width:300px;
    height: 300px;
}