/*
  index.css
*/ 

#question_bullets li {
  margin-top: 5px;
}

#question_bullets a {
  text-decoration: none;
}

#question_bullets a:hover {
  text-decoration: underline;
}

#question_boxes input {
  font-size: 13px;
}


/*----------------
  Style Try #2
-----------------*/
div.item_box_2 {
  border: 1px solid #999;
  background-color: #ffd;
  width: 90%;
}

div.item_title_2 {
  font-weight: bold;
  font-size: 17px;
  padding: 5px 5px 10px 5px;
}

div.item_content_2 {
  padding: 7px;
  text-align: left;
}

form.item_form_2 {
  border: 0px solid black;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 7px;
}

td.special_pad {
  padding-bottom: 4px;
}

