/* INDEX PAGE STYLES */
form .fields {
    width: 300px;
    margin-top: 20px;
}

form .fields .spacer {
    height: 12px;
}

form .fields .input {
    width: 100%;
}

form .fields .input input {
    width: 84%;
    padding: 3% 3%;
}

form .fields .input select {
    width: 91%;
    padding: 3% 3%;
}

.submit {
    text-indent: -1000px;
    overflow: hidden;
    margin: 0;
}