div.error {
    padding-left: 156px;
    padding-top: 1px !important;
    text-align: left;
    width: auto;
    font-size: 11px;
}
br{
    clear: both;
}

.lableName{
    font-weight: bold;
    padding-left: 15px !important;
}

.lableValue{
    width: 150px !important;
}

div.instructions{
    margin: 10px 0px 10px 0px; 
    border-color: #dedede;
    padding: 5px;
    border-style: solid;
    border-width: 1px;
}

div.evaluation {
    margin: 10px 0px 10px 0px;    
}

.evaluation table{
    border-collapse: collapse;
    border-color: #dedede; 
    width: 100%;
}

.evaluation table th{
   background-color: #dedede;
}

.evaluation table td,th{
    border-collapse: collapse;
    border-color: #dedede; 
    padding: 7px;
    vertical-align: top;
}

td.rightAlign  {
   text-align: right !important;
}

input[type="text"].rightAlign {
    text-align: right !important;
   width: 50px !important;
}

textarea.comment {
   width: 500px;
}

div.reviewers{
    margin-left: 20px;
    border-style: solid;
    padding: 10px;
    border-width: 1px;
    border-color:  #dedede; 
    width: 40%;
    background-color: #fdfdfd; 
}

#evaluatePerformanceReview360SearchForm fieldset ol li input.calendar{
    width: 80%;
}