


form#searchfrm {
  float:right;
  background-color:#5c737f;
  padding:9px 10px 9px 10px;
  width:585px;
  height:29px;
}

label#searchlbl{
  background:url(/img/label_search.gif);
  display:block;
  float:left;
  margin-right:13px;
  width:101px;
  height:29px;
} 

h3.h3_questions{
  display:block;
  float:left;
  background:url(/img/h3_my_questions.gif) no-repeat;
  margin:0;
  padding:0;  
  width:213px;
  height:50px;
}

h3#h3_all_q{
  background:url(/img/h3_all_questions.gif) no-repeat;
}


div#subheader{
display:inline-block;
overflow:hidden;
height:80px;
}

div#subheader{
display:block;
}
div#q_mode_toggle{
  overflow:hidden;
  float:left;
  margin-bottom:10px;
  width:223px;
}



div#q_mode_toggle a{  
  font-weight:bold;
  text-decoration:none;
  margin-left:5px;

}

form#searchfrm input#search {
  display:block;
  float:left;
  margin:2px 11px 0 0;
  width:156px;
  padding:2px;
  height:16px;
}


form#searchfrm select{
  display:block;
  float:left;
  margin:2px 11px 0 0;
  width:156px;
  height:24px;
}



ul#questions{
  float:none;
  clear:both;
  list-style:none;
  margin:0;
  padding:0;
}


ul#questions li{
  display:inline-block;
  overflow:hidden;  
  background:url(/img/question_q.gif) no-repeat #dee1e3;
  margin:0 0 11px 0;
  padding:0 0 15px 63px;

}

ul#questions li{
  display:block;    
}

ul#questions li a.answer{
  display:block;
  float:right;
  background:url(/img/view_answer.gif);
  margin: 10px 15px 5px 0;
  width:151px;
  height:51px;      
}

ul#questions li div.question{
  font-size:1.1em;
  line-height:1.4em;
  font-weight:bold;
  color:#113448;
  float:left;
  margin:16px 0 16px 0;  
  width:530px;
}

div.return{
  margin-bottom:10px;
}

div.return a{
  font-weight:bold;
  text-decoration:none;
}



h2.singlequestion{
  color:#113448;
  font-size:1.3em;
  display:block;  
  overflow:hidden;  
  background:url(/img/question_q.gif) no-repeat #dee1e3;
  margin:0 0 11px 0;
  padding:20px 0 20px 63px;
}

div.answer{
  display:block;  
  overflow:hidden;
  background:url(/img/answer_a.gif) no-repeat;
  margin:0 0 11px 0;
  padding:10px 0 20px 63px;
}
