body {
font-family: Arial;
font-size: 11px;
color: white;
}

.submit input, textarea, select {
border: 1px solid #666;
background: black;
color: black;
}

.bottom {
color: #666;
}


input {
width: 150px;
}

select {
width: 150px;
}

textarea {
width: 250px;
height: 100px;
}

.helper {
color: red;
}

.red {
color: #C00;
}

.white {
color: #fff;
}