/* QuestionBox */

#QuestionBox {
  padding: 10px 5px;
  margin: 0 5px 5px 0;
  background: transparent url(/images/home/background-content-box.gif) no-repeat bottom;
  width: 328px;
  height: 176px;
}
#QuestionBox .HeaderBox {
  height: 33px;
  line-height: 36px;
  margin: -10px -5px 0 -5px;
  padding: 0 0 0 10px;
  background: transparent url(/images/home/background-header-box.gif) no-repeat top;
  color: white;
  font-size: 12px;
  font-weight: bold;
  text-transform: none;
}
#QuestionBox .HeaderBox .AllQuestion {
  font-size: 10px;
  text-decoration: underline;
  text-transform: none;
  padding-right: 10px;
  float: right;
  color: white;
}
#QuestionBox .question {
  width: 318px;
  height: 137px;
  padding: 0 5px;
  overflow: hidden;
}
#QuestionBox .QuestionTitle {
  font-size: 12px;
  color: black;
  margin: 5px 0;
  font-weight: bold;
  background: none;
  text-decoration: none;
}
#QuestionBox .QuestionTitle a {
  color: black;
  text-decoration: none;
}
#QuestionBox .text {
  text-align: justify;
  font-size: 12px;
  cursor: pointer;
}
#QuestionBox .link{
  text-align: right;
  vertical-align: middle;
}
#QuestionBox .link a {
  font-size: 10px;
  color: black;
  display: block;
  margin: 2px 0 0 0;
}
#QuestionBox .link a:hover {
  text-decoration: underline;
}
