.tx-t3cms-medlemmer .job-placement a {
    color: #c52c1a;
}

.tx-t3cms-medlemmer .job-placement .job-item {
    padding: 20px;
}

.tx-t3cms-medlemmer .job-placement label {
    display: block;
    font-weight: bold;
    margin-bottom: 6px;
}

.tx-t3cms-medlemmer .job-placement input[type=text], 
.tx-t3cms-medlemmer .job-placement select {
    width: 100%;
    height: 2em;
}

.tx-t3cms-medlemmer .job-placement input[type=text] {
    border: none;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: medium;
    border-bottom: 1px solid #0b2b3e;
}

.tx-t3cms-medlemmer .job-placement input[type=submit] {
    color: #fff;
    background: #c52c1a;
    border: none; 
    padding: 10px;
    margin: 0 20px;
}

.tx-t3cms-medlemmer .job-placement .error-list {
    margin: 20px;
    padding: 10px;
    background-color: #c52c1a;
    color: #fff;
    font-size: 1.2em;
    line-height: 1.8em;
}