@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document 
url-prefix("http://mail.google."),
url-prefix("https://mail.google.") {
    /*Remove term of use and so on*/
    .ft, .fv, .fcs {
        display:none;
    }

    /*Search Body*/
    #mt1 {
        position:absolute !important;
        top:30px !important;
    }
    /*Undo Message*/
    .rno {
        position:absolute !important;
        top:32px !important;
        right:5px !important;
    }

    /*Memory used/left*/
    .fq {
        margin:0 !important;
        padding:0!important;
        position:absolute !important;
        top:20px !important;
        right:5px !important;
        color: #336699 !important;
    }
    /*Message Body*/
    #co {
        position:absolute !important;
        top:60px !important;
        width:auto !important;
	margin-left: 150px !important;
    }
    /*Remove Arrow*/
    #ar {
        display:none !important;
    }

    /* corrects navigation column width in gmail */
    #nav {
	width: 150px !important;
    }
}