/*
Gmail - expand text area
*/

@-moz-document url-prefix(http://mail.google.com/),url-prefix(https://mail.google.com/)
{

textarea[name=msgbody] {
   width: 577px;
}

}