form {
font-weight: bold;
}
label {
position: absolute;
}
input, select, textarea {
position: relative;
left: 250px;
width: 300px;
border: 1px solid #999999  
}
#controlbuttons input {
width: 70px;
}
.invalid {
border: solid 1px red;
background: #ffe4e4;
}
#donotfill {
position: absolute;
left: -5000px;
}
