@charset "UTF-8";

table#question{
  width:560px;
}

table#question thead tr td.iconImage{
  
  height:49px;
  text-align:center;
}

table#question thead tr td.iconImage img{
  width:45px !important;
  height:49px;
  margin:0px;
}

table#question thead tr td.title{
  vertical-align:middle;
  text-align:left;
  font-size:22px;
  font-weight:bold;
  width:495px !important;
  height:55px;
}

td.questionComent{
  padding:0px 20px;
  font-size:12px;
}

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

table#answer thead tr td.iconImage{
  width:65px;
  height:49px;
  text-align:center;
}

table#answer thead tr td.iconImage img{
  width:45px !important;
  height:49px;
  margin:0px;
}

table#answer thead tr td.title{
  vertical-align:middle;
  text-align:left;
  font-size:22px;
  font-weight:bold;
  width:495px;
  height:55px;
}

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

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

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

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

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

