.bbarea textarea {
  font: 12px Verdana;
  border:1px solid #bbb; 
  border-top:0px;
  margin-top:-1px;
  background-color: #fcfcfc;
  padding: 5px;
}
.bbarea div.bbheader {
  padding:5px;
  background-color:#555;
  border:1px solid #bbb; 
  border-bottom:0px;
  height:26px;
  text-align: left;
}
.bbarea a {
  font: bold 12px Tahoma;
  padding-top:4px;
  margin:0px 2px;
  text-align:center;
  color:#fff;
  border-bottom:none;
  display:block;
  float:left;
  background: #FBFBFB url(_images/bbcode_bg.gif) no-repeat top left;
  width:26px;
  height:22px;
}
.bbarea a:hover {
  background-color:#666;          
}

.bbarea div.bbfooter {
  border:1px solid #bbb;
  border-top:0px;
  margin-top:-1px;
  background-color: #eeeeee;
  padding:5px;
}
div.bbcode-quote {
  border:1px dotted #EEE;
  background-color:#FBFBFB;
  padding:10px;
}
