ul.bb-list-unordered { }
ol.bb-list-ordered { }
ol.bb-list-ordered-d { list-style-type:decimal; }
ol.bb-list-ordered-lr { list-style-type:lower-roman; }
ol.bb-list-ordered-ur { list-style-type:upper-roman; }
ol.bb-list-ordered-la { list-style-type:lower-alpha; }
ol.bb-list-ordered-ua { list-style-type:upper-alpha; }
ol.bb-listitem { }

.bb-code,
.bb-php {
  width:100%;
}

.bb-code>div, .bb-php>div	{
	border: 1px solid black;
	padding: 10px;
	font-family: Courier, monospace;
}

.bb-quote {
  width:100%;
}

.bb-quote>div	{
	border: 1px solid black;
	padding: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.bb-quote-title	{
	font-style: italic;
	text-transform: lowercase;
	letter-spacing: 1px;
	font-weight: bold;
}

.quoteStyle {
  border: 1px solid black;
  padding: 10px;
  width:100%;
}
.bb-email { }
.bb-url { }
.bb-image {
  border-width: 0;
  border-style: none;
}