@-moz-document domain(mail.google.com) {

	.cn			/* (blue background of) compose box */
{
position:relative !important;	/* this permits the entire email box to be moved */
right:45px !important;		/* this moves the entire email box value = 149px (original #nav width) - modified #nav width (below) */
width:103% !important;		/* this value is to correct for moving the entire email box */
}
	#nav			/* navigation box - this width defines the width of the box containing the navigation options, i.e., "Inbox," "Starred," etc. */
{width:104px !important;}
	#co			/* email listing box - this value should match the #nav width in order to keep the listing of emails properly lined up */
{margin-left:104px !important;}
	.ma,			/* bar above an attachment */
	.msg,			/* message body */
	#ta_0,			/* reply box */
	#ta_2			/* reply box (before clicked on) */
{width:auto !important;}
}