

div#content .interested_block
{
  float:left;
  padding:4px 10px 10px 0;
  width:60px;
}

div#content .interested_mark
{
  font-size: 2em;
  font-weight: bold;
  width: 40px;
  height: 26px;
  background: url(/images/interested_bubble.gif) no-repeat top left;
  text-align: right;
  margin-left:10px;
  color: #fff;
}

div#content .few_interests
{
  font-size: 20px;
  line-height: 26px;
  margin-right:10px;
}

div#content .some_interests
{
  font-size: 16px;
  line-height: 27px;
}

div#content .many_interests
{
  font-size: 13px;
  line-height: 25px;
}

div#content .interested_link
{
  text-align: center;
  font-size: 9px;
}

div#content .interested_link :link, div#content .interested_link :visited
{
  color: #48B2D1;
}

div#content .question
{
  margin-bottom: 25px;
}

div#content .question_body
{
  margin-top:6px;
  padding-left:70px;
}

div#content .question_body li
{
  list-style-position: outside;
}

.vote_block
{
  width: 70px;
  float: left;
}

.answer
{
  padding-bottom: 10px;
}


div#content .vote_up_mark
{
  display:inline;
  float:left;
  width:35px;
  text-align:center;
  font-size: 10px;
}

div#content .vote_down_mark
{
  display:inline;
  float:left;
  width:35px;
  text-align:center;
  font-size: 10px;
}

div#content .answer_body
{
  padding-left:80px;
}

div#content .answer_body ul
{
  margin-left: 15px;
}



.form_error
{
  padding-left: 85px;
  color: #d8732f;
}

div#indicator
{
  position: absolute;
  width: 100px;
  height: 40px;
  left: 10px;
  top: 10px;
  z-index: 900;
  background: url(/images/indicator.gif) no-repeat 0 0;
}

.subtitle
{
  color: #48B2D1;
  font-size: 11px;
}

.subtitle :link, .subtitle :visited
{
  font-weight: bold;
}

.clearleft
{
  clear: left;
}

.clearright
{
  clear: right;
}

.form input
{
  display: block;
  float: left;
  margin-bottom: 10px;
}

.form .right input
{
  display: inline;
  float: none;
  text-align: right;
}

.form label
{
  display: block;
  width: 75px;
  padding-right: 10px;
  margin-bottom: 10px;
  float: left;
  text-align: right;
}

.in_form
{
  padding-left: 85px;
}

fieldset
{
  border: none;
}

#login
{
  margin-bottom: 10px;
}

#login h2
{
  font-size: 14px;
  margin-bottom: 5px;
}


#answers
{
  padding-top: 10px;
}

#add_question
{
  padding: 10px;
  margin: 7px 0 5px 0;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  background: url(/images/add_background.gif) no-repeat left 7px;
}

#add_question :link, #add_question :visited
{
  color: #fff;
}

.options, .options :link, .options :visited
{
  color: #aaa;
}

.small
{
  font-size: 10px;
}


.clearright
{
  clear: right;
}

.form .right input
{
  display: inline;
  float: none;
  text-align: right;
}

.clearleft
{
  clear: left;
}


/*
div#content
{
  background-color: white;
  padding:25px;
}

div#content h1
{
  margin: -25px;
  font-size:14px;
  font-family:Verdana, Arial, sans-serif;
  padding:20px 25px 40px 25px;
  color: #7E7E7E;
  background: url(/images/content_top.gif) no-repeat top left;
}

div#content h2
{
  font-size:14px;
}

div#content h3
{
  font-size:14px;
  padding: 10px 0;
}

div#content .interested_block
{
  float:left;
  padding:4px 10px 10px 0;
  width:60px;
}

div#content .interested_mark
{
  font-size: 2em;
  font-weight: bold;
  width: 40px;
  height: 26px;
  background: url(/images/interested_bubble.gif) no-repeat top left;
  text-align: right;
  margin-left:10px;
  color: #fff;
}

div#content .few_interests
{
  font-size: 20px;
  line-height: 26px;
  margin-right:10px;
}

div#content .some_interests
{
  font-size: 16px;
  line-height: 27px;
}

div#content .many_interests
{
  font-size: 13px;
  line-height: 25px;
}

div#content .interested_link
{
  text-align: center;
  font-size: 9px;
}

div#content .interested_link :link, div#content .interested_link :visited
{
  color: #f3b335;
}

div#content .question
{
  margin-bottom: 25px;
}

div#content .question_body
{
  margin-top:6px;
  padding-left:70px;
}

div#content .question_body li
{
  list-style-position: outside;
}

.vote_block
{
  width: 70px;
  float: left;
}

.answer
{
  padding-bottom: 10px;
}


div#content .vote_up_mark
{
  display:inline;
  float:left;
  width:35px;
  text-align:center;
  font-size: 10px;
}

div#content .vote_down_mark
{
  display:inline;
  float:left;
  width:35px;
  text-align:center;
  font-size: 10px;
}

div#content .answer_body
{
  padding-left:80px;
}

div#content .answer_body ul
{
  margin-left: 15px;
}

div#content hr
{
  background-color:white;
  border:none;
  border-top:solid 1px #B59D7A;
  clear:both;
  margin-bottom:10px;
}

div#content p
{
  padding-bottom: 10px;
}

div#content_bar
{
  background-color: white;
}

div#content_bar div.topbar
{
  background:url(/images/side_top.gif) no-repeat top left;
  height:15px;
  margin:-10px;
}

div#content_bar li
{
  padding: 0 0 5px 5px;
  list-style:none;
}

div#content_bar h2
{
  font-size:14px;
  font-family:Verdana, Arial, sans-serif;
  padding:5px 0;
  color: #7E7E7E;
}

div#footer
{
  margin-left: auto;
  margin-right: auto;
  height:80px;
  padding-top:40px;
  background:url(/images/footer_background.gif) no-repeat top left;
  text-align: right;
}

.form_error
{
  padding-left: 85px;
  color: #d8732f;
}

div#indicator
{
  position: absolute;
  width: 100px;
  height: 40px;
  left: 10px;
  top: 10px;
  z-index: 900;
  background: url(/images/indicator.gif) no-repeat 0 0;
}

.subtitle
{
  color: #9c4797;
  font-size: 11px;
}

.subtitle :link, .subtitle :visited
{
  font-weight: bold;
}

.clearleft
{
  clear: left;
}

.clearright
{
  clear: right;
}

.form input
{
  display: block;
  float: left;
  margin-bottom: 10px;
}

.form .right input
{
  display: inline;
  float: none;
  text-align: right;
}

.form label
{
  display: block;
  width: 75px;
  padding-right: 10px;
  margin-bottom: 10px;
  float: left;
  text-align: right;
}

fieldset
{
  border: none;
}

#login
{
  margin-bottom: 10px;
}

#login h2
{
  font-size: 14px;
  margin-bottom: 5px;
}

ul#tag_cloud
{
  list-style: none;
}

ul#tag_cloud li
{
  list-style: none;
  display: inline;
  padding: 5px;
}

ul#tag_cloud li.tag_popularity_1
{
  font-size: 80%;
}

ul#tag_cloud li.tag_popularity_2
{
  font-size: 100%;
}

ul#tag_cloud li.tag_popularity_3
{
  font-size: 130%;
}

ul#tag_cloud li.tag_popularity_4
{
  font-size: 160%;
}

#answers
{
  padding-top: 10px;
}

#add_question
{
  padding: 10px;
  margin: 7px 0 5px 0;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  background: url(/images/add_background.gif) no-repeat left 7px;
}

#add_question :link, #add_question :visited
{
  color: #fff;
}

.options, .options :link, .options :visited
{
  color: #aaa;
}

.small
{
  font-size: 10px;
}

.in_form
{
  padding-left: 85px;
}

ul.plain_list
{
  margin-left: 15px;
}
*/
