body , html{
    text-align: left;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	color: black;
    margin: 0;
}

form {
    display: inline;
}

.button {
    background-color: red;
    color: white;
    font-weight: bold;
}

.th {
    font-size: 12px;
    font-weight: bold;
    color: white;
    background-color:  black;
}

#uploadlist {
    width: 100%;
    height: 470px;
    overflow: scroll;
    background-color: red;
    color: black;
}

input, textarea, select {
    border: 1px solid black;
    background-color: red;
    color: white;
}

.button {
    background-color: black;
    color: red;
    font-weight: bold;
}