@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("uwants.com") {
#uouter {
margin-left: 0px !important; /* L */
margin-right: 0px !important; /* R */
}
.utop {
width: 100% !important;
}

.uleft {
float: left !important;
width: 100% !important;
margin-right: -1px !important;
}

.uright {
float: right !important;
position: relative !important;
width: 170px !important;  /* R */
margin-right: -171px !important;  /* -R-1 */
margin-left: 2px !important;
}
}