﻿/* Set widths on the form inputs since otherwise they're 100% wide */
input,
select,
textarea {
    max-width: 280px;
}

.red {color:red;}
.blue {color:blue;}
.white {color:white;}
.black {color:black;}
