label.required:after {
    content: "*";
    color: red;
}

label.error {
    color: red;
    float: right;
    margin-right: 130px;
}

form div label {
    float: left;
    width: 150px;
}

#absenteeTable {
    width: 95%;
}

.lotNum {
    width: 15%;    
}
.lotDesc {
    width: 70%;
}
.lotAmount {
    width: 15%;    
}

tbody tr td input {
    width: 100%;
}

div#dialog.ui-dialog-content ul {
    padding: 10px;
}
