﻿

/* Set widths on the form inputs since otherwise they're 100% wide */
input,
select,
textarea {
    max-width: 480px;
}

.pickbox {
    padding-left:60px;
    padding-top:20px;
}
.radio {
    padding-left:-10px;
}
.subbtn {
    float: right;
    margin-bottom: 2em;
    margin-right: 3em;
}