.bbcode_reflist {
	font-size: 13px;
}
.bbcode_reflist_item {
	font-size: 13px;
}
.bbcode_reflist_list {
	list-style-type: decimal;list-style-position: inside;
}

.bbcode_listitem {
	margin-top: 2px;
	margin-bottom: 2px;
}
.bbcode_list_disc {
	list-style-type: disc;
	list-style-position: outside;
}
.bbcode_list_numbered {
	list-style-type: decimal;
	list-style-position: outside;
}
.bbcode_list_circle {
	list-style-type: circle;
	list-style-position: outside;
}

.bbcode_quote {
	margin: 1.4em;
}

.bbcode_url {
}

.bbcode_p {
}
.bbcode_i {
	/*font-size: 100%;*/
}
.bbcode_u {
}
.bbcode_b {
}

.bbcode_title {
}
.bbcode_subtitle {
}
.bbcode_subsubtitle {
}

.bbcode_code {
	font-family: monospace;
}

.bbcode_img {
}
.bbcode_cell {
	/*border: 1px solid black;*/
	padding-bottom: 5px;
}
.bbcode_row {
}
.bbcode_table {
	/*border: 1px solid black;*/
}
.bbcode_submit {
	border: 2px solid #ccc;
	color: black;
	background-color: #ddd;
}
.bbcode_textbox, #textarea textarea {
	color: black;
	padding: 1px;
	border: 2px solid #cccccc;
	background-color: #ddd;
	font-size: 12px;
}
#textarea textarea {
	/*width: 250px;*/
}
.bbcode_contents {
	clear: both;
}
