@namespace url(http://www.w3.org/1999/xhtml);

/*Auteur : Nadaillat */
/*rev: 0.2 */

@-moz-document domain("geocaching.com") {

/*Description longue */
textarea#tbLongDesc{
  width:900px !important;
  height: 600px !important;
}
/*Description courte */
textarea#tbShortDesc {
  width:900px !important;
  height: 300px !important;
}
/*Note reviewer*/
textarea#ctl00_ContentBody_gsNoteToReviewer{
width:900px !important;
}


/*indice*/
textarea#ctl00_ContentBody_gsHints{
width:900px !important;
}
}