.code {
	background-position: right bottom;
	background-repeat: no-repeat;
	background-image: url(/images/bbcode/code.png);
	font-style: normal;
	font-weight: normal;
	margin: 0px;
	padding: 2px;
	font-family: monospace;
	word-spacing: -2px;
	line-height: 6px;
	border-color: #a5b4be;
	border-style: solid;
	border-width: 3px;
	background-color: #d7e7f0;
}

.code_area {
	background-position: right bottom;
	background-repeat: no-repeat;
	background-image: url(/images/bbcode/code.png);
	font-style: normal;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	font-family: monospace;
	border-color: #a5b4be;
	border-style: solid;
	border-width: 3px;
	background-color: #d7e7f0;
	overflow: auto;
}

.quote {
	background-image: url(/images/bbcode/quote.png);
	padding: 1px;
	font-size: x-small;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	margin-left: 5px;
	border-color: #272727;
	border-style: solid;
	border-width: 1px;
}