@media screen and (min-width: 0px), print and (min-width: 0px), projection and (min-width: 0px), handheld and (min-width: 0px) {
   html:first-child>body div#page_content form div input[type="file"] {
      height: 17px;
   }
   html:first-child>body div#page_content form div input[type="file"].file_radio {
      width: 361px;
      margin-top: -23px;
   }
   html:first-child>body div#page_content form div input[type="checkbox"] {
      width: 17px;
   }
   html:first-child>body div#page_content form div input[type="radio"] {
      width: 19px;
   }
   html:first-child>body div#page_content form div select {
      width: 491px;
   }
   html:first-child>body div#page_content form.filter div select {
      width: 193px;
   }
   html:first-child>body div#page_content form.filter div.filter_list_short select {
      width: 93px;
   }
   html:first-child>body div#page_content form div fieldset select {
      width: 480px;
   }

   html:first-child>body div#page_content span.mceEditorContainer select {
      width: auto;
   }
   html:first-child>body iframe#mce_editor_0_fcMenu_blocker,
   html:first-child>body iframe#mce_editor_0_bcMenu_blocker,
   html:first-child>body div.mceMenu {
      margin-left: 0px;
   }
}
