.codetitle {
	background : transparent;
	border : 1px solid #454545;
	font-family : Trebuchet Ms, Verdana, Arial, Helvetica, sans-serif;
	font-size : 13px;
	color : #66CDAA;
	padding : 6px;
	width : 90%;
	font-weight : bold;
	text-align : left;
	margin-top : 10px;
	background : #282828 url(images/bbcode_code.png) no-repeat 100% 50%;
}
.codediv {
	background : #282828;
	border : 1px solid #454545;
	font-family : Lucida Console, Courier, "Courier New", sans-serif;
	font-size : 13px;
	color : #66CDAA;
	border-top : 0;
	padding : 6px;
	width : 90%;
	text-align : left;
}
a.codelink:link {
	text-decoration : none;
	color : #B4EEB4;
}
a.codelink:visited {
	text-decoration : none;
	color : #9aef9e;
}
a.codelink:hover {
	text-decoration : none;
	color : #9BCD9B;
}
.quotetitle {
	background : #f4a460;
	border : 1px solid #454545;
	font-family : Trebuchet Ms, Verdana, Arial, Helvetica, sans-serif;
	font-size : 13px;
	color : #87CEFF;
	padding : 6px;
	width : 90%;
	font-weight : bold;
	text-align : left;
	margin-top : 10px;
	background : #282828 url(images/bbcode_quote.png) no-repeat 100% 50%;
	}
.quotediv {
	background : #282828;
	border : 1px solid #454545;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #87CEFF;
	border-top : 0;
	padding : 6px;
	width : 90%;
	text-align : left;
}
.hidetitle {
	background : transparent;
	border : 1px solid #FFE1FF;
	font-family : Trebuchet Ms, Verdana, Arial, Helvetica, sans-serif;
	font-size : 13px;
	color : #FFE1FF;
	padding : 10px;
	width : 90%;
	font-weight : bold;
	text-align : left;
	margin-top : 10px;
	background : transparent url(images/bbcode_hide.png) no-repeat 100% 50%;
	}
.hidediv {
	background : transparent;
	border : 1px solid #FFE1FF;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #FFE1FF;
	border-top : 0;
	padding : 10px;
	width : 90%;
	text-align : left;
}
.spoiltitle {
	font-size : 11px;
	width : 90%;
	font-weight : bold;
	text-align : left;
}
.spoildiv {
	background : transparent;
	border : 1px solid #87CEFF;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #87CEFF;
	padding : 5px;
	overflow : auto;
	width : 90%;
	text-align : left;
}
input.spoilbtn {
	background-color : #303030;
	border-color : #87cdff;
	color : #87CEFF;
	width : 50px;
	margin : 1px;
	padding : 1px;
	cursor : pointer;
	font-size : 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
