div.menu
{
  height: 26px;
  line-height: 26px;
  z-index: 500;
}
div.menu span
{
  padding: 0 0 0 5px;
}

div.selectbox-wrapper {
  position:absolute;
  /*width:400px;*/
	color: #999;
  background-color: #fff;
  border:1px solid #E9E7E7;
  margin:0px;
  margin-top:	3px;
  padding:0px;
  font-size: 1em;
  text-align:left;
  /*height:100px;*/
  overflow: auto;
  z-index: 10000;
}
div.selectbox-wrapper ul {
  list-style-type:none;
  margin:0px;
  padding:0px;
}
div.selectbox-wrapper ul li.selected {
  /*background-color: #EAF2FB;*/
}
div.selectbox-wrapper ul li.current {
  /*background-color: #5EABC1;*/
}
div.selectbox-wrapper ul li {
  list-style-type:none;
  display:block;
  margin:0;
  cursor:pointer;
}

fieldset.qbz_tone span,
fieldset.qbz_rating span,
fieldset.qbz_select_poll span,
fieldset.qbz_select_poll_option span
{
  background-repeat: no-repeat;
  background-position: 5px 3px;
  display:block;
  line-height: 16px;
  height: 16px;
  padding:5px 5px 5px 25px;
}

fieldset.qbz_select_poll span,
fieldset.qbz_select_poll_option span
{
  padding:5px 5px 5px 5px;

}

fieldset.qbz_rating span
{
  padding:5px;
}

div.selectbox-wrapper ul li span
{
  border-bottom: #fff dashed 1px;
}

div.selectbox-wrapper ul li.current span,
div.selectbox-wrapper ul li span.current {
  /*background-color: #5EABC1;*/
  border-bottom: #5EABC1 dashed 1px;
}

fieldset.qbz_rating span.qb_post_ratings_input_1
{
  color: #fff;
}

fieldset.qbz_rating span.qb_post_ratings_input_2
{
  color: #fff;
}

fieldset.qbz_rating span.qb_post_ratings_input_3
{
  color: #fff;
}

fieldset.qbz_rating span.qb_post_ratings_input_4
{
  color: #fff;
}

fieldset.qbz_rating span.qb_post_ratings_input_5
{
  color: #fff;
}

.selectbox /* look&fell of  select box*/
{
  /*margin: 0px 5px 10px 0px;*/
  border:1px solid #E9E7E7;
  width : 165px;
  display : block;
  text-align:left;
  background: transparent url('/forums/images/forum/custum_select_box.gif') no-repeat top right;
  /*height:18px;*/
  cursor: pointer;
  /*border:1px solid #D1E4F6;*/
  color:#999;
}

fieldset.qbz_select_poll .selectbox
{
	width:40px;
}
fieldset.qbz_select_poll_option .selectbox
{
	width:400px;
}

fieldset.qbz_select_poll .menu span,
fieldset.qbz_select_poll_option .menu span
{
	color:#4E95A9;
}

select {
	/*background: url('bg_select.png') right;*/
}

fieldset.qbz_tone,
fieldset.qbz_form_heading,
fieldset.qbz_rating
{
  position: static;
}

