label {
    display: block;
    text-align: left;
    width: 400px;
    font-weight: bold;
    margin-top: 10px;
}
.pageform input, .pageform select {
    border: 1px solid navy;
}
.required {
    font-weight: bold;
    color: red;
    margin-right: 4px;
}
