
#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;
}

