#headerLine {
    padding-bottom: 10px;
    display:block;
}

#headerLogo {
    padding-right: 10px;
}

#headerText {
    font-size: 35px;
    font-weight: bold;
    font-family: helvetica;
}

label {
    display:block;
    font-weight: bold;
    padding-bottom: 4px;
}

button {
    padding:5px 15px;
    border-radius: 6px;
    background-color: #ceda90;
    color: #556B2F;
    font-weight:bold;
    border:0 none;
    cursor:pointer;
}

input[type=submit] {
    padding:5px 15px;
    background:#ceda90;
    color: #556B2F;
    font-weight:bold;
    border:0 none;
    cursor:pointer;
    border-radius: 6px;
}
