@media print AND (orientation:landscape) {
    * { margin: 0px !important; padding: 0 !important; }
    #controls, .footer, .footerarea{ display: none; }
    html, body {
      font-size: 12px !important;
      word-spacing: 2px;
      background: #FFF; 
      width: 1000px;
    }
}

@media print AND (orientation:portrait) {
    * { margin: 0 !important; padding: 2px !important; }
    .footer, .header, .footerarea{ display: none; }
    html, body {
      word-spacing: 2px;
      background: #FFF; 
      font-size: 12px !important;
    }
    .forcePrint{
        margin-left:3px;
        margin-top: 0px;
        width: 650px;
    }
}