#Jobs .b {
  background:url(../images/b.png);
}

#Jobs .tl {
  background:url(../images/tl.png);
}

#Jobs .tr {
  background:url(../images/tr.png);
}

#Jobs .bl {
  background:url(../images/bl.png);
}

#Jobs .br {
  background:url(../images/br.png);
}

#Jobs {
 /* color:#990000;*/
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 5000;
  text-align: left;
 font-size:11px;
}

#Jobs .popup {
  position: relative;
}

#Jobs table {
  margin: auto;
  border-collapse: collapse;
}

#Jobs .body {
  padding: 10px;
  background: #fff;
  width: 600px;
 text-align:justify;
}

#Jobs .loading {
  text-align: center;
}

#Jobs .image {
  text-align: center;
}

#Jobs img {
  border: 0;
}

#Jobs .footer {
  border-top: 1px solid #DDDDDD;
  padding-top: 5px;
  margin-top: 10px;
  text-align: right;
}

#Jobs .tl, #Jobs .tr, #Jobs .bl, #Jobs .br {
  height: 10px;
  width: 10px;
  overflow: hidden;
  padding: 0;
}
