#wrapper
{
	width: 80%;
	margin: auto auto;
}
/* All input elements that are checkboxes or radio buttons. */
textarea
{
	 font-size: small;
	 font-family: verdana, sans-serif;
	 font-weight: normal;
	 color: #e3e3e3;
	 background-color: #383838;
	 border: 1px solid #5d5d5d;
	 padding-left: 3px;
	 background-image: url(./images/bg_input.gif);
	 background-repeat: repeat-x;
	 background-position: top left;
}
/* Standard horizontal rule.. ([hr], etc.) */
hr, .hrcolor
{
	height: 1px;
	border: 0;
	color: #121212;
	background-color: #121212;
}

/* A quote, perhaps from another post. */
.quote
{
	color: #e3e3e3;
	background-color: #484848;
	border-top: 1px dashed #000000;
	border-left: 2px solid #000000;
	border-right: 1px dashed #000000;
	border-bottom: 1px dashed #000000;
	font-size: 11px;
	margin: 1px;
	padding: 1px;
	font-size: x-small;
	line-height: 1.4em;
	padding-top: 3px;
	padding-bottom: 3px;
}
/* A code block - maybe even PHP ;). */
.code
{
	color: #e3e3e3;
	background-color: #484848;
	font-family: Arial, "courier new", "times new roman", monospace;
	font-size: 11px;
	line-height: 1.3em;
	/* Put a nice border around it. */
	border-top: 1px dashed #000000;
	border-left: 2px solid #000000;
	border-right: 1px dashed #000000;
	border-bottom: 1px dashed #000000;
	margin: 1px auto 1px auto;
	padding: 1px;
	padding-top: 3px;
	padding-bottom: 3px;
	width: 99%;
	/* Don't wrap its contents, and show scrollbars. */
	white-space: nowrap;
	overflow: auto;
	/* Stop after about 24 lines, and just show a scrollbar. */
	max-height: 23em;
}
/* The "Quote:" and "Code:" header parts... */
.quoteheader
{
	color: #e3e3e3;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
	line-height: 11px;
	background-color: transparent;
	height: 17px;
	padding-top: 2px;
}
.codeheader
{
	color: #e3e3e3;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
	line-height: 11px;
	background-color: transparent;
	height: 17px;
	padding-top: 2px;
}
/* Generally, those [?] icons.  This makes your cursor a help icon. */
.help
{
	cursor: help;
}
/* /me uses this a lot. (emote, try typing /me in a post.) */
.meaction
{
	color: #FF0000;
}

/* The main post box - this makes it as wide as possible. */
.editor
{
	width: 96%;
}

/* Highlighted text - such as search results. */
.highlight
{
	background-color: #FFF000;
	font-weight: bold;
	color: #000000;
}
/* Default font sizes: small (8pt), normal (10pt), and large (14pt). */
.smalltext
{
	font-size: x-small;
	font-family: verdana, sans-serif;
}
.middletext
{
	font-size: 95%;
}
.normaltext
{
	font-size: small;
}
.largetext
{
	font-size: large;
}
/* Posts and personal messages displayed throughout the forum. */
.post, .personalmessage
{
	width: 100%;
	overflow: auto;
	line-height: 1.3em;
}
/* All the signatures used in the forum.  If your forum users use Mozilla, Opera, or Safari, you might add max-height here ;). */
.signature
{
	width: 100%;
	overflow: auto;
	padding-bottom: 3px;
	line-height: 1.3em;
}
/* Sometimes there will be an error when you post */
.error{
	color: #FF0000;
}