/*~~~~~~~ Search Job ~~~~~~~*/
.input-prepend {
margin: 0.5em 0;
background: #FFFFFF;
position: relative;
border: 1px solid #dddddd;
}
.input-prepend input {
padding: 0.5em;
border: none;
background: none;
}

.input-prepend .add-on input {
width: 3em;
height: 2.5em;
border: none;
cursor: pointer;
position: absolute;
right: 0;
background: url(../images/icon-search.png) 50% 50% no-repeat;
}

/*~~~~~~~ Late Jobs ~~~~~~~*/
.late {
color: red;
}