fieldset {
width: 355px;
margin-bottom: 10px;
}
input {
position: relative;
left: 130px;
}
select {
position: relative;
left: 130px;
}
label {
position: absolute;
}
#buttons input {
position: relative;
left: 0;
}
.invalid {
border: solid 1px red;
background: #ffe4e4;
}
#donotfill {
display: none;
}