﻿.jobListItem {
    border-bottom: 1px dotted #CCC;
    padding: 15px;
    padding-bottom: 20px;
}

.itemOver { background-color: #F8F8F8; }
    
    
label.valid {
    background: url(../../img/valid.png) center center no-repeat;
    display: inline-block;
    height: 24px;
    text-indent: -9999px;
    width: 24px;
}

label.error {
    color: red;
    font-weight: bold;
    margin-top: 2px;
    padding: 2px 8px;
}

.FeedbackTItle
{
    font-weight: bold;
}