@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain(mail.google.com) {

/************************************************
 * GMail - Remove ads and relocate action links *
 * Version 0.9 - by lOtR 2008-2009              *
 ************************************************/

/****************
 * Hide the ads *
 ****************/

/* Ads Area */
.iY .Bu:last-child > .nH {
	height: 0px !important;
	overflow: hidden !important;
	width: 0px !important;
}

/* Separator column */
.iY .Bu:first-child + .Bu {
	display: none !important;
}

/* Message area */
.iY {
	width: 100% !important;
}

/*******************************************************
 * Display the action links on top of the message area *
 *******************************************************/

/* Title */
.iY .ha {
	margin-top: 25px !important;
}

/* Action Links Area (level 1) */
.iY .Bu:last-child .nH > .nH > .nH:first-child {
	position: absolute !important;
	left: 0px!important;
	top: 35px !important;
	width: 100% !important;
	line-height: 20px !important;
}

/* Action Links Area (level 2) */
.iY .Bu:last-child .hj {
	margin: 0px !important;
	float: right !important;
}

/* Action Link */
.hk {
	float: left !important;
	padding: 0px 10px 0px 0px !important;
}
.hk span {
	width: auto !important;
}

}