
#bbcBox_message 
{
	margin: 0;
}
#bbcBox_message div
{
	margin: 0;
	vertical-align: top;
}
.richedit_resize 
{
	margin: 0 auto; 
}
textarea.editor 
{
	resize: none; 
}
#quickReplyContent 
{
	padding: 0.5em 0; 
}
#quickReplyContent form textarea
{
	width: 91%;
	height: 100px;
	margin: 0.25em 0 1em 0;
}
#quickReplyOptions #quickReplyWarning
{
	width: 68%; 
	margin: 0 17% 0 15%;
}
#quickReplyOptions #quickReplyContent form#postmodify
{
    margin: 0;
	padding: 0;
}
#quickReplyOptions #quickReplyContent form#postmodify div
{
    margin: 0;
	padding: 4px 0;
}
#quickReplyOptions #quickReplyContent form#postmodify div#message_resizer
{
    margin: 0 15% 5px 15%;
	padding: 2px 0;
}
#qr_buttons {
	text-align: right;
	padding: 10px 0;
}
#quickReplyOptions #quickReplyContent input {
	margin-bottom: 10px;
}
#uLogin {
	margin-top: 5px;
}
#uLogin_label {
	color: #fff; 
	font-size: 10px; 
	margin: 10px 0 0 0;
	padding: 10px 0 5px 0;
	border-top: 1px solid rgba(255,255,255,0.5);
	text-transform: uppercase;
}

/* Make the reCAPTCHA dialog centered to match the positioning of the built-in verification */
.g-recaptcha div
{
	margin: auto;
}

/* Spoiler Tag */
div.spoilerheader
{
	margin: 10px 0;
}
button.spoilerbutton,
button.spoilerbutton:focus
{
	display: inline-block;
	margin-bottom: 0;
	font-weight: normal;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-top-color: transparent;
	border-right-color: transparent;
	border-bottom-color: transparent;
	border-left-color: transparent;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
	color: #333;
	background-color: #D6D6D6;
	border-color: #B7B7B7;
}
button.spoilerbutton:hover
{
	background-color: #DFDFDF;
}
div.spoilerbody 
{
	color: #0f0f0f;
	border: 1px dotted gray;
	padding: 5px;
	margin: 0 0 10px 0;
}
