@charset "UTF-8";

table#capture{
  width:560px !important;
}

table#capture thead tr td.title{
  vertical-align:middle;
  font-size:22px;
  font-weight:bold;
  height:55px;
  text-align:left;
  padding:0px 0px 0px 65px;
  background-image:url('../../../img/job/capture/back-title.gif');
  background-repeat:no-repeat;
}

td#captureComment{
  width:560px;
  height:auto;
  /*padding:10px 15px;
  */vertical-align:top;
  text-align:left;
  font-size:12px;
}

div#captureHead{
  background-image:url('../../../img/job/capture/article/article-back-top.gif');
  background-repeat:no-repeat;
  width:503px;
  height:30px;
  margin:15px 0px 0px 25px;
}

div#captureBody{
  background-image:url('../../../img/job/capture/article/article-back-middle.gif');
  background-repeat:repeat-y;
  width:503px;
  /*padding:0px 0px 0px 18px;*/
  margin:0px 0px 0px 25px;
}

div#captureBodyComment{
  position:relative;
  top:0px;
  left:0px;
  width:460px;
  margin:0px 0px 0px 22px;
}

div#captureFoot{
  background-image:url('../../../img/job/capture/article/article-back-buttom.gif');
  background-repeat:no-repeat;
  width:503;
  height:30px;
  margin:0px 0px 15px 25px;
}

